This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: strange error
- From: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- To: JaSeong Ju <jsju at kbsi dot re dot kr>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sun, 15 Jun 2003 20:02:27 +0200
- Subject: Re: strange error
- Organization: Moene Computational Physics, Maartensdijk, The Netherlands
- References: <3EEC5746.7050606@kbsi.re.kr>
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)