This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Problems compiling the GCC 4.3.5
- From: kevin diggs <diggskevin38 at gmail dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Thu, 27 Jan 2011 11:30:13 -0600
- Subject: Re: Problems compiling the GCC 4.3.5
- References: <4D41A2D7.9070801@gmail.com> <4D41A412.7020103@redhat.com>
Hi,
I can confirm that building 4.3.5 for (PowerPC at least) will fail if
you try to build it in the source directory. It seemed to build fine
when I fixed that.
kevin
On Thu, Jan 27, 2011 at 10:57 AM, Andrew Haley <aph@redhat.com> wrote:
> On 01/27/2011 04:52 PM, Paul van Hoven wrote:
>>
>> On my mac I need a certain version of the GCC other than the one that
>> comes with XCode. Therefore I decided to compile a version for my mac. I
>> downloaded mpfr and gmp and compiled those in order to get the compilation
>> process for the gcc running. After that I did the following:
>>
>> ./configure --prefix=/Users/toom/gcc4.3.5/
>> --with-mpfr=/Users/toom/gcc4.3.5/requiredLibs/mpfr-3.0.0/
>> --with-gmp=/Users/toom/gcc4.3.5/requiredLibs/gmp-5.0.1/
>
> To begin with, do not build in the source directory.
>
> Once you've tried that, if it still doesn't build, please get back
> to us.
>
> Andrew.
>