This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Build failure in libstdc++
- From: Matt Austern <austern at apple dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 6 Mar 2003 16:22:37 -0800
- Subject: Build failure in libstdc++
Since today I've started seeing a build failure in libstdc++. Either
it's a configuration problem or I'm doing something dumb.
I went to my CVS directory, did 'cvs update' (I've verified that there
are no sticky tags and no modified files), then, in a parallel empty
directory, configured the compiler with "../gcc34/configure
--prefix=~/root34 --enable-languages=c++", and typed "make -j4". The
build died in the libstdc++ link, with the error message "libtool:
link: only absolute run-paths are allowed".
The configure tuple is i686-pc-linux-gnu, and it's an RH8.0 system.
Does this look at all familiar to anyone? Any clues on what I'm doing
wrong?
Thanks!
--Matt