[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Upgrading libxml2 and libxslt
From: |
Greg Chicares |
Subject: |
Re: [lmi] Upgrading libxml2 and libxslt |
Date: |
Sun, 17 Jul 2016 11:57:49 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.8.0 |
On 2016-07-15 20:19, Vadim Zeitlin wrote:
[...zlib configure...]
> Unfortunately this "configure" is, in spite of its name, a manually
> written script and not something generated by autoconf, so it took me some
> time to understand this but I do indeed see what it is doing now and the
> way to work around the problem above is to do the following:
>
> % export LDSHARED='gcc -shared'
> % export LDSHAREDLIBC=''
> % PATH=/MinGW_bin:$PATH ./configure
> % PATH=/MinGW_bin:$PATH make -s
>
> This still produces libz.so.1.2.8 and not the expected libz.dll on output
> however. It looks functional and we could just rename it to libz1.dll and
We can override the name thus:
SHAREDLIBV='libz1.dll'
and adding '--out-implib':
LDSHARED='gcc -shared -Wl,--out-implib,libz1.dll.a'
fixes the import library's name.
I'll commit these changes after testing.
- Re: [lmi] Do we have zlib already?, Greg Chicares, 2016/07/12
- Re: [lmi] Do we have zlib already?, Greg Chicares, 2016/07/12
- [lmi] Upgrading libxml2 and libxslt [Was: Do we have zlib already?], Greg Chicares, 2016/07/13
- Re: [lmi] Upgrading libxml2 and libxslt, Vadim Zeitlin, 2016/07/13
- Re: [lmi] Upgrading libxml2 and libxslt, Greg Chicares, 2016/07/14
- Re: [lmi] Upgrading libxml2 and libxslt, Vadim Zeitlin, 2016/07/14
- Re: [lmi] Upgrading libxml2 and libxslt, Greg Chicares, 2016/07/15
- Re: [lmi] Upgrading libxml2 and libxslt, Vadim Zeitlin, 2016/07/15
- Re: [lmi] Upgrading libxml2 and libxslt, Greg Chicares, 2016/07/15
- Re: [lmi] Upgrading libxml2 and libxslt,
Greg Chicares <=
- [lmi] Building shared zlib [Was: Upgrading libxml2 and libxslt], Greg Chicares, 2016/07/15
- Re: [lmi] Building shared zlib, Vadim Zeitlin, 2016/07/15
- Re: [lmi] Building shared zlib, Greg Chicares, 2016/07/15