Re: Cross-compiling with mingw

2009-06-25 Thread Neil Jerram
Sylvain Beucler writes: >> i586-mingw32msvc-gcc -I/usr/local/cross-tools/i386-mingw32msvc/include -g >> -O2 -Wall -Wmissing-prototypes -Werror .libs/guile.exeS.o >> -I/usr/local/cross-tools/i386-mingw32msvc/include -o guile.exe guile-guile.o >> -Wl,--export-dynamic -L/usr/local/cross-tools/i3

Re: Cross-compiling with mingw

2009-06-21 Thread Neil Jerram
Next MinGW build issue: Sylvain Beucler writes: > $ make > [...] > DLL_EXPORT -DPIC -o .libs/libguile_la-stime.o > cc1: warnings being treated as errors > stime.c:85: warning: ‘tzname’ redeclared without dllimport attribute: > previous dllimport ignored > > I found 2 references to this issue: >

Re: Cross-compiling with mingw

2008-05-28 Thread Sylvain Beucler
On Mon, May 26, 2008 at 10:43:44PM +0200, Sylvain Beucler wrote: > Hi, > > I'm tring to cross-compile Guile from GNU/Linux with mingw (so I can > statically build guile in a .exe without having to use that other OS). > > I cross-compiled gmp and libltdl (dependencies). > Now I have a few troubles

Cross-compiling with mingw

2008-05-26 Thread Sylvain Beucler
Hi, I'm tring to cross-compile Guile from GNU/Linux with mingw (so I can statically build guile in a .exe without having to use that other OS). I cross-compiled gmp and libltdl (dependencies). Now I have a few troubles with guile: Act I) Configuration $ CPPFLAGS="-I/usr/local/cross-tools/i386-