This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/37330] mpfr & 32/64 multilib issue
- From: "olivier dot raoult at st dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Sep 2008 14:12:12 -0000
- Subject: [Bug bootstrap/37330] mpfr & 32/64 multilib issue
- References: <bug-37330-16657@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from olivier dot raoult at st dot com 2008-09-02 14:12 -------
Hmm.. maybe! I tried to script a gcc builder program which shall work on i686,
and on x86_64. Then, for the second, it shall support native 64 and -m32 modes.
As libmpfr and libmgp appear as dynamic libraries, I assumed they will be used
... but 'ldd g++' doesn't confirm. So, the only thing I have to do is to use
-with-..-lib=$PREFIX/lib64 on x86_64 machines and -with-..-lib=$PREFIX/lib on
i686?!? Good!
If it works, it's a non-bug :( .. Sorry and thanks!
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37330