This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: the struggle to create a 64-bit gcc on Solaris 10
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Dennis Clarke <dclarke at blastwave dot org>
- Cc: Ryan Johnson <ryan dot johnson at cs dot utoronto dot ca>, gcc at gcc dot gnu dot org, Eric Botcazou <ebotcazou at adacore dot com>
- Date: Sat, 10 Nov 2012 21:54:31 +0000
- Subject: Re: the struggle to create a 64-bit gcc on Solaris 10
- References: <509E8F1A.2010006@cs.utoronto.ca> <fb6d19542894.509e7813@blastwave.org>
On 10 November 2012 20:51, Dennis Clarke wrote:
>
> So 32-bit gcc works just fine. However I need a pile of libs all over the place ( gmp, mpfr, mpc, etc etc ) for this to work
No you don't. If you put gmp, mpfr and mpc in the GCC source tree, or
install them with --disable-shared, then you don't need to keep the
libs around.