This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++-v3 bulid probelms with gcc-3.3-20030714
- From: LLeweLLyn Reese <llewelly at lifesupport dot shutdown dot com>
- To: Mike Ruff <mruff68 at yahoo dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 18 Jul 2003 06:14:12 -0700
- Subject: Re: libstdc++-v3 bulid probelms with gcc-3.3-20030714
- References: <20030717191110.8709.qmail@web20206.mail.yahoo.com>
Mike Ruff <mruff68@yahoo.com> writes:
> Hey all,
>
> This could be user error, but...
>
> ../gcc-3.3-20030714/configure
> --with-gcc-version-trigger=/work/mruff/gcc-3.3-20
> 030714/gcc/version.c --host=i686-pc-linux-gnu
> --prefix=/tmp/local --enable-lang
> uages=c c++ --norecursion
>
> On RH7.2 (up2date), produces this...
>
> make[2]: Entering directory
> `/work/mruff/build/i686-pc-linux-gnu/libstdc++-v3/i
> clude'
> make[2]: *** No rule to make target
> `/work/mruff/gcc-3.3-20030714/libstdc++-v3/
> onfig/cpu//atomicity.h', needed by `stamp-target'.
> Stop.
>
> It appears the try_cpu var is not being
> properly set in configure.target, resulting in....
>
> ATOMICITY_INC_SRCDIR = config/cpu/
>
> Oh, my shell is pdksh...
Could you try again using e.g. bash? (to the best of my knowledge,
bash shouldn't be required, but sometimes things slip by.. )
Could you post objdir/<target>/libstdc++-v3/config.log ?
It is a file that logs the tests and results of libstdc++-v3
configure. Maybe we can pick through it and figure out what went
wrong.