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: Problem with GMP/MPFR libraries during gcc compilation


configure: error: GNU Fortran is not working; the most common reason for
that is that you might have linked it to shared GMP and/or MPFR libraries,
and not set LD_LIBRARY_PATH accordingly.


How can I solve this problem?



You can either link with static GMP or MPFR libraries (one good idea is to delete your shared libgmp/libmpfr completely from your /usr/ local/arm920t/lib, and rebuild) or set your LD_LIBRARY_PATH environement variable appropriately (namely, to contain /usr/local/ arm920t/lib).


Or, you can read the error message, try to understand it, and give information about why you can't or don't want to follow it. That helps us feel useful.

FX

--
François-Xavier Coudert
http://www.homepages.ucl.ac.uk/~uccafco/


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