This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/43770] GNU Fortran is not working



------- Comment #4 from kargl at gcc dot gnu dot org  2010-04-16 16:47 -------
Change the severity to normal.

It appears you have more than 1 version of mpfr install
and you're picking up the wrong library.  I suspect that
you do not want data2/share/matlab2007/bin/glnxa64/libmpfr.so.1,
but rather a version in say /usr/local/lib.

Please use the --with-gmp, --with-mpfr, and --with-mpc 
configure options to point at the correct libraries.


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43770


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