public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Available for test: gcc-3.1.1-3, gcc2-2.95.3-9, gcc-mingw-3_1-20020516-2
@ 2002-07-15 15:56 Christopher Faylor
  2002-07-15 18:00 ` Nicholas Wourms
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Christopher Faylor @ 2002-07-15 15:56 UTC (permalink / raw)
  To: cygwin

I've just uploaded new versions of the gcc test versions to
sources.redhat.com.  This trio of releases fixes some problems that have
been recently reported here.

I ran ths release through Chuck's "test suite" and it got most of the
way through building setup.exe before it bogged down in some
incompatibilities due to some problems with Pavel Tsekov's patch (sent
to me privately) and cvs setup trunk.

As promised, the gcc2 release contains a copy of the mingw libstdc++.a
and libgc2.a libraries.  so "g++-2 -mno-cygwin" should work a little
better.  g++-2 -mno-cygwin header files should now be correctly located.

gcc 3.1.1 should correctly find files in /usr/include/w32api.  gcc was
also completely built from a three stage bootstrapping process.

g77-2 should also work correctly.

Replies to the list, please.

cgf
--
Please do not send me personal email with cygwin questions.
Use the resources at http://cygwin.com/ .

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: Available for test: gcc-3.1.1-3, gcc2-2.95.3-9, gcc-mingw-3_1-20020516-2
@ 2002-07-17  7:16 Billinghurst, David (CRTS)
  2002-07-17  7:31 ` Robert Collins
  0 siblings, 1 reply; 15+ messages in thread
From: Billinghurst, David (CRTS) @ 2002-07-17  7:16 UTC (permalink / raw)
  To: cygwin

The latest g77 seems fine.  LAPACK testsuite results are similar
to 2.95 and my own builds of 3.[012].

There is a problem with:
 - /usr/lib/libstdc++.la
 - /usr/lib/libsupc++.la
 - /usr/lib/libgcj.la
The paths that are hardcoded into the dependency_libs line
don't exist on my machine, so attempts to use c++ with libtool
fail.  (Just deleting the *.la files seems to solve the problem,
but I expect there are more subtle fixes.)  Once the libtool 
problem was overcome I could build ImageMagick including the 
c++ libraries.

Similar problems occur in:
 - libexslt.la
 - libguile-srfi-srfi-13-14.la
 - libguile.la
 - libguilereadline.la
 - libxsltbreakpoint.la

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: Available for test: gcc-3.1.1-3, gcc2-2.95.3-9, gcc-mingw-3_1 -20020516-2
@ 2002-07-19 15:12 Heribert Dahms
  2002-07-20  1:10 ` Available for test: gcc-3.1.1-3, gcc2-2.95.3-9, gcc-mingw-3_1-20020516-2 Robert Collins
  0 siblings, 1 reply; 15+ messages in thread
From: Heribert Dahms @ 2002-07-19 15:12 UTC (permalink / raw)
  To: 'Robert Collins', 'Billinghurst, David (CRTS)', cygwin

Hi Rob,

what is *.la, please?
I know *.a, *.so, *.sl, *.dll etc for years,
but I've seen *.la mentioned only in a few recent mails.

Bye, Heribert (heribert_dahms@icon-scm.com)

> -----Original Message-----
> From:	Robert Collins [SMTP:robert.collins@syncretize.net]
> Sent:	Wednesday, July 17, 2002 15:39
> To:	'Billinghurst, David (CRTS)'; cygwin@cygwin.com
> Subject:	RE: Available for test: gcc-3.1.1-3, gcc2-2.95.3-9,
> gcc-mingw-3_1-20020516-2
> 
> >  - /usr/lib/libstdc++.la
> >  - /usr/lib/libsupc++.la
> >  - /usr/lib/libgcj.la
> 
> Hmm, I smell a libtool problem in the generation of the .la files.
> 
> Sigh, I'll add this to my list of libtool bugs to review.
> 
> Rob
> 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

end of thread, other threads:[~2002-07-19 22:14 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-15 15:56 Available for test: gcc-3.1.1-3, gcc2-2.95.3-9, gcc-mingw-3_1-20020516-2 Christopher Faylor
2002-07-15 18:00 ` Nicholas Wourms
2002-07-15 23:05   ` Christopher Faylor
2002-07-16  1:47 ` Dylan Cuthbert
2002-07-17  3:51   ` Dylan Cuthbert
2002-07-17  7:08     ` Christopher Faylor
2002-07-17  7:55       ` Dylan Cuthbert
2002-07-17 10:12         ` Nicholas Wourms
2002-07-16  5:29 ` Pavel Tsekov
2002-07-16  6:57   ` Nicholas Wourms
2002-07-16 16:29   ` Christopher Faylor
2002-07-17  7:16 Billinghurst, David (CRTS)
2002-07-17  7:31 ` Robert Collins
2002-07-18 18:49   ` Christopher Faylor
2002-07-19 15:12 Available for test: gcc-3.1.1-3, gcc2-2.95.3-9, gcc-mingw-3_1 -20020516-2 Heribert Dahms
2002-07-20  1:10 ` Available for test: gcc-3.1.1-3, gcc2-2.95.3-9, gcc-mingw-3_1-20020516-2 Robert Collins

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