Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2001:
[Freeciv-Dev] crosscompile [ot]
Home

[Freeciv-Dev] crosscompile [ot]

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: David Weisgerber <col@xxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] crosscompile [ot]
From: Andreas Kemnade <akemnade@xxxxxxxxxxx>
Date: Wed, 19 Sep 2001 22:22:30 +0200

David Weisgerber writes:
 > Hi folks,
 > do someone of you have information about making gcc crosscompile on linux to 
 > win32 ? Would someone help me with this ? Thx!

Get cygwin sources of binutils and gcc.
Then do for both (binutils first):
./configure --target=i386-mingw32
make
make install

Then you need to install the headers and libs into
/usr/local/i386-mingw32/include respectively
/usr/local/i386-mingw32/lib

You can get them from the mingw and w32api package from a cygwin
distibution.

Greetings
Andreas Kemnade



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