public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* test version of gcc-2.95.2-8 available
@ 2001-03-10 14:33 Christopher Faylor
  2001-03-10 16:29 ` Charles Wilson
  2001-03-11  9:07 ` test version of gcc-2.95.2-8 available Gerrit P. Haase
  0 siblings, 2 replies; 8+ messages in thread
From: Christopher Faylor @ 2001-03-10 14:33 UTC (permalink / raw)
  To: cygwin

I've uploaded a new version of gcc to sources.redhat.com.  It should
be on mirrors soon.

I've YA changed the specs file with regard to -mwin32 and mingw.
-mno-cygwin defaults to -mwin32 automatically, now.  -mno-cygwin should
also default to using msvcrt automatically, matching the latest version
of mingw, I hope.

As before, you need to specify -mwin32 if you want to use Windows
defines and include files when compiling under Cygwin.  A discussion
about the best way to detect this situation has recently taken place in
the cygwin and autoconf mailing lists.

I've also modified this version so that /usr/local/include is searched
before /usr/include for cygwin and /usr/local/include/mingw is searched
before /usr/include/mingw for -mno-cygwin.  Both paths are considered
"system include directories".

Please check this out and if you have problems please post them here.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* Re: test version of gcc-2.95.2-8 available
  2001-03-10 14:33 test version of gcc-2.95.2-8 available Christopher Faylor
@ 2001-03-10 16:29 ` Charles Wilson
  2001-03-10 16:36   ` Christopher Faylor
  2001-03-11  9:07 ` test version of gcc-2.95.2-8 available Gerrit P. Haase
  1 sibling, 1 reply; 8+ messages in thread
From: Charles Wilson @ 2001-03-10 16:29 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:
> 
> I've uploaded a new version of gcc to sources.redhat.com.  It should
> be on mirrors soon.
> 
> I've YA changed the specs file with regard to -mwin32 and mingw.
> -mno-cygwin defaults to -mwin32 automatically, now.  -mno-cygwin should
> also default to using msvcrt automatically, matching the latest version
> of mingw, I hope.

Did you add "--dll-search-prefix=cyg" to the spec file for cygwin
linking ?

--Chuck

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* Re: test version of gcc-2.95.2-8 available
  2001-03-10 16:29 ` Charles Wilson
@ 2001-03-10 16:36   ` Christopher Faylor
  2001-03-10 20:27     ` Charles Wilson
  0 siblings, 1 reply; 8+ messages in thread
From: Christopher Faylor @ 2001-03-10 16:36 UTC (permalink / raw)
  To: cygwin

On Sat, Mar 10, 2001 at 07:32:25PM -0500, Charles Wilson wrote:
>Christopher Faylor wrote:
>> 
>> I've uploaded a new version of gcc to sources.redhat.com.  It should
>> be on mirrors soon.
>> 
>> I've YA changed the specs file with regard to -mwin32 and mingw.
>> -mno-cygwin defaults to -mwin32 automatically, now.  -mno-cygwin should
>> also default to using msvcrt automatically, matching the latest version
>> of mingw, I hope.
>
>Did you add "--dll-search-prefix=cyg" to the spec file for cygwin
>linking ?

Um, no.  That's a function of the linker, isn't it?

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* Re: test version of gcc-2.95.2-8 available
  2001-03-10 16:36   ` Christopher Faylor
@ 2001-03-10 20:27     ` Charles Wilson
  2001-03-11  9:37       ` test version of gcc-2.95.2-9 will soon be available Christopher Faylor
  0 siblings, 1 reply; 8+ messages in thread
From: Charles Wilson @ 2001-03-10 20:27 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:
> 
> On Sat, Mar 10, 2001 at 07:32:25PM -0500, Charles Wilson wrote:
> >Christopher Faylor wrote:
> >>
> >> I've uploaded a new version of gcc to sources.redhat.com.  It should
> >> be on mirrors soon.
> >>
> >> I've YA changed the specs file with regard to -mwin32 and mingw.
> >> -mno-cygwin defaults to -mwin32 automatically, now.  -mno-cygwin should
> >> also default to using msvcrt automatically, matching the latest version
> >> of mingw, I hope.
> >
> >Did you add "--dll-search-prefix=cyg" to the spec file for cygwin
> >linking ?
> 
> Um, no.  That's a function of the linker, isn't it?

It's in the current linker which was "released" on 21 Dec 2000; that is,
for more than three months.  We were just waiting for the next gcc
release to put the switch into the specs.  But then -7 had problems, and
there were delays...

It's not really a big deal; I'd just rather that the switch was included
or not based on a *choice* rather than forgetfulness.

--Chuck

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* Re: test version of gcc-2.95.2-8 available
  2001-03-10 14:33 test version of gcc-2.95.2-8 available Christopher Faylor
  2001-03-10 16:29 ` Charles Wilson
@ 2001-03-11  9:07 ` Gerrit P. Haase
  2001-03-11  9:22   ` Gerrit P. Haase
  1 sibling, 1 reply; 8+ messages in thread
From: Gerrit P. Haase @ 2001-03-11  9:07 UTC (permalink / raw)
  To: cygwin

<Am 2001-03-10 17:33 wars, als Christopher Faylor schrieb:>
< test version of gcc-2.95.2-8 availa >

> Please check this out and if you have problems please post them here.

First try:

checking whether the C compiler (gcc -mwin32  -s) works... no

-- 
# perl is so cool.
Gerald Oskoboiny, validator source

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* Re: test version of gcc-2.95.2-8 available
  2001-03-11  9:07 ` test version of gcc-2.95.2-8 available Gerrit P. Haase
@ 2001-03-11  9:22   ` Gerrit P. Haase
  0 siblings, 0 replies; 8+ messages in thread
From: Gerrit P. Haase @ 2001-03-11  9:22 UTC (permalink / raw)
  To: cygwin

<Am 2001-03-11 18:06 wars, als Gerrit P. Haase schrieb:>
< Re: test version of gcc-2.95.2-8 av >

> <Am 2001-03-10 17:33 wars, als Christopher Faylor schrieb:>
> < test version of gcc-2.95.2-8 availa >
> 
> > Please check this out and if you have problems please post them here.
> 
> First try:
> 
> checking whether the C compiler (gcc -mwin32  -s) works... no

Second try:

checking whether the C compiler (gcc -DNCURSES_STATIC -DSTATIC -s) works... yes

Gerrit

-- 
# perl is so cool.
Gerald Oskoboiny, validator source

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* test version of gcc-2.95.2-9 will soon be available
  2001-03-10 20:27     ` Charles Wilson
@ 2001-03-11  9:37       ` Christopher Faylor
  2001-03-11 10:27         ` test version of gcc-2.95.2-9 is now available Christopher Faylor
  0 siblings, 1 reply; 8+ messages in thread
From: Christopher Faylor @ 2001-03-11  9:37 UTC (permalink / raw)
  To: cygwin

I will upload a new version of gcc in an hour or so.  It will have
--dll-search-prefix=cyg added to the (I hope) appropriate place and
I will fix my boneheaded problem with -mwin32.  I can't believe that
I didn't check that.

...or actually I can.  I've been having system problems that make it
very hard for me to do work on my NT system.  I think I solved them
yesterday so I won't be able to use that excuse again.

cgf

On Sat, Mar 10, 2001 at 11:30:30PM -0500, Charles Wilson wrote:
>Christopher Faylor wrote:
>>On Sat, Mar 10, 2001 at 07:32:25PM -0500, Charles Wilson wrote:
>>>Christopher Faylor wrote:
>>>>
>>>>I've uploaded a new version of gcc to sources.redhat.com.  It should be
>>>>on mirrors soon.
>>>>
>>>>I've YA changed the specs file with regard to -mwin32 and mingw.
>>>>-mno-cygwin defaults to -mwin32 automatically, now.  -mno-cygwin should
>>>>also default to using msvcrt automatically, matching the latest version
>>>>of mingw, I hope.
>>>
>>>Did you add "--dll-search-prefix=cyg" to the spec file for cygwin
>>>linking ?
>>
>>Um, no.  That's a function of the linker, isn't it?
>
>It's in the current linker which was "released" on 21 Dec 2000; that
>is, for more than three months.  We were just waiting for the next gcc
>release to put the switch into the specs.  But then -7 had problems,
>and there were delays...
>
>It's not really a big deal; I'd just rather that the switch was
>included or not based on a *choice* rather than forgetfulness.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

* test version of gcc-2.95.2-9 is now available
  2001-03-11  9:37       ` test version of gcc-2.95.2-9 will soon be available Christopher Faylor
@ 2001-03-11 10:27         ` Christopher Faylor
  0 siblings, 0 replies; 8+ messages in thread
From: Christopher Faylor @ 2001-03-11 10:27 UTC (permalink / raw)
  To: cygwin

On Sun, Mar 11, 2001 at 12:37:36PM -0500, Christopher Faylor wrote:
>I will upload a new version of gcc in an hour or so.  It will have
>--dll-search-prefix=cyg added to the (I hope) appropriate place and
>I will fix my boneheaded problem with -mwin32.  I can't believe that
>I didn't check that.

Done.  Soon on a mirror near you.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2001-03-11 10:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-10 14:33 test version of gcc-2.95.2-8 available Christopher Faylor
2001-03-10 16:29 ` Charles Wilson
2001-03-10 16:36   ` Christopher Faylor
2001-03-10 20:27     ` Charles Wilson
2001-03-11  9:37       ` test version of gcc-2.95.2-9 will soon be available Christopher Faylor
2001-03-11 10:27         ` test version of gcc-2.95.2-9 is now available Christopher Faylor
2001-03-11  9:07 ` test version of gcc-2.95.2-8 available Gerrit P. Haase
2001-03-11  9:22   ` Gerrit P. Haase

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).