libtool ChangeLog tests/archive-in-archive.at

2008-02-07 Thread Ralf Wildenhues
CVSROOT:/cvsroot/libtool Module name:libtool Changes by: Ralf Wildenhues rwild 08/02/08 06:55:07 Modified files: . : ChangeLog tests : archive-in-archive.at Log message: * tests/archive-in-archive.at (static library contains

Re: CVS HEAD test 30

2008-02-07 Thread Ralf Wildenhues
Hi Tim, * Tim Rice wrote on Fri, Feb 08, 2008 at 03:00:05AM CET: I'm getting an UNEXPECTED PASS on test 30 of the new test suite on my UnixWare 7.1.4 box. A testlog generated with gmake check-local TESTSUITEFLAGS='-d -x 30' is attached. Thanks for the bug report. I've installed this

Re: Sun Studio: STL libraries

2008-02-07 Thread Dan Lacher
Let me see if I can clarify what we are attempting to accomplish, sorry if I was not clear in the beginning. o the desire is to create a completely agnostic library that has no dependence on Cstd or stlport4 for the following reasons: * we don't use any STL in the OMPI C++ library * we

Re: Sun Studio: STL libraries

2008-02-07 Thread Tim Mooney
In regard to: Re: Sun Studio: STL libraries, Dan Lacher said (at 1:05pm on...: Sorry, I forgot the last point: As a result, we need a way to have Libtool not link in any STL library at all. How can we do this? Thanks for clarifying what you're trying to accomplish. What happens if you use

Re: AIX: More troubles

2008-02-07 Thread NOT SPAM
Another problem: If -brtl is used on the flags, it doesn't build shared libraries. Why is this the case, and could there be a way to still output shared libraries regardless? Daniel Sands wrote: I have an executable that dlopens modules, and the modules make use of symbols provided by the

Re: Sun Studio: STL libraries

2008-02-07 Thread Dan Lacher
Sorry, I forgot the last point: As a result, we need a way to have Libtool not link in any STL library at all. How can we do this? Dan Lacher wrote: Let me see if I can clarify what we are attempting to accomplish, sorry if I was not clear in the beginning. o the desire is to create a

Re: Sun Studio: STL libraries

2008-02-07 Thread Peter O'Gorman
Tim Mooney wrote: In regard to: Re: Sun Studio: STL libraries, Dan Lacher said (at 1:05pm on...: Sorry, I forgot the last point: As a result, we need a way to have Libtool not link in any STL library at all. How can we do this? Thanks for clarifying what you're trying to accomplish.

Re: AIX: More troubles

2008-02-07 Thread Roumen Petrov
Roumen Petrov wrote: Daniel Sands wrote: I have an executable that dlopens modules, and the modules make use of symbols provided by the executable. Since AIX does not export symbols unless either it has to (if needed for direct linkage to a shared object) or you REALLY want it to (either by

CVS HEAD test 30

2008-02-07 Thread Tim Rice
I'm getting an UNEXPECTED PASS on test 30 of the new test suite on my UnixWare 7.1.4 box. A testlog generated with gmake check-local TESTSUITEFLAGS='-d -x 30' is attached. I don't seem to understand the new test suite well enough to figure this out. -- Tim Rice

Re: Sun Studio: STL libraries

2008-02-07 Thread Ralf Wildenhues
* Peter O'Gorman wrote on Thu, Feb 07, 2008 at 11:15:57PM CET: Tim Mooney wrote: CXXFLAGS=-library=%none -library=no%libC Not sure what to do in the general case. Can either: 1) Allow the setting of a cache var to select if these are added. (something like attached patch). I prefer

Re: AIX: More troubles

2008-02-07 Thread Ralf Wildenhues
Daniel Sands wrote: I have an executable that dlopens modules, and the modules make use of symbols provided by the executable. Since AIX does not export symbols unless either it has to (if needed for direct linkage to a shared object) or you REALLY want it to (either by -bexpall or by

Re: CVS HEAD test 30

2008-02-07 Thread Ralf Wildenhues
Hi Tim, * Tim Rice wrote on Fri, Feb 08, 2008 at 03:00:05AM CET: I'm getting an UNEXPECTED PASS on test 30 of the new test suite on my UnixWare 7.1.4 box. A testlog generated with gmake check-local TESTSUITEFLAGS='-d -x 30' is attached. Thanks for the bug report. I've installed this