This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]