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


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

Re: mkcheck and rpath


> Why was libtool ditched?

...because cross compilers don't play well with libtool --mode=execute. 
In particular, abstractions for running on a simulator (or multiple 
kinds of simulator) have to exist. 

Since cross compilers were the whole point of dejagnu-ification, it was 
rather significant.

It looks like shared linkage can just be fixed with LD_LIBRARY_PATH, like 
the g++ testsuite. 

-benjamin


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