afflictedd2
Programmer
Hi guys,
I don't know any fortran.. but I need to compile a program that is in fortran, what I thought a matter of just finding a compiler.. seems to be more than that.
I'm trying to build this but it tells me this options are invalid, what version of fortran compiles with this options?
$ make finstall
cd ./Fortran; make
cd Cshot ; make
gfortran -O -static -mcpu=i686 -fno-globals -fno-automatic -fno-second-underscore -c -o contin.o contin.f
f951: error: unrecognized command line option "-mcpu=i686"
f951: error: unrecognized command line option "-fno-globals"
make[2]: *** [contin.o] Error 1
make[1]: *** [INSTALL] Error 2
make: *** [finstall] Error 2
I'm on a Mac Book Pro with Leopard OS.
Any help appreciated.
Ed.
I don't know any fortran.. but I need to compile a program that is in fortran, what I thought a matter of just finding a compiler.. seems to be more than that.
I'm trying to build this but it tells me this options are invalid, what version of fortran compiles with this options?
$ make finstall
cd ./Fortran; make
cd Cshot ; make
gfortran -O -static -mcpu=i686 -fno-globals -fno-automatic -fno-second-underscore -c -o contin.o contin.f
f951: error: unrecognized command line option "-mcpu=i686"
f951: error: unrecognized command line option "-fno-globals"
make[2]: *** [contin.o] Error 1
make[1]: *** [INSTALL] Error 2
make: *** [finstall] Error 2
I'm on a Mac Book Pro with Leopard OS.
Any help appreciated.
Ed.