This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc 3.02 on windows


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" <nomit_kalidhar@infy.com>
To: "Dylan Cuthbert" <dylan@q-games.com>; <gcc-help@gcc.gnu.org>
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" <nomit_kalidhar@infy.com>
To: <gcc-help@gcc.gnu.org>
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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]