Building gcc under cygwin
Vivin Suresh Paliath
computer_maniac@hotmail.com
Thu Mar 22 13:17:00 GMT 2001
I am running into problems building GCC under
cygwin.
ÃÂ
I ran the configure like this:
ÃÂ
gcc/configure --prefix=/usr
--with-as=/usr/i686-pc-cygwin/bin/as.exe
--with-ld=/usr/i686-pc-cygwin/bin/ld.exe --enable-threads
ÃÂ
It configured and everything, but when I run the
make bootstrap, it runs forÃÂ a while and then fails with this
error:
ÃÂ
gcc -cÃÂ -DIN_GCCÃÂ ÃÂ ÃÂ ÃÂ
-gÃÂ -DHAVE_CONFIG_HÃÂ ÃÂ ÃÂ -I. -I../gcc/gcc
-I../gcc/gcc/config ÃÂ -I../gcc/gcc/../include
../gcc/gcc/cp/g++spec.c In file included from
../gcc/gcc/cp/g++spec.c:22: ../gcc/gcc/system.h:491: libiberty.h: No such
file or directory make[2]: *** [g++spec.o] Error 1 make[2]: Leaving
directory `/objdir/gcc' make[1]: *** [bootstrap] Error 2 make[1]: Leaving
directory `/objdir/gcc' make: *** [bootstrap] Error 2
ÃÂ
Is there something wrong with the way I have set up
paths or something?
ÃÂ
Thanks!
ÃÂ
-Vivin
More information about the Gcc-help
mailing list