[Bug bootstrap/37330] mpfr 32/64 multilib issue

2008-09-03 Thread olivier dot raoult at st dot com
--- Comment #4 from olivier dot raoult at st dot com 2008-09-03 14:04 --- Verstehen! Thanks! -- olivier dot raoult at st dot com changed: What|Removed |Added

[Bug bootstrap/37330] mpfr 32/64 multilib issue

2008-09-02 Thread schwab at suse dot de
--- Comment #1 from schwab at suse dot de 2008-09-02 13:51 --- Why do you need two flavors? The mfpr/gmp libraries are only used for the compiler which is only built in one flavor. If you are building for x86-64 you should configure with $PREFIX/lib64 for both library directories.

[Bug bootstrap/37330] mpfr 32/64 multilib issue

2008-09-02 Thread olivier dot raoult at st dot com
--- 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

[Bug bootstrap/37330] mpfr 32/64 multilib issue

2008-09-02 Thread brian at dessent dot net
--- Comment #3 from brian at dessent dot net 2008-09-02 17:36 --- Subject: Re: mpfr 32/64 multilib issue g++ (and gcc, gfortran, etc.) are just driver programs that invoke other programs, they don't use these libraries. You need to look at cc1 (or cc1plus, f951, etc.) to see the