Re: C++ Shared Libraries

2000-09-01 Thread Alexandre Oliva
On Sep 1, 2000, Morten Eriksen <[EMAIL PROTECTED]> wrote: > Robert Boehne <[EMAIL PROTECTED]> writes: >> From what I have read about libtool it cannot handle C++ shared >> libs. [...] > Well, it works for us (http://www.coin3d.org) with a number of large > and complex C++ libraries. (We're usin

Re: C++ Shared Libraries

2000-09-01 Thread Morten Eriksen
Robert Boehne <[EMAIL PROTECTED]> writes: > From what I have read about libtool it cannot handle C++ shared > libs. [...] Well, it works for us (http://www.coin3d.org) with a number of large and complex C++ libraries. (We're using Libtool v1.3.5, BTW.) > Is there any work going on in this area,

C++ Shared Libraries

2000-08-31 Thread Robert Boehne
>From what I have read about libtool it cannot handle C++ shared libs. Is there any work going on in this area, or should I just do my best with shell scripting in configure.in? Anyone have a better answer? -- Robert Boehne Software Engineer Ricardo Software Chicago Technical Cen

Re: C++ shared libraries

2000-08-16 Thread Simon Richter
On 16 Aug 2000, Alexandre Oliva wrote: > > probably this is a FAQ, but i couldn't find an answer: How can I tell > > automake to check for a C++ library (i.e. that contains no C symbols)? > automake doesn't check for libraries at all. Maybe you meant > autoconf? Indeed. Such things happen with