Hello everyone
recently i'v intalled the fortran compiler g95 following the steps in the manual (
http://ftp.g95.org/G95Manual.pdf)
and while running it throught the helloworld example to test I get this assembler error
g95 -c hello.f90
/tmp/ccb9kyvJ.s: Assembler messages:
/tmp/ccb9kyvJ.s:11: Error: invalid instruction suffix for `push'
I also tried to call a fortran program through matlab using the mex tools but it seems to be a compatibility problem (glnxa64 VS mexa64..) since I get this errors:
~/simple_example/ssolve_m.mexa64': /usr/local/matlab2011b/bin/glnxa64/../../sys/os/glnxa64/libgfortran.so.3: version `GFORTRAN_1.4' not found (required by
~/Desktop/.../hampath/simple_example/ssolve_m.mexa64)
I'm under ferdora (x86_64)
If anyone could help
thank you very much