Win32 compile option

2009-11-30 Thread Ken Perl
Hello, I have AM_PATH_GTK_2_0(1.3.5) in configure.ac and app_CPPFLAGS = @GTK_CFLAGS@ app_LDADD = @GTK_LIBS@ in Makefile.am the above works fine on Linux and compiles crossly a simple win32 version on Linux, if I'd transfer one -mwindows compile-link option when cross-compiling, what do you sugges

Re: automake cross compile on Linux

2009-11-30 Thread Ken Perl
i586-mingw32msvc-gcc works fine, I just install it from apt-get. I upgraded automake to 1:1.11-1 and also upgrade autoconf on Debian and now I can't reproduce my previous post issue anymore, thanks for your help. On Mon, Nov 30, 2009 at 3:32 AM, Ralf Wildenhues wrote: > Hi Ken, > &

automake cross compile on Linux

2009-11-28 Thread Ken Perl
Hi, I created a very simple configure.ac with autoscan for the hello wold program, and a very simple Makefile.am, $cat Makefile.am bin_PROGRAMS = hello hello_SOURCES = hello.c I may configure; make successfully on Linux, but when I tried to build it for win32 crossly on Linux, I have trouble, se