[GnuWin32-Users] unistd.h error

2005-12-15 Thread Benoît Rouits
Hello, i have the debian mingw32-* cross-compiler packages for linux, (version gcc 3.4.2 (mingw-special)) and i installed libgw32c-0.4-lib.zip archive. i put include/glibc/* in /usr/mingwpath/include and lib/libgw32c.a in /usr/mingwpath/lib. I also installed full gtk+/etc.. dlls and headers for m

Re: [GnuWin32-Users] unistd.h error

2005-12-15 Thread Benoît Rouits
Ok, The problem was was not included before So i swapped the 2 lines and it worked. .. going on linking.. -- Ben Le vendredi 16 décembre 2005 à 03:17 +0100, Benoît Rouits a écrit : > Hello, > i have the debian mingw32-* cross-compiler packages for linux, > (version gcc 3.4.2 (mingw-special)) > >

[GnuWin32-Users] linking problem with libgw32c.a

2005-12-15 Thread Benoît Rouits
hello again, while cross-compiling an application with mingw32 and libgw32c, i get an error with libgw32c.a: /usr/bin/i586-mingw32msvc-c++ -I/usr/i586-mingw32msvc/include/[...] -Wall -O2 -o denemo.exe articulations.o [...].o -L/usr/i586-mingw32msvc/lib -lgtk-win32-2.0 -l[...]

Re: [GnuWin32-Users] linking problem with libgw32c.a

2005-12-15 Thread Benoît Rouits
Le vendredi 16 décembre 2005 à 06:25 +0100, Benoît Rouits a écrit : > hello again, > while cross-compiling an application with mingw32 and libgw32c, > i get an error with libgw32c.a: > /usr/bin/i586-mingw32msvc-c++ -I/usr/i586-mingw32msvc/include/[...] > -Wall -O2 -o denemo.exe articulations.