[opensuse] MinGW cross compile on 13.1
A month or so ago I started getting the following message when I cross-compile Windows apps using MinGW from OBS. icon_c.lib: error adding symbols: File in wrong format The lib/dll files have not been recompiled in over 4 years. I am guessing what has changed is the MinGW. Oddly, it only complains about a couple files. Most all works great. Anyone else having problems linking with some libs? Of course I do not have the source for these libs so I cannot recompile them. -- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Tue, Jun 30, 2015 at 11:46 AM, Roger Oberholtzer <roger.oberholtzer@gmail.com> wrote:
A month or so ago I started getting the following message when I cross-compile Windows apps using MinGW from OBS.
Is it really MinGW or MinGW-w64? As far as I know MinGW is native Windows toolchain while MinGW-w64 is cross-compiler toolchain (I have it installed myself).
icon_c.lib: error adding symbols: File in wrong format
The lib/dll files have not been recompiled in over 4 years. I am guessing what has changed is the MinGW. Oddly, it only complains about a couple files. Most all works great.
Anyone else having problems linking with some libs?
Of course I do not have the source for these libs so I cannot recompile them.
-- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
The cross-compiler. Specifically, I have mingw32-cross-gcc-c++-5.1.0-10.4.i586 On Tue, Jun 30, 2015 at 10:50 AM, Andrei Borzenkov <arvidjaar@gmail.com> wrote:
On Tue, Jun 30, 2015 at 11:46 AM, Roger Oberholtzer <roger.oberholtzer@gmail.com> wrote:
A month or so ago I started getting the following message when I cross-compile Windows apps using MinGW from OBS.
Is it really MinGW or MinGW-w64? As far as I know MinGW is native Windows toolchain while MinGW-w64 is cross-compiler toolchain (I have it installed myself).
icon_c.lib: error adding symbols: File in wrong format
The lib/dll files have not been recompiled in over 4 years. I am guessing what has changed is the MinGW. Oddly, it only complains about a couple files. Most all works great.
Anyone else having problems linking with some libs?
Of course I do not have the source for these libs so I cannot recompile them.
-- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Andrei Borzenkov
-
Roger Oberholtzer