This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Compiling of snapshot egcs-20001023 failed.
- To: echristo at cygnus dot com, trond dot bo at dnmi dot no
- Subject: Re: Compiling of snapshot egcs-20001023 failed.
- From: Trond Bo <trond dot bo at dnmi dot no>
- Date: Sun, 29 Oct 2000 19:24:54 +0000
- Cc: gcc at gcc dot gnu dot org
Hi.
> Looks like you're trying to build with srcdir == objdir. This doesn't
> currently work. You'll need to create a build directory and run
> configure, make and make install from there.
> For example:
> src/ build/
> from build:
> ../src/configure --prefix=/my/installdir/
> make all
> make install
It did work. The snapshot got compiled and I could try it out on
our own libraries.
Trond