mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Can't make sdl2_net and sdl2_mixer from git


From: Bernd Kosmahl
Subject: Re: [Mingw-cross-env-list] Can't make sdl2_net and sdl2_mixer from git
Date: Tue, 14 Jan 2014 23:47:45 +0100

Hi there,

> > Huh? How did this end up in the exe?
> Obviously the project you are trying to cross-compile uses libtool.
> The resulting exe you see is actually a libtool wrapper instead of the
> real binary.
> 
> The real one whould be in a directory called ".lib" or ".libs".

And thanks again!

I understand what you're writing and after looking puzzled in my own nightly 
build script I wrote when we used sdl1.2 I found this snipped:

if [ -f src/.libs/maxr.exe ]; then
        i686-pc-mingw32-strip src/.libs/maxr.exe
        mv src/.libs/maxr.exe ./data/
[...]

I have however no idea why this is like it is, since the linux binary is always 
put in ./src/. Just curious now :) In fact I did find the real exe exactly 
where you mentioned it.

I've no idea how cross compiling really works and I've next to no knowhow about 
Windows and compiling so I really really love what MXE is doing here for me :-)

I've seen that you're maintaining a list of software that uses MXE. You may add 
the "Mechanized Assault and eXploration Reloaded" project at maxr.org if 
nightly builds qualify for the list ;-) We're using MXE now since Mai 2012 so 
our debug players can always download latest SVN for breaking.

Thank you a lot!
-- 
Bernd Kosmahl



reply via email to

[Prev in Thread] Current Thread [Next in Thread]