i got gcc from
ftp://mirrors.laffeycomputer.com/pub...ses/index.html
however, when i type ./configure after extracting and bunzip2ing the file, i get
Alex@BADPERSON /gcc-3.0
$ ./configure
Configuring for a i686-pc-cygwin host.
*** This configuration is not supported in the following subdirectories:
target-libffi target-boehm-gc target-zlib target-libjava
(Any other directories should still work fine.)
Created "Makefile" in /gcc-3.0 using "mh-frag"
cc: not found
*** The command 'cc -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler.
when i type echo $PATH, i get
/usr/local/bin:/usr/bin:/bin:/cygdrive/d/Perl/bin/:/cygdrive/c/PROGRA~1/Kerberos
:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/W
bem:/cygdrive/c/matlabr12/bin/win32:/cygdrive/c/Program Files/Symantec/pcAnywher
e/
does anyone know how i can get gcc to work for cygwin, why the hell cygwin doesn't include a compiler with it's download and installation, and how to solve the cc problem