[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#9744: 6 of 110 tests failed - report attached
From: |
Peter O'Gorman |
Subject: |
bug#9744: 6 of 110 tests failed - report attached |
Date: |
Fri, 14 Oct 2011 08:27:34 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.22) Gecko/20110906 Fedora/3.1.14-1.fc14 Thunderbird/3.1.14 |
On 10/14/2011 08:14 AM, Brian Oxley wrote:
Attached.
Cheers,
Brian Oxley
-----Original Message-----
From: Peter O'Gorman [mailto:address@hidden
Looks like there is something wrong with your fortran compiler:
Thanks, looks like your gfortran is broken. Your libgmp is missing a
symbol that gfortran expects to be there.
If you don't need gfortran then you probably don't need to worry about it.
Peter
configure:3828: checking whether we are using the GNU Fortran 77 compiler
configure:3841: gfortran -c conftest.F >&5
/usr/libexec/gcc/x86_64-redhat-linux/4.1.2/f951: symbol lookup error:
/usr/libexec/gcc/x86_64-redhat-linux/4.1.2/f951: undefined symbol:
__gmpn_sqr_n
configure:3841: $? = 1
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:3850: result: no