Re: libtool for C++

2002-02-03 Thread Bob Friesenhahn
CVS libtool seems to work just fine for C++. I have been using it to build a C++ shared library for maybe 1-1/2 years now. Libtool uses the C++ compiler to compile and link C++ modules so I expect that any static initialization problems would be due to the compiler or OS, and not libtool itself.

Re: libtool for C++

2002-02-03 Thread Steve M. Robbins
On Mon, Jan 28, 2002 at 04:48:04PM -0600, Bob Friesenhahn wrote: > 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

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 Friesenhah

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 libt

libtool for C++

2002-01-25 Thread Steve M. Robbins
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? from libtool manual - 11.1 Writing libraries for C++ Creating libraries

Re: Libtool for C++, Windows and Unix

2001-05-31 Thread Alexandre Oliva
On May 31, 2001, Esben Haabendal Soerensen <[EMAIL PROTECTED]> wrote: > So am I going to run into trouble when I move my stuff to HP-UX ? Yep. > Or can I avoid trouble by only using dynamic libraries ? Static libraries, you mean? Yes, this would help. -- Alexandre Oliva Enjoy Guarana', se

Re: Libtool for C++, Windows and Unix

2001-05-31 Thread Esben Haabendal Soerensen
Alexandre Oliva <[EMAIL PROTECTED]> writes: > On May 30, 2001, Esben Haabendal Soerensen <[EMAIL PROTECTED]> wrote: > > > I am using libtool 1.3.3 for my C++ project using libtool and > > libltdl. I seem to have it working. What are the reasons I should > > need the ML-branch ? > > Because li

Re: Libtool for C++, Windows and Unix

2001-05-30 Thread Alexandre Oliva
On May 30, 2001, Esben Haabendal Soerensen <[EMAIL PROTECTED]> wrote: > I am using libtool 1.3.3 for my C++ project using libtool and > libltdl. I seem to have it working. What are the reasons I should > need the ML-branch ? Because libtool works for C++ only on the few targets on which it use

Re: Libtool for C++, Windows and Unix

2001-05-30 Thread Esben Haabendal Soerensen
Michael Matz <[EMAIL PROTECTED]> writes: > > Is this a feasible scenario with the current version of libtool? Do I > > have to take a look into the multi-language branch (didn't find any > > docs, so far)? > > Yep, use the ML-branch. I am using libtool 1.3.3 for my C++ project using libtool and

Re: Libtool for C++, Windows and Unix

2001-05-18 Thread Michael Matz
Hi, On Wed, 16 May 2001, Lars von Wedel wrote: > > I'm planning to migrate a couple of our software projects to using > autoconf/automake. Libtool support would be great, but I read about a > bunch of issues related to C++. On the other hand, in the archives of > the mailing list, there seem to b

Re: Libtool for C++, Windows and Unix

2001-05-15 Thread Alexandre Oliva
On May 16, 2001, Lars von Wedel <[EMAIL PROTECTED]> wrote: > Do I have to take a look into the multi-language branch To properly support C++, yes. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS

Libtool for C++, Windows and Unix

2001-05-15 Thread Lars von Wedel
Hello, I'm planning to migrate a couple of our software projects to using autoconf/automake. Libtool support would be great, but I read about a bunch of issues related to C++. On the other hand, in the archives of the mailing list, there seem to be a number of people actually using libtool togeth