This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C compiler for Win 95/98


On Mon, Jan 05, 2004 at 10:02:41AM -0800, Stephan T. Lavavej wrote:
>The executables that Cygwin produces will not run by themselves; they
>require a DLL.  And DLLs are evil.
>
>[snip]
>
>MinGW produces true Win32 executables that run by themselves.  If you
>ask me, it's the only viable option for running gcc on Windows.

Except that MinGW uses DLLs just like every single other windows
executable.

Cygwin is intended to provide a UNIX-like environment on Windows.  The fact
that it uses a DLL is irrelevant.  Use the best tool for your purpose.  If
you have no interest in UNIX, then, by all means use MinGW.  Don't avoid
Cygwin because it uses a DLL like many many other Windows apps.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]