Posted by Valera Veryazov on January 07, 2008 at 22:53:45:
In Reply to: Problem with compiling in Fedora core3 posted by Debashree Ghosh on January 07, 2008 at 22:28:01:
: Error: Non-numeric character in statement label at (1)
: In file util.o:1
: \x7FELF\x02\x01\
this is really funny! sounds like an attempt to compile an executable (ELF-file) as a source!
My guess: since the support of gfortran is rather new in GA, and Fedora core 3 is not the latest OS - there is some mismatch...
This 'test.x' executable in GA is not a part of molcas and can be used only for internal
checks of GA.
I would suggest a simple workaround - edit g/GNUmakefile and comment out (#) a line (about 94)
(cd ./global/testing; $(MAKE) test.x)
Also, I would strongly advice to consider g77 instead of gfortran, or (at least) read this post: /molcas/wwwboard/messages/882.html
/Valera.