This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Run gfortran without installing


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]