ltdl and C++

2011-09-19 Thread Alessandro Candini
src/Makefile src/modules/hithere/Makefile]) AC_OUTPUT -- Alessandro Candini MEEO S.r.l. Via Saragat 9 I-44122 Ferrara, Italy Tel: +39 0532 1861501 Fax: +39 0532 1861637 http://www.meeo.it "ATTENZIONE:le informazioni contenute in questo

Re: ltdl and C++

2011-09-20 Thread Alessandro Candini
On 20/09/11 16:31, Patrick Welche wrote: On Mon, Sep 19, 2011 at 03:34:22PM +0200, Alessandro Candini wrote: Hi everyone. I have a problem making ltdl library work with some C++ code. I have implemented my personal version of the example at the end of Chapter 7 in the book "Autotools&quo

Re: ltdl and C++

2011-09-21 Thread Alessandro Candini
On 20/09/11 17:04, Nick Bowler wrote: On 2011-09-19 15:34 +0200, Alessandro Candini wrote: Configure and make works but I do not produce a dynamic linked executable, unlike the original John's example: ../src $ ldd hello not a dynamic executable This is normal. When libtool creat

Re: ltdl and C++

2011-09-23 Thread Alessandro Candini
On 21/09/11 10:14, Alessandro Candini wrote: On 20/09/11 17:04, Nick Bowler wrote: On 2011-09-19 15:34 +0200, Alessandro Candini wrote: Configure and make works but I do not produce a dynamic linked executable, unlike the original John's example: ../src $ ldd hello not a dy