http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48445

--- Comment #2 from mancilla at cse dot unsw.edu.au 2011-04-05 03:44:59 UTC ---
No, I'm building in a separate build directory.
Below is my build sequence.
------------------------------------------------------------

#!/bin/sh

echo Updating the svn repository
(cd gcc-svn; svn update)

echo 
rm -rf gcc-build-latest
mkdir gcc-build-latest
cd gcc-build-latest

echo Configuring gcc-latest
../gcc-svn/configure --prefix=/home/mancilla/current/soft/install-latest
--with-gmp=/home/mancilla/current/soft/install
--with-mpfr=/home/mancilla/current/soft/install
--with-mpc=/home/mancilla/current/soft/install --disable-multilib
--enable-languages=c,c++,go

echo Building gcc-latest
make

------------------------------------------------------------

Regards,
Blanca

On Tue, Apr 05, 2011 at 03:38:19AM +0000, pinskia at gcc dot gnu.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48445
> 
> --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-04-05 
> 03:38:14 UTC ---
> Are you building inside the source directly?  If so that is not really
> supported.
> 
> -- 
> Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug.
> You reported the bug.

Reply via email to