This is the mail archive of the gcc-help@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]
Other format: [Raw text]

'make check' errors when '--enable-languages=c,fortran'


I tried to build a GCC compiler, without GCJ and g++. So, I configured in the following way.

objgcc4.0.2_withf95>../gcc-4.0.2/configure --prefix=/export/home/objgcc4.0.2_withf95 --with-gmp=/export/home/obj-gmp4.2.1 --with-mpfr=/export/home/obj-mpfr2.2.0 --enable-languages=c,fortran
objgcc4.0.2_withf95>make


So far, everything is fine. But the errors happen when I 'make check'.

objgcc4.0.2_withf95>make check
make[1]: Entering directory `/export/home/originalgcc402/objgcc4.0.2_withf95/fixincludes'
autogen -T ../../gcc-4.0.2/fixincludes/check.tpl ../../gcc-4.0.2/fixincludes/inclhack.def
make[1]: autogen: Command not found
make[1]: *** [check] Error 127
make[1]: Leaving directory `/export/home/originalgcc402/objgcc4.0.2_withf95/fixincludes'
make: *** [check-fixincludes] Error 2



Is there anyway to get around this? Thanks, Sean

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



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