Re: libtool for C++

2002-01-28 Thread Robert Boehne
Steve: It is NOT up-to-date for CVS HEAD and alpha versions of Libtool. Robert Steve M. Robbins wrote: Hello, The libtool manual suggests strongly that one not use it for C++ libraries. Is this section of the document up-to-date with the stable release of libtool? CVS libtool?

libtool 1.4 branch and IRIX 6.x

2002-01-28 Thread Albert Chin
When using CC=cc on IRIX 6.x, ld is used to create shared libraries. However: hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' This causes -Wl,-rpath to be passed to ld. Unfortunately, ld recognizes -rpath but not -Wl so we get errors like: (null): WARNING 1 : Unknown option: Wl,-rpath

Re: libtool for C++

2002-01-28 Thread Bob Friesenhahn
On Mon, 28 Jan 2002, Robert Boehne wrote: It is NOT up-to-date for CVS HEAD and alpha versions of Libtool. I recall that this documentation was updated in the muti-lingual branch. Perhaps it was not merged over as it should have been? Bob == Bob