Re: Support for VC++ toolchain (was Re: Absolute paths generated by libtool.)

2006-11-28 Thread Howard Chu
Benoit Sigoure wrote: No sorry, this was necessary. MSYS isn't enough, and using it wouldn't have enabled me to do what I do now. The shell still removes unecessary backslashes and MSYS can't automagically handles things such as: gcc -I/home/build/... (which needs to be rewritten in -IC:/cygw

RE: Support for VC++ toolchain (was Re: Absolute paths generatedby libtool.)

2006-11-28 Thread Benoit Sigoure
Quoting Duft Markus <[EMAIL PROTECTED]>: Hi! Hi, please answer below the quote :( http://en.wikipedia.org/wiki/Top-posting Hmmm, what do you mean with "wgcc doesn't set the environment"? It's true, wgcc doesn't, but why should it?? The thing is, that wgcc should be the only one to run cl.exe

Re: Support for VC++ toolchain (was Re: Absolute paths generated by libtool.)

2006-11-28 Thread Benoit Sigoure
Quoting Howard Chu <[EMAIL PROTECTED]>: Benoit Sigoure wrote: Quoting Benoit Sigoure <[EMAIL PROTECTED]>: [SNIP, see http://lists.gnu.org/archive/html/libtool/2006-11/msg00018.html] Hello folks, I think I finally succeeded: I can now build any UNIX program as long as its code is portable on

Re: Support for VC++ toolchain (was Re: Absolute paths generated by libtool.)

2006-11-28 Thread Ralf Wildenhues
Hello Benoit, * Benoit Sigoure wrote on Tue, Nov 28, 2006 at 12:54:09PM CET: > > Now the question is: would consider support for VC++ in libtool? This would > imply doing something similar to what wgcc does, that is: rewritting all the > arguments (-I's, -D's etc) for VC++. I can (try to) contrib

Re: Support for VC++ toolchain (was Re: Absolute paths generated by libtool.)

2006-11-28 Thread Howard Chu
Benoit Sigoure wrote: Quoting Benoit Sigoure <[EMAIL PROTECTED]>: [SNIP, see http://lists.gnu.org/archive/html/libtool/2006-11/msg00018.html] Hello folks, I think I finally succeeded: I can now build any UNIX program as long as its code is portable on Windows with both mingw-gcc toolchain

Support for VC++ toolchain (was Re: Absolute paths generated by libtool.)

2006-11-28 Thread Benoit Sigoure
Quoting Benoit Sigoure <[EMAIL PROTECTED]>: [SNIP, see http://lists.gnu.org/archive/html/libtool/2006-11/msg00018.html] Hello folks, I think I finally succeeded: I can now build any UNIX program as long as its code is portable on Windows with both mingw-gcc toolchain and MS VC++. I thought th