Date: Sat, 14 Apr 2001 19:42:52 -0400 Message-Id: <200104142342.TAA28664@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3ad895b6_1@news4.newsfeeds.com> (cbarry@pangea.ca) Subject: Re: Cygwin ... Ming32 ... DJGPP ... GCC ... AARRGGHH!!! References: <3ad895b6_1 AT news4 DOT newsfeeds DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk DJGPP runs on DOS (or in dos compatibility boxes). Cygwin runs on Win32. Both create native programs (native DOS for DJGPP, native Win32 for Cygwin). Both use gcc. Both can be used to create a whatever-to-sh4 cross compiler, but neither come with one by default. You can also run Linux, which has a gcc that produces native Linux programs, and can be used to create a linux-to-sh4 cross compiler. Or Solaris, or IRIX, or AIX, or ... It's all the same, just different operating systems.