Re: ltdl and C++

2011-09-20 Thread Patrick Welche
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" by John Calcote. > Basically it is the same, b

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" by John Ca

Re: ltdl and C++

2011-09-20 Thread Nick Bowler
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 creates an executable that links against other

Re: ltdl and C++

2011-09-20 Thread Patrick Welche
On Tue, Sep 20, 2011 at 04:45:34PM +0200, Alessandro Candini wrote: > >>../src $ ldd hello > >> not a dynamic executable Well spotted by Nick! (I should have asked for "file hello") Cheers, Patrick ___ https://lists.gnu.org/mailman/listinfo/libtoo