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
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:
>
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
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-