Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-Id: <199909010100.UAA17983@mercury.xraylith.wisc.edu> To: JRSON AT NetZero DOT Net cc: cygwin AT sourceware DOT cygnus DOT com Subject: Re: (Another) newbie problem In-Reply-To: Your message of "Wed, 01 Sep 1999 00:26:57 GMT." <37cd6b55 DOT 11211806 AT smtp DOT netzero DOT net> Date: Tue, 31 Aug 1999 20:00:41 -0500 From: Mumit Khan JRSON AT NetZero DOT Net (John R Hanson) writes: > No, The compiler and binutils produce and use > the same input/output whether you are compiling > for mingw32 or cygwin. Only the startup files, > libraries and (some) include files need to be kept separate. There will be some differences starting the next release. I just put the finishing touches on thread-safe C++ exceptions for Mingw, and that just won't work for "stock" Cygwin. Of course, if you don't specify -mthreads option (which defines -D_MT and adds in the thread-safe helper library), it'll be the same. > The ideal setup would be the cygwin gcc/++.exe compiler driver > and the mingw32 compiler and binutils > That way you could use symlinks where needed. And still have > the fast compiler, and tools. Actually, there are other problems with this setup besides the quoting issue -- the pathnames have to specially handled by the driver before passing it on for example. UWIN folks do this to drive MSVC and there's quite a bit of work to be done (and I can still break it at will). If you can live with a little slowdown due to Cygwin overhead, why not just use a Cygwin hosted Mingw targeted toolchain (just install it somewhere else, and use PATH to switch to it)? As you can probably guess already, I have just the setup. In fact, I'm contemplating packaging it up (which takes a finite block of my time, hence the contemplation ;-) and putting it up for ftp. > if you are using mingw32 gcc with -cygwin > (does anyone else do this but me?-) Hey, I know of someone (trying to) build Linux kernel under Cygwin. so there ;-) Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com