This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: 'make gnatlib_and_tools' failure...
- From: Geoff Keating <geoffk at geoffk dot org>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: 26 May 2002 21:06:48 -0700
- Subject: Re: 'make gnatlib_and_tools' failure...
- References: <20020527034121.GI24897@codesourcery.com>
Zack Weinberg <zack@codesourcery.com> writes:
> rm -f rts/libgnat.a rts/libgnarl.a
> ar rc rts/libgnat.a \
> rts/a-caldel.o rts/a-calend.o rts/a-chahan.o rts/a-charac.o
> [yada yada yada, +-50 lines worth]
>
> ar: rts/adaint.o: No such file or directory
> make[1]: *** [gnatlib] Error 1
> make[1]: Leaving directory `/home/zack/src/gcc/vanilla/build/gcc/ada'
> make: *** [gnatlib] Error 2
There's a bug, you need to give an absolute pathname when running configure
if you want to build gnatlib_and_tools. I just hit this yesterday.
--
- Geoffrey Keating <geoffk@geoffk.org> <geoffk@redhat.com>