[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU SASL 0.2.11
From: |
Simon Josefsson |
Subject: |
Re: GNU SASL 0.2.11 |
Date: |
Wed, 08 Mar 2006 09:51:24 +0100 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) |
Simon Josefsson <address@hidden> writes:
> Hi Fancis!
Oops, I forgot an 'r'. My apologies, Francis.
> I looked into this in more detail, and it seems that a -no-undefined
> parameter is needed in lib/src/Makefile.am, as follows, to build the
> DLL and import library:
>
> libgsasl_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
> -no-undefined -export-symbols-regex '^(gsasl|GSASL).*'
After some discussion on the libtool list, this was indeed the proper
solution.
I'll release a new version with the flag today. I've tested that it
seem to produce a DLL and import library with mingw32 locally. I
haven't tested the resulting library or binary heavily though.
Thanks,
Simon