Re: call for help/crazy idea: nmake support

2010-08-10 Thread Natalie Tasman
Hi Ralf, I think this is a great idea and would be interested in hearing your plans for moving forward. I've invested a lot of time in an autotools build system that works on *nix and mingw (and cross-compiling to mingw from linux!) and I do think this would be interesting to see this work on

Re: cross-compiling but keeping one target native

2010-05-17 Thread Natalie Tasman
simon.rich...@hogyros.dewrote: Hi, On Fri, May 14, 2010 at 03:53:29PM -0700, Natalie Tasman wrote: I have one target which is actually a utility used during *build* time. Is it possible to specify one target which should *not* be built with the cross-compiler, but natively instead

cross-compiling but keeping one target native

2010-05-14 Thread Natalie Tasman
I'm working on a build system with autotools. I'd like to cross-compile, building a mingw/windows executable from linux. So far, my system works well with the --host option (and appropriate cross tools installed, from the mingw-cross-env project.) I have one target which is actually a utility