egcs-1.0.1 (fwd)

Toon Moene toon@moene.indiv.nluug.nl
Fri Jan 16 02:26:00 GMT 1998


>  I got the following after an egcs-1.0.1 install on a 300
>  MHz EV5 running RH 5.0:
>
>  [root@aspsys2 objdir]# g77
>   
/usr/local/lib/gcc-lib/alphaev5-unknown-linux-gnu/egcs-2.90.23/libf2c.a(main.o):
>   In function `main':
>  /usr/FSF/egcs-1.0.1/gcc/f/runtime/libF77/main.c:128:
>  undefined reference to `MAI N__'
>  /usr/FSF/egcs-1.0.1/gcc/f/runtime/libF77/main.c:128:
>  undefined reference to `MAI N__' collect2: ld returned
>  1 exit status [root@aspsys2 objdir]# telnet
>  alpine.aspsys.com
>
>  Should I be concerned?

Although it's not great behaviour, there isn't anything to be  
concerned about - in fact, g77 should just complain you didn't  
specify any input files, instead of trying to link a non-existing  
program with the starting routine in the runtime library (the  
..../libF77/main.c above).

>  I get the following when trying to run the fortran
>  compiler from an unpriveledged user:
>
>  [kyleg@aspsys2]$ g77 -o run.me smtest.f
>  f771: /tmp/cca31376.s: I/O error
>
>  Any idea what may be going on?

Are you sure you're not running out of disk space on the /tmp partition ?

HTH,
Toon.



More information about the Gcc mailing list