public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Updated: gcc-3.3.1-3 - maybe broken....
@ 2003-11-02  8:59 Arash Partow
  2003-11-02 10:47 ` Gerrit P. Haase
  0 siblings, 1 reply; 3+ messages in thread
From: Arash Partow @ 2003-11-02  8:59 UTC (permalink / raw)
  To: cygwin

Hi,

I've downloaded gcc-3.3.1-3, i think the build is broken, cause c\c++ code i 
was compiling
with no problem with gcc3.3.1-2 can not be compiled anymore also alot of the 
headers
can't be found ie:

libs.h:35: fstream: No such file or directory
libs.h:36: sstream: No such file or directory
libs.h:37: stdexcept: No such file or directory
libs.h:38: vector: No such file or directory
libs.h:39: queue: No such file or directory
libs.h:40: map: No such file or directory
libs.h:41: algorithm: No such file or directory
libs.h:42: cstdio: No such file or directory

Also i've noticed g++.exe and c++.exe and some others have been renamed to
g++-2.exe and c++-2.exe.

I used the cygwin setup (latest version 2.416), so what went wrong?
anyone have any ideas?


Arash






>From: "Gerrit P. Haase" <cygwin@cygwin.com>
>Reply-To: cygwin@cygwin.com
>To: cygwin@cygwin.com
>Subject: [ANNOUNCEMENT] Updated: gcc-3.3.1-3
>Date: Thu, 30 Oct 2003 15:42:25 -0500 (EST)
>Received: from sources.redhat.com ([67.72.78.213]) by mc5-f20.hotmail.com 
>with Microsoft SMTPSVC(5.0.2195.5600); Thu, 30 Oct 2003 12:50:28 -0800
>Received: (qmail 26610 invoked by alias); 30 Oct 2003 20:42:26 -0000
>Received: (qmail 26598 invoked from network); 30 Oct 2003 20:42:26 -0000
>Received: from unknown (HELO redhat.com) (66.187.230.200)  by 
>sources.redhat.com with SMTP; 30 Oct 2003 20:42:26 -0000
>Received: by redhat.com (Postfix, from userid 201)id 1119632A8A7; Thu, 30 
>Oct 2003 15:42:25 -0500 (EST)
>X-Message-Info: JGTYoYF78jEjkoClSp3lIsyeuHwVcJZm
>Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
>Precedence: bulk
>List-Unsubscribe: <mailto:cygwin-unsubscribe-arashp=hotmail.com@cygwin.com>
>List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
>List-Archive: <http://sources.redhat.com/ml/cygwin/>
>List-Post: <mailto:cygwin@cygwin.com>
>List-Help: <mailto:cygwin-help@cygwin.com>, 
><http://sources.redhat.com/ml/#faqs>
>Sender: cygwin-owner@cygwin.com
>Mail-Followup-To: cygwin@cygwin.com
>Delivered-To: mailing list cygwin@cygwin.com
>Message-Id: <20031030204225.1119632A8A7@redhat.com>
>Return-Path: cygwin-return-83634-arashp=hotmail.com@cygwin.com
>X-OriginalArrivalTime: 30 Oct 2003 20:50:29.0195 (UTC) 
>FILETIME=[73CE59B0:01C39F27]
>
>I've made a new version of gcc available for download.
>
>This release includes some changes in the package layout. There are
>now several packages, one package including the core components and
>one package for each additional front end.
>
>Available front ends now:  Ada, C, C++, Fortran, Java, ObjC, Pascal.
>
>Besides the package layout changes there is one hack included which
>tries to prevent an assembler error when compiling some C++ code.
>
>
>To update your installation, click on the "Install Cygwin now" link on
>the http://cygwin.com/ web page.  This downloads setup.exe to your
>system.  Then, run setup, fill in all of the options, and make
>appropriate choices on the "Select Packages" screen.  You'll need to
>select the Devel category to see gcc and friends.
>
>If you have questions or comments, please send them to the Cygwin
>mailing list, <http://cygwin.com/list.html>.
>
>               *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
>
>If you want to unsubscribe from the cygwin-announce mailing list, look
>at the "List-Unsubscribe: " tag in the email header of this message.
>Send email to the address specified there.  It will be in the format:
>
>cygwin-announce-unsubscribe-you=yourdomain.com@cygwin.com
>
>If you need more information on unsubscribing, start reading here:
>
>http://sources.redhat.com/lists.html#unsubscribe-simple
>
>Please read *all* of the information on unsubscribing that is available
>starting at this URL.
>
>
>--
>Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>Problem reports:       http://cygwin.com/problems.html
>Documentation:         http://cygwin.com/docs.html
>FAQ:                   http://cygwin.com/faq/
>









..








.

_________________________________________________________________
Hot chart ringtones and polyphonics. Go to  
http://ninemsn.com.au/mobilemania/default.asp


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Updated: gcc-3.3.1-3 - maybe broken....
  2003-11-02  8:59 Updated: gcc-3.3.1-3 - maybe broken Arash Partow
@ 2003-11-02 10:47 ` Gerrit P. Haase
  0 siblings, 0 replies; 3+ messages in thread
From: Gerrit P. Haase @ 2003-11-02 10:47 UTC (permalink / raw)
  To: Arash Partow; +Cc: cygwin

Hallo Arash,

Am Sonntag, 2. November 2003 um 09:59 schriebst du:

> Hi,

> I've downloaded gcc-3.3.1-3, i think the build is broken, cause c\c++ code i 
> was compiling with no problem with gcc3.3.1-2 can not be compiled
> anymore also alot of the headers can't be found ie:

> libs.h:35: fstream: No such file or directory
> libs.h:36: sstream: No such file or directory
> libs.h:37: stdexcept: No such file or directory
> libs.h:38: vector: No such file or directory
> libs.h:39: queue: No such file or directory
> libs.h:40: map: No such file or directory
> libs.h:41: algorithm: No such file or directory
> libs.h:42: cstdio: No such file or directory

> Also i've noticed g++.exe and c++.exe and some others have been renamed to
> g++-2.exe and c++-2.exe.

These are from the gcc-2 package, uninstall it, gcc-2 is removed from
the distribution because it is broken.

> I used the cygwin setup (latest version 2.416), so what went wrong?
> anyone have any ideas?

The gcc package is splitted into several packages now, for every front
end there is one separate package, you want to compile C++ code, so
install the gcc-g++ package.  You'll find gcc and the front end
packages in the category `Devel' or in the `Full' listing.


HTH,
Gerrit
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Updated: gcc-3.3.1-3 - maybe broken....
@ 2003-11-03  0:36 Arash Partow
  0 siblings, 0 replies; 3+ messages in thread
From: Arash Partow @ 2003-11-03  0:36 UTC (permalink / raw)
  To: cygwin


Hi Gerrit
>
>The gcc package is splitted into several packages now, for every front
>end there is one separate package, you want to compile C++ code, so
>install the gcc-g++ package.  You'll find gcc and the front end
>packages in the category `Devel' or in the `Full' listing.
>


I've downloaded things again, and everything is A O K :D
thanx for your help

Regards


Arash Partow





__________________________________________________
Be one who knows what they don't know,
Instead of being one who knows not what they don't know,
Thinking they know everything about all things.
http://www.partow.net















.



..

_________________________________________________________________
Hot chart ringtones and polyphonics. Go to  
http://ninemsn.com.au/mobilemania/default.asp


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

end of thread, other threads:[~2003-11-03  0:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-02  8:59 Updated: gcc-3.3.1-3 - maybe broken Arash Partow
2003-11-02 10:47 ` Gerrit P. Haase
2003-11-03  0:36 Arash Partow

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