[Bug 4130] gcc-cross 4.2.2 does not configure due to problems with gmp and mpfr

bugzilla-daemon at amethyst.openembedded.net bugzilla-daemon at amethyst.openembedded.net
Tue Dec 2 21:12:06 UTC 2008


http://bugs.openembedded.net/show_bug.cgi?id=4130





--- Comment #13 from Yuri Bushmelev <jay4mail at gmail.com>  2008-12-02 22:12:06 ---
I have some investigations and found that is not the same problem.
I have other error 'while checking for any version of mpfr.h':

configure:2392: checking for any version of mpfr.h
configure:2402: gcc -o conftest
-isystem/data/openembedded/tmp/staging/i686-linux/usr/include -O2
-I/data/openembedded/tmp/staging/i686-linux/usr/include 
-L/data/openembedded/tmp/staging/i686-linux/usr/lib
-Wl,-rpath-link,/data/openembedded/tmp/staging/i686-linux/usr/lib
-Wl,-rpath,/data/openembedded/tmp/staging/i686-linux/usr/lib -Wl,-O1 conftest.c
 -static -L/data/openembedded/tmp/staging/i686-linux/usr/lib -lmpfr -lgmp 1>&5
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
configure: failed program was:
#line 2394 "configure"
#include "confdefs.h"
#include <gmp.h>
#include <mpfr.h>
int main() {
mpfr_t n; mpfr_init(n);
; return 0; }

-- 
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-issues mailing list