Re: Distributable libraries

2008-12-07 Thread Olivier Boudeville
Ralf Wildenhues a écrit : Hello Olivier, * Olivier Boudeville wrote on Fri, Dec 05, 2008 at 11:25:12AM CET: I am working in a program which I would like to distribute on binary form for various OS including GNU/Linux. The program is made of an executable and two libraries, and its build

Distributable libraries

2008-12-05 Thread Olivier Boudeville
Hi, I am working in a program which I would like to distribute on binary form for various OS including GNU/Linux. The program is made of an executable and two libraries, and its build system is based on the autotools. My problem is that libtool links that executable with these two installed

libltdl problems with C++ library

2006-07-02 Thread Olivier Boudeville
Hi everybody, I am trying to use libtool and libltdl to develop a C++ library (named Ceylan) that provides some services, including plugin support. Despite the reading of libltdl documentation and of the autobook, I am facing link problems with the unit test (testCeylanPlugin) for plugin support

Re: libltdl problems with C++ library

2006-07-02 Thread Olivier Boudeville
is that the executable has to statically link to the libstdc++, which makes its size increase a lot and may cause license issues. Does anybody could give a hint to remove the need of this static linking ? Thanks in advance, regards, Olivier. Olivier Boudeville a écrit : Hi everybody, I am