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 libfortran/41760] Problem with configure when using --with-gmp and --with-mpfr



------- Comment #1 from Michel dot Delaunay at imag dot fr  2009-10-20 06:04 -------
Created an attachment (id=18829)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18829&action=view)
the config.log file produced when configure ``libfortran''

configure:14173: checking whether the GNU Fortran compiler is working
configure:14187: /usr/local/GCC/GCC-4.4.2/i686-gcc-4.4.2/./gcc/gfortran
-B/usr/local/GCC/GCC-4.4.2/i686-gcc-4.4.2/./gcc/
-B/usr/local/GCC/gcc-4.4.2/i686-pc-linux-gnu/bin/
-B/usr/local/GCC/gcc-4.4.2/i686-pc-linux-gnu/lib/ -isystem
/usr/local/GCC/gcc-4.4.2/i686-pc-linux-gnu/include -isystem
/usr/local/GCC/gcc-4.4.2/i686-pc-linux-gnu/sys-include -c   conftest.f >&5
/usr/local/GCC/GCC-4.4.2/i686-gcc-4.4.2/./gcc/f951: symbol lookup error:
/usr/lib/libmpfr.so.1: undefined symbol: __gmp_get_memory_functions
configure:14193: $? = 1
configure: failed program was:
| 
|       program foo
|       real, parameter :: bar = sin (12.34 / 2.5)
|       end program foo
configure:14214: result: no
configure:14216: error: GNU Fortran is not working; please report a bug in
http://gcc.gnu.org/bugzilla, attaching
/usr/local/GCC/GCC-4.4.2/i686-gcc-4.4.2/i686-pc-linux-gnu/libgfortran/config.log


-- 


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


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