public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* What is the difference between Cygwin and GCC releases ?
@ 2003-01-13  3:30 Aaron Gray
  2003-01-13  3:30 ` Michael A Chase
  0 siblings, 1 reply; 3+ messages in thread
From: Aaron Gray @ 2003-01-13  3:30 UTC (permalink / raw)
  To: cygwin

Hi,

Is Cygwin just a build of GCC or does it have a standard set of patches
applied, or are the patches merged with GCC at appropriate GCC version
updates ?

I basically want to be able to use GCC releases on Windows if possible, how
do I go about this ?

Do I have to add the appropriate Cygwin libraries ?

Can someone give me a pointer on this, ie either explain or point me to the
relavent documentation please.

Aaron

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: What is the difference between Cygwin and GCC releases ?
  2003-01-13  3:30 What is the difference between Cygwin and GCC releases ? Aaron Gray
@ 2003-01-13  3:30 ` Michael A Chase
  0 siblings, 0 replies; 3+ messages in thread
From: Michael A Chase @ 2003-01-13  3:30 UTC (permalink / raw)
  To: cygwin, Aaron Gray

On Fri, 10 Jan 2003 16:01:32 -0000 Aaron Gray <aarongray@beeb.net> wrote:

> Can someone give me a pointer on this, ie either explain or point me to the
> relavent documentation please.

> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/

-- 
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: What is the difference between Cygwin and GCC releases ?
@ 2003-01-13  3:30 Timothy C Prince
  0 siblings, 0 replies; 3+ messages in thread
From: Timothy C Prince @ 2003-01-13  3:30 UTC (permalink / raw)
  To: aarongray; +Cc: cygwin



-----Original Message-----
From: "Aaron Gray" <aarongray@beeb.net>
To: <cygwin@cygwin.com>
Date: Fri, 10 Jan 2003 16:01:32 -0000
Subject: What is the difference between Cygwin and GCC releases ?

Hi,

Is Cygwin just a build of GCC or does it have a standard set of patches
applied, or are the patches merged with GCC at appropriate GCC version
updates ?

Some of the cygwin capabilities involve patches to gcc.  If you don't use any cygwin-specific stuff, you can do without them.

I basically want to be able to use GCC releases on Windows if possible, how
do I go about this ?

Standard gcc (C,C++,objc,g77) includes basic cygwin support, and builds OOTB as a native cygwin compiler:

if building to install in a separate tree, copy the /usr/include tree, e.g. for the default /usr/local build, 
cp -r /usr/include /usr/local/

<sourcetree>/configure   --enable-threads=posix --disable-shared --enable-sjlj-exceptions

Otherwise, the instructions at gcc.gnu.org are valid.  Minor patches to target.exp are advisable if you run testsuite.

Time required to build and run testsuite varies from 2 hrs on 2800 Mhz HT box on up (significantly more time than on linux; cross building is practical).

For confirmation, and further information, check the archives of this mailing list.
Tim Prince

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-01-10 17:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-13  3:30 What is the difference between Cygwin and GCC releases ? Aaron Gray
2003-01-13  3:30 ` Michael A Chase
2003-01-13  3:30 Timothy C Prince

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).