On Thu, 18 Nov 2004, James Yonan wrote:

> Right now the Windows build is statically linking with the LZO lib, just 
> as is specified in the makefile.w32.  libtool is used to make the library, 
> but not to link against it.  Is there a problem with this?

Yes, I believe so. If you use libtool to make the library, then you
should use libtool --mode=link to link with it, too - or install it
before building OpenVPN.

The alternative is, when you know you're building the library only
statically, to leave libtool out. I haven't looked close enough to
determine if this is applicable.

-- 
Matthias Andree

Reply via email to