-
With the new code, I can run "make" without errors, but I do not get any executable, in particular there is no trace of f2j or f2java.
The messages I get from make are the following. Is there anything I am missing? Many thanks for any help!!
my prompt> make
cd libbytecode; make
gcc -maix64 -g -Wall -g -O2 -DBC_VIEW -c globals.c
gcc -maix64 -g...
2009-01-21 18:52:19 UTC in Fortran to Java
-
Actually, this probably answers my question : http://f2j.cvs.sourceforge.net/viewvc/f2j/f2j/src/?sortby=log
Slowly learning how to use SourceForge... :-),
Gene.
2009-01-21 16:15:29 UTC in Fortran to Java
-
Hi,
In trying to install f2j, I've uncompressed f2j-0.8.1.zip and ran "./configure". I had to run "export CC='gcc -maix64'" first.
According to the documentation, the next step is to run "make". I get the error:
my prompt> :make
rm -f *.o *.class f2jparse.c y.tab.c y.tab.h tmp f2j f2java core a.out *.output *~ *.vcg.
2009-01-21 15:26:00 UTC in Fortran to Java