delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2000/06/22/20:25:44

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sourceware DOT cygnus DOT com>
List-Help: <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner AT sourceware DOT cygnus DOT com
Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com
Message-ID: <C9A8E1D07093D111B76A0000F8C9918A03BD4AB6@zrtpd003.us.nortel.com>
From: "Christopher Jones" <cbjones AT nortelnetworks DOT com>
To: cygwin AT sourceware DOT cygnus DOT com
Subject: RE: New GCC available for testing (TRY 3) -- fixes -mno-cygwin pr oblem
Date: Thu, 22 Jun 2000 20:23:09 -0400
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
X-Orig: <cbjones AT nortelnetworks DOT com>

------_=_NextPart_001_01BFDCA9.36B00AD6
Content-Type: text/plain;
	charset="iso-8859-1"

When I upgraded earlier this week I used setup.exe (not the 1.48 version)
and it apparently didn't unpack gcc correctly.  I was missing at least
/usr/lib/gcc-lib, maybe more although the tar file was downloaded just fine.
Running the same setup.exe and explicitly installing gcc worked.  Thanks.
Turned out it also didn't unpack a few other things completely... (weird)...
so I've fixed all that too as best I can tell.  I still can't get AC_CYGWIN
to work in configure but the compile of my test case works fine.

Brian

> -----Original Message-----
> From: Chris Faylor [mailto:cgf AT cygnus DOT com]
> Sent: Thursday, June 22, 2000 7:12 PM
> To: cygwin AT sourceware DOT cygnus DOT com
> Subject: Re: New GCC available for testing (TRY 3) -- fixes 
> -mno-cygwin
> pr oblem
> 
> 
> On Thu, Jun 22, 2000 at 06:48:17PM -0400, Christopher Jones wrote:
> >AC_CYGWIN keeps saying 'no' although I'm running configure 
> from within bash
> >and using cygwin latest from two days ago (1.1.2).  This 
> message seemed
> >relevant.
> 
> Gcc was released several days ago and I've seen at least one success
> report on it.  It sounds like something is screwed up in your setup.
> 'gcc -v' might show exactly what.
> 
> cgf
> 
> >Trying to compile a simple program like the following 
> fails... should be
> >fairly similar to what autoconf is doing by my reading of the macro.
> >
> >#ifndef __CYGWIN__
> >#define __CYGWIN__ __CYGWIN32__
> >#endif
> >
> >int main(int argc, char **argv) {
> >return __CYGWIN__;
> >}
> >
> >//RTP-CBJONES/...//tmp $ gcc a.c
> >cpp: unrecognized option `-remap'
> >cpp: unrecognized option `-remap'
> >...
> >
> >gcc-2.95.2
> >binutils-19990818-2
> >
> >Brian
> >
> >> -----Original Message-----
> >> From: Chris Faylor [mailto:cgf AT cygnus DOT com]
> >> Sent: Friday, June 16, 2000 1:18 PM
> >> To: cygwin AT sourceware DOT cygnus DOT com; bruce AT objectcentral DOT com
> >> Subject: New GCC available for testing (TRY 3) -- fixes -mno-cygwin
> >> problem
> >> 
> >> 
> >> I've uploaded a new version of gcc that does not use any 
> MSVCRT stuff.
> >> It is at the URL below.  AFAIK, only the specs file has changed.
> >> 
> >> I understand that adding msvcrt support would be a 
> wonderful idea, but
> >> it is outside of the scope of what I am currently trying 
> to do.  I'm
> >> just trying to get -mno-cygwin working along with 
> incorporating a few
> >> bug fixes and improvements in gcc/binutils.  I'm not 
> trying to augment
> >> the -mno-cygwin support at this time.
> >> 
> >> I'll let Mumit Khan do that, or if someone else wants to 
> volunteer I'm
> >> willing to send them my sources and binaries.
> >> 
> >> Btw, if anyone has specs file changes I would appreciate 
> >> getting patches
> >> to the gcc/config/cygwin.h file rather than to the specs 
> file itself.
> >> It is a lot less error-prone that way.
> >> 
> >> cgf
> >> 
> >> On Thu, Jun 15, 2000 at 11:59:22PM -0400, Chris Faylor wrote:
> >> >I've uploaded another new version of gcc and binutils to the URLs
> >> >mentioned below.  This version of gcc seems to address the 
> >> issues raised
> >> >by Carl Thompson.  However, see also my response to Dale 
> >> Goudey before
> >> >for more details about what I've done:
> >> >
> >> >http://sourceware.cygnus.com/ml/cygwin/2000-06/msg00789.html
> >> >
> >> >Please try this out and send observations to 
> >> cygwin AT sourceware DOT cygnus DOT com.
> >> >There is no need to Cc me.  I read this group religiously.
> >> >
> >> >cgf
> >> >
> >> >On Thu, Jun 15, 2000 at 01:45:01AM -0400, cgf wrote:
> >> >>I've been pounding away on gcc and binutils for a day or so 
> >> and I think
> >> >>I have something for people to try.  Here's what's new:
> >> >>
> >> >>(Note that the below strong positive statements indicating that
> >> >>something is fixed may well be wishful thinking.)
> >> >>
> >> >>- Elimination of the /tmp\foo errors from various binutils tools.
> >> >>  (Brought about by using a newer version of libiberty when 
> >> building)
> >> >>
> >> >>- No more "impure_ptr" errors when compiling with -mno-cygwin.
> >> >>  (After exhaustive debugging)
> >> >>
> >> >>- No more linking of libm.a since libm.a is really libcygwin.a.
> >> >>  Patch from Ron Parker:
> >> >>  http://sourceware.cygnus.com/ml/cygwin/2000-06/msg00161.html
> >> >>
> >> >>- Enable -Bdynamic, -Bstatic and linking of dlls on the 
> >> command line.
> >> >>  Patches from Chuck Wilson:
> >> >>  http://gcc.gnu.org/ml/gcc-patches/2000-05/msg00937.html
> >> >>  http://sourceware.cygnus.com/ml/binutils/2000-05/msg00340.html
> >> >>  http://sourceware.cygnus.com/ml/binutils/2000-05/msg00337.html
> >> >>
> >> >>- Proper searching of libraries and header files with 
> -mno-cygwin.
> >> >>  Patch from Dale Goudey:
> >> >>  http://sourceware.cygnus.com/ml/cygwin/2000-06/msg00632.html
> >> >>
> >> >>- Defines -Dunix when -mno-cygwin is not specified.  This 
> >> was discussed
> >> >>  on the Cygwin mailing list recently.  You should be 
> able to undef
> >> >>  this by saying -Uunix if it causes problems.
> >> >>
> >> >>- Does not automatically define any WIN32 or WINNT 
> >> environment variables
> >> >>  when -mno-win32 is specified.
> >> >>
> >> >>- Eliminates usr/i686-pc-cygwin/include files.
> >> >>
> >> >>- Fixes windres for correct handling of icons
> >> >>  Patch from DJ Delorie:
> >> >>  http://sourceware.cygnus.com/ml/binutils/2000-06/msg00216.html
> >> >>
> >> >>I think that's it.
> >> >>
> >> >>This is available for testing here:
> >> >>
> >> >>Binaries:
> >> >>ftp://ftp.cygnus.com/private/cgf/gcc-2.95.2-2.tar.gz
> >> >>ftp://ftp.cygnus.com/private/cgf/binutils-19990818-2.tar.gz
> >> >>
> >> >>Sources:
> >> >>ftp://ftp.cygnus.com/private/cgf/gcc-2.95.2-2-src.tar.gz
> >> >>ftp://ftp.cygnus.com/private/cgf/binutils-19990818-2-src.tar.gz
> >> >>
> >> >>You should be able to install these by downloading the 
> >> files to an EMPTY
> >> >>DIRECTORY, copying a recent 'setup.exe' there and typing 
> >> 'setup'. Obviously
> >> >>you will have to choose the "install from the current 
> >> directory" option.
> >> >>
> >> >>Beware: I have not yet tried this on Windows 95 and I 
> have done only
> >> >>very minimal testing on Windows NT.
> >> >>
> >> >>Please send success or bug reports to 
> cygwin AT sourceware DOT cygnus DOT com .
> >> >>If I get enough success reports, I'll install this on sourceware.
> >> >>
> >> >>cgf
> >> 
> >> -- 
> >> cgf AT cygnus DOT com                        Cygnus Solutions, a Red 
> >> Hat company
> >> http://sourceware.cygnus.com/         http://www.redhat.com/
> >> 
> >> --
> >> Want to unsubscribe from this list?
> >> Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
> >> 
> 
> -- 
> cgf AT cygnus DOT com                        Cygnus Solutions, a Red 
> Hat company
> http://sourceware.cygnus.com/         http://www.redhat.com/
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
> 

------_=_NextPart_001_01BFDCA9.36B00AD6
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2651.65">
<TITLE>RE: New GCC available for testing (TRY 3) -- fixes -mno-cygwin =
pr oblem</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>When I upgraded earlier this week I used setup.exe =
(not the 1.48 version) and it apparently didn't unpack gcc =
correctly.&nbsp; I was missing at least /usr/lib/gcc-lib, maybe more =
although the tar file was downloaded just fine.&nbsp; Running the same =
setup.exe and explicitly installing gcc worked.&nbsp; Thanks.&nbsp; =
Turned out it also didn't unpack a few other things completely... =
(weird)... so I've fixed all that too as best I can tell.&nbsp; I still =
can't get AC_CYGWIN to work in configure but the compile of my test =
case works fine.</FONT></P>

<P><FONT SIZE=3D2>Brian</FONT>
</P>

<P><FONT SIZE=3D2>&gt; -----Original Message-----</FONT>
<BR><FONT SIZE=3D2>&gt; From: Chris Faylor [<A =
HREF=3D"mailto:cgf AT cygnus DOT com">mailto:cgf AT cygnus DOT com</A>]</FONT>
<BR><FONT SIZE=3D2>&gt; Sent: Thursday, June 22, 2000 7:12 PM</FONT>
<BR><FONT SIZE=3D2>&gt; To: cygwin AT sourceware DOT cygnus DOT com</FONT>
<BR><FONT SIZE=3D2>&gt; Subject: Re: New GCC available for testing (TRY =
3) -- fixes </FONT>
<BR><FONT SIZE=3D2>&gt; -mno-cygwin</FONT>
<BR><FONT SIZE=3D2>&gt; pr oblem</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; On Thu, Jun 22, 2000 at 06:48:17PM -0400, =
Christopher Jones wrote:</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;AC_CYGWIN keeps saying 'no' although I'm =
running configure </FONT>
<BR><FONT SIZE=3D2>&gt; from within bash</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;and using cygwin latest from two days ago =
(1.1.2).&nbsp; This </FONT>
<BR><FONT SIZE=3D2>&gt; message seemed</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;relevant.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; Gcc was released several days ago and I've seen =
at least one success</FONT>
<BR><FONT SIZE=3D2>&gt; report on it.&nbsp; It sounds like something is =
screwed up in your setup.</FONT>
<BR><FONT SIZE=3D2>&gt; 'gcc -v' might show exactly what.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; cgf</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;Trying to compile a simple program like the =
following </FONT>
<BR><FONT SIZE=3D2>&gt; fails... should be</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;fairly similar to what autoconf is doing by =
my reading of the macro.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;#ifndef __CYGWIN__</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;#define __CYGWIN__ __CYGWIN32__</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;#endif</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;int main(int argc, char **argv) {</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;return __CYGWIN__;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;}</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;//RTP-CBJONES/...//tmp $ gcc a.c</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;cpp: unrecognized option `-remap'</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;cpp: unrecognized option `-remap'</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;...</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;gcc-2.95.2</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;binutils-19990818-2</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;Brian</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; -----Original Message-----</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; From: Chris Faylor [<A =
HREF=3D"mailto:cgf AT cygnus DOT com">mailto:cgf AT cygnus DOT com</A>]</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; Sent: Friday, June 16, 2000 1:18 =
PM</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; To: cygwin AT sourceware DOT cygnus DOT com; =
bruce AT objectcentral DOT com</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; Subject: New GCC available for testing =
(TRY 3) -- fixes -mno-cygwin</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; problem</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; I've uploaded a new version of gcc =
that does not use any </FONT>
<BR><FONT SIZE=3D2>&gt; MSVCRT stuff.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; It is at the URL below.&nbsp; AFAIK, =
only the specs file has changed.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; I understand that adding msvcrt =
support would be a </FONT>
<BR><FONT SIZE=3D2>&gt; wonderful idea, but</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; it is outside of the scope of what I =
am currently trying </FONT>
<BR><FONT SIZE=3D2>&gt; to do.&nbsp; I'm</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; just trying to get -mno-cygwin working =
along with </FONT>
<BR><FONT SIZE=3D2>&gt; incorporating a few</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; bug fixes and improvements in =
gcc/binutils.&nbsp; I'm not </FONT>
<BR><FONT SIZE=3D2>&gt; trying to augment</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; the -mno-cygwin support at this =
time.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; I'll let Mumit Khan do that, or if =
someone else wants to </FONT>
<BR><FONT SIZE=3D2>&gt; volunteer I'm</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; willing to send them my sources and =
binaries.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; Btw, if anyone has specs file changes =
I would appreciate </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; getting patches</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; to the gcc/config/cygwin.h file rather =
than to the specs </FONT>
<BR><FONT SIZE=3D2>&gt; file itself.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; It is a lot less error-prone that =
way.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; cgf</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; On Thu, Jun 15, 2000 at 11:59:22PM =
-0400, Chris Faylor wrote:</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;I've uploaded another new version =
of gcc and binutils to the URLs</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;mentioned below.&nbsp; This =
version of gcc seems to address the </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; issues raised</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;by Carl Thompson.&nbsp; However, =
see also my response to Dale </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; Goudey before</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;for more details about what I've =
done:</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;<A =
HREF=3D"http://sourceware.cygnus.com/ml/cygwin/2000-06/msg00789.html" =
TARGET=3D"_blank">http://sourceware.cygnus.com/ml/cygwin/2000-06/msg0078=
9.html</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;Please try this out and send =
observations to </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; cygwin AT sourceware DOT cygnus DOT com.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;There is no need to Cc me.&nbsp; I =
read this group religiously.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;cgf</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;On Thu, Jun 15, 2000 at 01:45:01AM =
-0400, cgf wrote:</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;I've been pounding away on gcc =
and binutils for a day or so </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; and I think</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;I have something for people to =
try.&nbsp; Here's what's new:</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;(Note that the below strong =
positive statements indicating that</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;something is fixed may well be =
wishful thinking.)</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;- Elimination of the /tmp\foo =
errors from various binutils tools.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;&nbsp; (Brought about by using =
a newer version of libiberty when </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; building)</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;- No more =
&quot;impure_ptr&quot; errors when compiling with -mno-cygwin.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;&nbsp; (After exhaustive =
debugging)</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;- No more linking of libm.a =
since libm.a is really libcygwin.a.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;&nbsp; Patch from Ron =
Parker:</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;&nbsp; <A =
HREF=3D"http://sourceware.cygnus.com/ml/cygwin/2000-06/msg00161.html" =
TARGET=3D"_blank">http://sourceware.cygnus.com/ml/cygwin/2000-06/msg0016=
1.html</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;- Enable -Bdynamic, -Bstatic =
and linking of dlls on the </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; command line.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;&nbsp; Patches from Chuck =
Wilson:</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;&nbsp; <A =
HREF=3D"http://gcc.gnu.org/ml/gcc-patches/2000-05/msg00937.html" =
TARGET=3D"_blank">http://gcc.gnu.org/ml/gcc-patches/2000-05/msg00937.htm=
l</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;&nbsp; <A =
HREF=3D"http://sourceware.cygnus.com/ml/binutils/2000-05/msg00340.html" =
TARGET=3D"_blank">http://sourceware.cygnus.com/ml/binutils/2000-05/msg00=
340.html</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;&nbsp; <A =
HREF=3D"http://sourceware.cygnus.com/ml/binutils/2000-05/msg00337.html" =
TARGET=3D"_blank">http://sourceware.cygnus.com/ml/binutils/2000-05/msg00=
337.html</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;- Proper searching of =
libraries and header files with </FONT>
<BR><FONT SIZE=3D2>&gt; -mno-cygwin.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;&nbsp; Patch from Dale =
Goudey:</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;&nbsp; <A =
HREF=3D"http://sourceware.cygnus.com/ml/cygwin/2000-06/msg00632.html" =
TARGET=3D"_blank">http://sourceware.cygnus.com/ml/cygwin/2000-06/msg0063=
2.html</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;- Defines -Dunix when =
-mno-cygwin is not specified.&nbsp; This </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; was discussed</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;&nbsp; on the Cygwin mailing =
list recently.&nbsp; You should be </FONT>
<BR><FONT SIZE=3D2>&gt; able to undef</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;&nbsp; this by saying -Uunix =
if it causes problems.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;- Does not automatically =
define any WIN32 or WINNT </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; environment variables</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;&nbsp; when -mno-win32 is =
specified.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;- Eliminates =
usr/i686-pc-cygwin/include files.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;- Fixes windres for correct =
handling of icons</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;&nbsp; Patch from DJ =
Delorie:</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;&nbsp; <A =
HREF=3D"http://sourceware.cygnus.com/ml/binutils/2000-06/msg00216.html" =
TARGET=3D"_blank">http://sourceware.cygnus.com/ml/binutils/2000-06/msg00=
216.html</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;I think that's it.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;This is available for testing =
here:</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;Binaries:</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;<A =
HREF=3D"ftp://ftp.cygnus.com/private/cgf/gcc-2.95.2-2.tar.gz" =
TARGET=3D"_blank">ftp://ftp.cygnus.com/private/cgf/gcc-2.95.2-2.tar.gz</=
A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;<A HREF=3D"ftp://ftp.cygnus.com=
/private/cgf/binutils-19990818-2.tar.gz" =
TARGET=3D"_blank">ftp://ftp.cygnus.com/private/cgf/binutils-19990818-2.t=
ar.gz</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;Sources:</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;<A =
HREF=3D"ftp://ftp.cygnus.com/private/cgf/gcc-2.95.2-2-src.tar.gz" =
TARGET=3D"_blank">ftp://ftp.cygnus.com/private/cgf/gcc-2.95.2-2-src.tar.=
gz</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;<A =
HREF=3D"ftp://ftp.cygnus.com/private/cgf/binutils-19990818-2-src.tar.gz"=
 =
TARGET=3D"_blank">ftp://ftp.cygnus.com/private/cgf/binutils-19990818-2-s=
rc.tar.gz</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;You should be able to install =
these by downloading the </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; files to an EMPTY</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;DIRECTORY, copying a recent =
'setup.exe' there and typing </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; 'setup'. Obviously</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;you will have to choose the =
&quot;install from the current </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; directory&quot; option.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;Beware: I have not yet tried =
this on Windows 95 and I </FONT>
<BR><FONT SIZE=3D2>&gt; have done only</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;very minimal testing on =
Windows NT.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;Please send success or bug =
reports to </FONT>
<BR><FONT SIZE=3D2>&gt; cygwin AT sourceware DOT cygnus DOT com .</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;If I get enough success =
reports, I'll install this on sourceware.</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; &gt;&gt;cgf</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; -- </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; =
cgf AT cygnus DOT com&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp; Cygnus Solutions, a Red </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; Hat company</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; <A =
HREF=3D"http://sourceware.cygnus.com/" =
TARGET=3D"_blank">http://sourceware.cygnus.com/</A>&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF=3D"http://www.redhat.com/" =
TARGET=3D"_blank">http://www.redhat.com/</A></FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; --</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; Want to unsubscribe from this =
list?</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; Send a message to =
cygwin-unsubscribe AT sourceware DOT cygnus DOT com</FONT>
<BR><FONT SIZE=3D2>&gt; &gt;&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; -- </FONT>
<BR><FONT SIZE=3D2>&gt; =
cgf AT cygnus DOT com&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp; Cygnus Solutions, a Red </FONT>
<BR><FONT SIZE=3D2>&gt; Hat company</FONT>
<BR><FONT SIZE=3D2>&gt; <A HREF=3D"http://sourceware.cygnus.com/" =
TARGET=3D"_blank">http://sourceware.cygnus.com/</A>&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF=3D"http://www.redhat.com/" =
TARGET=3D"_blank">http://www.redhat.com/</A></FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; --</FONT>
<BR><FONT SIZE=3D2>&gt; Want to unsubscribe from this list?</FONT>
<BR><FONT SIZE=3D2>&gt; Send a message to =
cygwin-unsubscribe AT sourceware DOT cygnus DOT com</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01BFDCA9.36B00AD6--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019