From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23829 invoked by alias); 12 Dec 2001 06:18:56 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 23789 invoked from network); 12 Dec 2001 06:18:51 -0000 Received: from unknown (HELO q-games.com) (210.170.252.232) by sources.redhat.com with SMTP; 12 Dec 2001 06:18:51 -0000 Received: from Spooler by q-games.com (Mercury/32 v3.21c) ID MO000095; 12 Dec 01 15:19:26 +0900 Received: from spooler by q-games.com (Mercury/32 v3.21c); 12 Dec 01 15:19:15 +0900 Received: from DCUTHBERT2K (192.168.1.40) by Q-Games (Mercury/32 v3.21c) ID MG000094; 12 Dec 01 15:19:05 +0900 Message-ID: <007901c182d4$e5e65640$2801a8c0@DCUTHBERT2K> From: "Dylan Cuthbert" To: References: <426C1E9EBA27D411839000D0B74752F8015D318F@punmsg02.ad.infosys.com> Subject: Re: gcc 3.02 on windows Date: Tue, 11 Dec 2001 22:18:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2001-12/txt/msg00089.txt.bz2 follow the instructions on the gcc home page, something like this: cd /usr/src tar zxvf gcc-3.0.2src.tgz (this filename is an example only and is not correct) mkdir gcc-build cd gcc-build ../gcc/configure make bootstrap make install (and add /usr/local/bin and /usr/local/include to your path and include path if not already there) When I compile I get an error compiling "fastjar", I "fixed" it *temporarily* by doing the following: cd /usr/src/gcc-build/fastjar mv Makefile Makefile.org vi Makefile # press "o" to start text input, then type: install: clean: all: # then press Escape and :wq to save&exit cd .. make bootstrap Regards --------------------------------- Q-Games, Dylan Cuthbert. http://www.q-games.com ----- Original Message ----- From: "nomit kalidhar" To: "Dylan Cuthbert" ; Sent: Wednesday, December 12, 2001 2:51 PM Subject: RE: gcc 3.02 on windows Hello Will the code as downloaded from gcc site be able to comile. I have cygwin on my system. How do i run configure on my windows platform. Nomit -----Original Message----- From: Dylan Cuthbert [mailto:dylan@q-games.com] Sent: Wednesday, December 12, 2001 6:48 AM To: gcc-help@gcc.gnu.org Subject: Re: gcc 3.02 on windows In order to compile 3.02 for cygwin I had to create a dummy makefile (empty install:, clean:, all:) to get past the fastjar stage of compilation, has anyone else had this problem? Apart from this it works with no problem at all, although I do find c++ compilation to be a little slow. (especially with templates) If not, why not? :-) --------------------------------- Q-Games, Dylan Cuthbert. http://www.q-games.com ----- Original Message ----- From: "nomit kalidhar" To: Sent: Wednesday, December 12, 2001 1:37 AM Subject: gcc 3.02 on windows Hello I am new to this field. Can you give some pointers regarding gcc on windows. with regards Nomit