public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* 'make check' errors when '--enable-languages=c,fortran'
@ 2006-06-22 22:24 sean yang
  2006-06-23  2:02 ` Brian Dessent
  0 siblings, 1 reply; 2+ messages in thread
From: sean yang @ 2006-06-22 22:24 UTC (permalink / raw)
  To: gcc-help

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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 'make check' errors when '--enable-languages=c,fortran'
  2006-06-22 22:24 'make check' errors when '--enable-languages=c,fortran' sean yang
@ 2006-06-23  2:02 ` Brian Dessent
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Dessent @ 2006-06-23  2:02 UTC (permalink / raw)
  To: gcc-help

sean yang wrote:

> 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

This means you don't have autogen installed, and so it can't run the
tests in the fixincludes dir.

This is why the documentation tells you to run "make -k check" so that
it will continue to the actual tests of the compiler.

Brian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-23  2:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-22 22:24 'make check' errors when '--enable-languages=c,fortran' sean yang
2006-06-23  2:02 ` Brian Dessent

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).