Re: Supporting -export-dynamic on AIX

2006-07-02 Thread Albert Chin
On Sun, Jul 02, 2006 at 10:58:23PM +0900, Peter O'Gorman wrote: > Here are patches against branch-1-5 and HEAD, okay (with apropriate > ChangeLog, of course)? The patch I submitted doesn't work when the command-line length is exceeded so the patch needs a little more work. I'll try to address this

Re: libltdl problems with C++ library

2006-07-02 Thread Olivier Boudeville
Hi again, finally I applied the solution suggested in http://www.gnu.org/software/libtool/manual.html#C_002b_002b-libraries, even though it somewhat hinders from switching easily of compiler (it would be a nice Request For Enhancement if libltdl could manage it automatically, it seems to be the on

Re: Supporting -export-dynamic on AIX

2006-07-02 Thread Peter O'Gorman
On Tue, 2006-06-20 at 12:12 -0500, Albert Chin wrote: > On Sun, Jun 11, 2006 at 01:14:23AM -0500, Albert Chin wrote: > > On Sat, Jun 10, 2006 at 07:12:34PM -0500, Albert Chin wrote: > > > On Sun, Jun 11, 2006 at 01:04:17AM +0200, Ralf Wildenhues wrote: > > > > * Albert Chin wrote on Sat, Jun 10, 20

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 (