[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] libtool and _putenv
From: |
Greg Chicares |
Subject: |
Re: [lmi] libtool and _putenv |
Date: |
Mon, 25 Jan 2016 17:42:05 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.3.0 |
On 2016-01-25 17:18, Vadim Zeitlin wrote:
> On Mon, 25 Jan 2016 15:47:05 +0000 Greg Chicares <address@hidden> wrote:
>
> GC> On 2016-01-25 15:05, Vadim Zeitlin wrote:
[...]
> GC> > Now it really should work, please let me know if I'm still missing
> GC> > anything!
> GC>
> GC> Yes...but where are the DLLs?
>
> Sorry, it looks like the libtool warnings were not so harmless after all.
> I didn't even realize it (because lmi_wx executable did work, after all),
> but it has decided to create only static versions of the libraries because
> of them.
>
> I'm looking at fixing this, but, as usual with libtool, nothing is easy
> and so far I don't see how to do it. I don't know how urgent is this
> problem considering that, once again, things do work even right now, but
> I'll try to find a solution soon unless you tell me not to bother.
I think it's pretty important. Cross-compiling should produce the same
system as native compiling.
msw native:
/opt/lmi/bin[0]$ls -l ante*.exe lmi*.exe prod*.exe wx*.exe
-rwxr-xr-x 1 earl None 2690667 Jan 22 13:56 antediluvian_cgi.exe
-rwxr-xr-x 1 earl None 798323 Jan 22 13:56 antediluvian_cli.exe
-rwxr-xr-x 1 earl None 798305 Jan 22 13:56 lmi_cli_shared.exe
-rwxr-xr-x 1 earl None 257659 Jan 22 20:52 lmi_wx_shared.exe
-rwxr-xr-x 1 earl None 2472758 Jan 22 13:56 product_files.exe
-rwxr-xr-x 1 earl None 13097202 Jan 22 20:52 wx_test.exe
cross compiled:
/home/greg/msw/i686-w64-mingw32/bin[0]$ls -l ante*.exe lmi*.exe prod*.exe
wx*.exe
-rwxr-xr-x 1 greg greg 18875173 Jan 25 16:04 antediluvian_cli.exe
-rwxr-xr-x 1 greg greg 25317002 Jan 25 16:04 lmi_cli.exe
-rwxr-xr-x 1 greg greg 44172957 Jan 25 16:04 lmi_wx.exe
-rwxr-xr-x 1 greg greg 7945130 Jan 25 16:04 product_files.exe
-rwxr-xr-x 1 greg greg 50113955 Jan 25 16:04 wx_test.exe
- Re: [lmi] [Bulk] Re: Cross-compiling lmi from Linux to MSW, (continued)
- Re: [lmi] [Bulk] Re: Cross-compiling lmi from Linux to MSW, Greg Chicares, 2016/01/23
- Re: [lmi] [Bulk] Re: Cross-compiling lmi from Linux to MSW, Vadim Zeitlin, 2016/01/23
- Re: [lmi] [Bulk] Re: Cross-compiling lmi from Linux to MSW, Greg Chicares, 2016/01/24
- Re: [lmi] [Bulk] Re: Cross-compiling lmi from Linux to MSW, Greg Chicares, 2016/01/24
- Re: [lmi] [Bulk] Re: Cross-compiling lmi from Linux to MSW, Greg Chicares, 2016/01/24
- Re: [lmi] libtool and _putenv (was: Cross-compiling lmi from Linux to MSW), Vadim Zeitlin, 2016/01/25
- Re: [lmi] libtool and _putenv, Greg Chicares, 2016/01/25
- Re: [lmi] libtool and _putenv, Vadim Zeitlin, 2016/01/25
- Re: [lmi] libtool and _putenv, Greg Chicares, 2016/01/25
- Re: [lmi] libtool and _putenv, Vadim Zeitlin, 2016/01/25
- Re: [lmi] libtool and _putenv,
Greg Chicares <=
- Re: [lmi] [Bulk] Re: Cross-compiling lmi from Linux to MSW, Greg Chicares, 2016/01/25
- Re: [lmi] [Bulk] Re: Cross-compiling lmi from Linux to MSW, Vadim Zeitlin, 2016/01/26
- Re: [lmi] [Bulk] Re: Cross-compiling lmi from Linux to MSW, Greg Chicares, 2016/01/26
- Re: [lmi] [Bulk] Re: Cross-compiling lmi from Linux to MSW, Vadim Zeitlin, 2016/01/26
- Re: [lmi] Cross-compiling lmi from Linux to MSW, Vadim Zeitlin, 2016/01/22
- Re: [lmi] Cross-compiling lmi from Linux to MSW, Greg Chicares, 2016/01/22
- Re: [lmi] Cross-compiling lmi from Linux to MSW, Vadim Zeitlin, 2016/01/22
- Re: [lmi] Cross-compiling lmi from Linux to MSW, Greg Chicares, 2016/01/31
- Re: [lmi] Cross-compiling lmi from Linux to MSW, Vadim Zeitlin, 2016/01/31
Re: [lmi] Cross-compiling lmi from Linux to MSW, Greg Chicares, 2016/01/24