Typo in 1.5.22's info manual

2007-04-19 Thread Reuben Thomas
"Both macros define the shell variables LIBLTDL, to the link flag that you should use to link with libltdl, and LTDLINCL, to the preprocessor flag that you should use to compile with programs that include `ltdl.h'. It is up to you to use `AC_SUBST' to ensure that this variable will be available

Re: dll names on windows

2007-04-19 Thread Bob Rossi
On Sat, Apr 14, 2007 at 11:23:20PM +0100, Max Bowsher wrote: > Bob Rossi wrote: > > I've recently converted pcre's (http://www.pcre.org/) build > > system to use the autotools. > > > > The previous stable version of libtool, pcre-7.0, used to create dll's > > on mingw. It would create > > $ ls

Re: libtool dll creation (mingw32 undefined symbols)

2007-04-19 Thread richard
(resend, because i forgot to CC the list) Typo: -no-undefined (just one leading hyphen). thanks a lot Ralf, this was the only error. the dll compiles and i get a running .exe in ./libs (tested with wine and winXP). hurray. Actually i thought long parameters are supposed to start with "--" or

Re: libtool dll creation (mingw32 undefined symbols)

2007-04-19 Thread Ralf Wildenhues
Hello Richard, Please keep the libtool list in Cc:, thanks. * richard wrote on Thu, Apr 19, 2007 at 05:45:01PM CEST: > >> Typo: -no-undefined (just one leading hyphen). >> > thanks a lot Ralf, this was the only error. the dll compiles and i get a > running .exe in ./libs (tested with wine and

Re: Linking automatically with dlopen

2007-04-19 Thread Reuben Thomas
On Wed, 18 Apr 2007, Bob Friesenhahn wrote: Years ago, I converted ImageMagick to use loadable modules in order to decouple from optional libraries. This did require a clean "codec" interface but it turned out fine. There are 95 modules, and libldtl is only used if the package is built to us