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]

Re: strange error


JaSeong Ju wrote:

I'm compiling a large fortran 77 source code and the
compiler simply stops. Complains there is error
but does not say what the error is.
So I run it again with -d option and this is the
output:

$make -d >&
...[deleted]...
g77 -c -w -g unx10.1a.o /home1/ju/tsc/unx10.1a.f -L//home1/ju/tsc -ltv80 -lnag -L//home1/ju/ncarg/lib -lncarg -lncarg_c -lncarg_gks -L/usr/X11R6/lib -lX11
Child access: user 515 (real 515), group 100 (real 100)
g77: unx10.1a.o: ?? ???? ????? ??

It looks like the makefile rules are such that g77 is invoked on unx10.1a.o, which is an object file (i.e. already processed by a compiler.


You have to find out why this is so, because this can't be right. The best course of action would be to ask the people who gave you the software (and makefiles).

Hope this helps,

--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://gcc-g95.sourceforge.net/ (under construction)


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