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]

Re: Can I compile EGCS on GNU-Win32 b19


We haven't yet made all necessary changes so that EGCS and gnu-win32
work well together.  I expect that this will be fixed by the time of
the next gnu-win32 release.

See <http://www.xraylith.wisc.edu/~khan/software/gnu-win32/index.html>
for more info and some prebuilt binaries.

	./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

I suspect this particular problem is due to a gcc patch that is in the
gnu-win32 releases but not egcs releases.  gnu-win32 doesn't have this
problem because it doesn't try to compile enquire.c.  However, if you use
the same prefix/exec-prefix that was used for the gnu-win32 release, then it
should work.

Jim


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