This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Compiling EGCS on Win32 b19


I am reposting this message because it seemed I was not added to the list
for 48 hours after I applied.  Please copy any previous responses to this
post to me.

I'm not very familiar with EGCS or compiling under GNU-Win32, so you will
have to bear with me.  I would like to get EGCS running on my Windows 98 PC.

I've browsed through the archives, and I can't find anything pertaining to
this problem.

Maybe I have mixed too many variables, but this is the error I am getting
when I try to 'make bootstrap' in the egcs-object directory (the directory
where the configure took place).

gcc -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../egcs-1.0.2//gcc -I..
/../
egcs-1.0.2//gcc/config ../../egcs-1.0.2//gcc/cp/g++spec.c
gcc  -DIN_GCC    -g  -DHAVE_CONFIG_H   -o g++.exe g++.o g++spec.o version.o
\
  choose-temp.o pexecute.o  obstack.o
rm -f g77.c
ln -s ../../egcs-1.0.2//gcc/gcc.c g77.c
gcc  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../egcs-1.0.2//gcc -I../..
/egc
s-1.0.2//gcc/config \
-DSTANDARD_STARTFILE_PREFIX=\"/usr/local/lib/\" -DSTANDARD_EXEC_PREFIX=\"/us
r/lo
cal/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"egcs-2.90.27\" -DDEFAULT_TARGE
T_MA
CHINE=\"i386-pc-cygwin32\" -DTOOLDIR_BASE_PREFIX=\"/usr/local/\" \
-DLANG_SPECIFIC_DRIVER -c g77.c
gcc -c  -DIN_GCC    -g  -DHAVE_CONFIG_H     -I. -I../../egcs-1.0.2//gcc -I..
/../
egcs-1.0.2//gcc/config ../../egcs-1.0.2//gcc/f/g77spec.c
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 ../../egcs-1.0.2//gcc/enquire.c
../../egcs-1.0.2//gcc/enquire.c:395: stdio.h: No such file or directory
../../egcs-1.0.2//gcc/enquire.c:406: sys/types.h: No such file or directory
../../egcs-1.0.2//gcc/enquire.c:407: signal.h: No such file or directory
../../egcs-1.0.2//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


There is no ./include directory.  Should I try running configure and make
from the root source directory?

If someone could assist me with this problem, I would appreciate it very
much.

Thanks,
Jason R. Coombs



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]