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]

make check broken?


While trying out make check on linux I noticed a complaint about
unresolved symbols, caused by the pthread symbol in libstdc++ (we
already saw a patch for this).

But the complaint was about /usr/lib/libstdc++.  I think what may be
happening is that make check isn't checking the new libstdc++ in egcs, 
but the old one in /usr/lib - possibly because of the use of shared
libs.

Maybe the test programs need to be built with -rpath set to pick up
the new libraries?


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