[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Missing file in snapshot
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Missing file in snapshot |
Date: |
30 Sep 2008 10:28:44 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
Ed Smith-Rowland <address@hidden> writes:
> The commands were a pretty straight configure (from a different build
> directory) and make bootstrap.
>
> $ ../gcc-4.1.2-snapshot/configure --prefix=~/bin-gm2
> --enable-languages=c,gm2
Hi Ed,
I use the following successfully,
CXXFLAGS=-g BOOT_CFLAGS=-g CFLAGS="-g -gdwarf-2" \
../gcc-4.1.2/configure --disable-multilib --enable-languages=c,c++,gm2 \
--enable-checking=all --prefix=$HOME/opt --enable-libstdcxx-debug
> $ make bootstrap
>
>
> Should I use a different target?
>
I use:
$ make && make install
> My computer is Ref Hat 5 Linux. Bootstrap compiler is gcc-4.1.2 (the
> system compiler).
ok, sounds fine.. let us know how you progress!
regards,
Gaius