seaPea <printerster@[EMAIL PROTECTED]
> writes:
> We have source code from a vendor that needs to be compiled in gcc. I
> went to the gcc web site but there is no gcc compilier listed for
> msWindows. Instead it says use Cygwin.
> I dl'ed and installed the Cygwin - but find no gcc.
>
> How can i get a gcc for msWindows ?
This is somewhat off-topic for this newsgroup, but ...
When you run the "setup.exe" installer for Cygwin, it installs a
certain subset of packages by default. gcc is not in that subset.
Run setup.exe again, and select "gcc".
Questions about using Cygwin can be directed to the cygwin mailing
list; see www.cygwin.com.
Note that the Cygwin version of gcc generates executables that depend
on the Cygwin system (cygwin.dll, I think). There are other ****ts of
gcc to Windows that don't have this problem. I think MinGW is one; if
you Google it, you'll quickly know more about it than I do.
--
Keith Thompson (The_Other_Keith) <kst-u@[EMAIL PROTECTED]
>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
--
comp.lang.c.moderated - moderation address: clcm@[EMAIL PROTECTED]
-- you must
have an appropriate newsgroups line in your header for your mail to be
seen,
or the newsgroup name in square brackets in the subject line. Sorry.


|