Run gfortran without installing
Dominique Dhumieres
dominiq@lps.ens.fr
Sun Jan 20 18:12:00 GMT 2013
> is there a "correct way" to run a built gfortran without installing it first?
I am not sure to understand your question, but you may want something like:
/opt/gcc/build_w/gcc/gfortran -B/opt/gcc/build_w/gcc/ -B/opt/gcc/build_w/x86_64-apple-darwin10.8.0/i386/libgfortran/ \
-B/opt/gcc/build_w/x86_64-apple-darwin10.8.0/libgfortran/.libs -L/opt/gcc/build_w/x86_64-apple-darwin10.8.0/libgfortran/.libs \
-B/opt/gcc/build_w/x86_64-apple-darwin10.8.0/libquadmath/.libs -L/opt/gcc/build_w/x86_64-apple-darwin10.8.0/libquadmath/.libs
At least it what the testsuite uses.
Dominique
More information about the Fortran
mailing list