This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Steven Marcus wrote: > The configure went smoothly - the script recognized cygwin as the > host. However, after rattling the disk for quite a while the following > messages were coughed up: > > gcc -DIN_GCC -g -DHAVE_CONFIG_H -o g77.exe g77.o g77spec.o > version.o \ > choose-temp.o pexecute.o obstack.o > ./xgcc -B./ -DIN_GCC -g -I./include -DNO_MEM > -DNO_LONG_DOUBLE_IO -O0 -I. > -c /usr/egcs-1.0.3a/gcc/enquire.c > /usr/egcs-1.0.3a/gcc/enquire.c:395: stdio.h: No such file or directory > /usr/egcs-1.0.3a/gcc/enquire.c:406: sys/types.h: No such file or > directory > /usr/egcs-1.0.3a/gcc/enquire.c:407: signal.h: No such file or directory > /usr/egcs-1.0.3a/gcc/enquire.c:408: setjmp.h: No such file or directory > make[2]: *** [enquire.o] Error 1 > make[1]: *** [bootstrap] Error 2 > make: *** [bootstrap] Error 2 > Configure egcs for the same prefix/exec-prefix as cygnus toolset itself (ie /Cygnus/B19/ etc) or copy system includes to a "standard" location (/usr/include or /usr/local/include). -- Sergey Okhapkin, http://www.lexa.ru/sos Moscow, Russia - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request@cygnus.com" with one line of text: "help".
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |