This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Compiling gcc 3.2.3, AMD, x86_64,
- From: Philip Coltharp <coltharp at hadron dot physics dot fsu dot edu>
- To: Mike Stump <mrs at apple dot com>
- Cc: gcc at gcc dot gnu dot org, gcc-help at gcc dot gnu dot org
- Date: Tue, 07 Nov 2006 13:47:59 -0500
- Subject: Re: Compiling gcc 3.2.3, AMD, x86_64,
- References: <454FE099.9070906@hadron.physics.fsu.edu> <AD602E0F-6930-4E05-BF46-0E9C6D0EAC1A@apple.com> <EA712A34-7B9F-4D99-8875-F5D2E84939AE@apple.com>
Mike Stump wrote:
On Nov 6, 2006, at 6:57 PM, Mike Stump wrote:
On Nov 6, 2006, at 5:25 PM, Philip Coltharp wrote:
I'm trying to compile gcc v3.2.3 and I'm getting through most of it
but the make file stops showing the following error:
/bin/sh: ./../../../configure: No such file or directory
I suspect the answer is don't do:
../configure
instead, do ../gcc/configure...
Ah, I read though more of your wiki, I guessed wrong. You didn't give
all the commands you issued and I still suspect the same issue, try this:
untar gcc
mkdir obj
cd obj
../gcc/configure [...]
make
or annotate your wiki with _all_ the commands you did, also, start of
in a new directory, no make clean, it just isn't worth it.
Ok thanks, I'll do it. I'll take this discussion to to gcc-help as well.
PhilipC