public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Dylan Cuthbert" <dylan@q-games.com>
To: <gcc-help@gcc.gnu.org>
Subject: Re: gcc 3.02 on windows
Date: Tue, 11 Dec 2001 22:18:00 -0000	[thread overview]
Message-ID: <007901c182d4$e5e65640$2801a8c0@DCUTHBERT2K> (raw)
In-Reply-To: <426C1E9EBA27D411839000D0B74752F8015D318F@punmsg02.ad.infosys.com>

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


  reply	other threads:[~2001-12-12  6:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-11 21:55 nomit kalidhar
2001-12-11 22:18 ` Dylan Cuthbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-12-11  8:50 Venkatakrishnan, V
2001-12-11  8:40 nomit kalidhar
2001-12-11 17:18 ` Dylan Cuthbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='007901c182d4$e5e65640$2801a8c0@DCUTHBERT2K' \
    --to=dylan@q-games.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).