Hi Ken, Ken Perl writes:
> 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 suggest to add? I don't fully understand your question, but if you are asking which of the user or the build system writer should be setting the -mwindows flag, I would advise to peruse the source of other programs dealing with the same problem, like the Gimp, for example. -- Alberto