LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   General (https://www.linuxquestions.org/questions/general-10/)
-   -   cygwin (https://www.linuxquestions.org/questions/general-10/cygwin-399960/)

garyozzy 01-05-2006 04:23 PM

cygwin
 
I'm trying to compile dillo ( http://www.dillo.org/ ) with cygwin on my Windows box.

I ran
Code:

tar -xvvf ./dillo-0.8.5.tar.bz2
and that worked fine. then I cd'd to ./dillo-0.8.5

When I ran
Code:

./configure
, I ran into problems. It couldn't find gcc, cc, or cl.

I know gcc is a c/c++ compiler, but is it not included in cygwin, or am I missing something?

scottlc 01-05-2006 04:55 PM

Gcc is included with Cygwin, but is not installed by default. Run Cygwin's setup.exe again and select the packages you need.


All times are GMT -5. The time now is 10:10 AM.