public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: stevepr@crt.com
To: scott.kinnane@prth.pgs.com
Cc: gcc-help@gnu.org
Subject: RE: AIX, gcc-2.95.1, and alloca -buildm error
Date: Sun, 31 Oct 1999 13:57:00 -0000	[thread overview]
Message-ID: <F931488C3634D11180D700A02461E2450201C8C6@chitmd03.nt.il.nbgfn.com> (raw)
Message-ID: <19991031135700.024CYIM8O2xPd-mhZwtYu1ko1BLWT-PP0zigxvmlBzc@z> (raw)

Scott,

I did get 2.95.1 to build and run on 4.2.
You need to do the following
build gnu make.  gcc will not build with the AIX make

$ export MAKE={your gnu make path}
$ cd somedir
$ gunzip -c gcc-2.95.1.tar.gz | tar xvf -
$ mkdir {build-dir} 
$ cd {build-dir}
$ ../gcc-2.95.1/configure --enable-languages=c,c++ {do not build all,  java
does not seem to work yet and will fail.}
$ $MAKE bootstrap
$ $MAKE -k check
$ $MAKE info
$ $MAKE install

NOTE: The build-dir and gcc-2.95.1 should be in the same dir as gcc-2.95.1.
Do not build gcc in gcc-2.95.1 it won't work.

However we ran into the parsing bug and can't us it, see known bugs.
We have installed egcs-1.1.2 instead and it seems to be working fine.

Thanks
Steve Pribyl


> -----Original Message-----
> From:	Scott Kinnane [SMTP:scott.kinnane@prth.pgs.com]
> Sent:	Monday, October 18, 1999 1:23 AM
> To:	stevepr@crt.com
> Subject:	Re: AIX, gcc-2.95.1, and alloca -buildm error
> 
> Steve,
> 
> I know this isn't what you wanted to see, but I was wondering if you'd
> had any success building 2.95.1 under AIX?
> 
> I've been trying it under 4.3.2 and got the same problem. FYI, I just
> downloaded a source from http://aixpdslib.seas.ucla.edu/aixpdslib.html I
> don't know if its any different, but the site claims to have 2.95.1
> working for 4.3 (probably 4.2 as well).
> 
> Anyway, if you don't mind, can you let me know how you got any/any tips
> you may have received. ... So much for a self compiling compiler ...
> 
> scott << File: Card for Scott Kinnane >> 

             reply	other threads:[~1999-10-31 13:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-18  6:42 stevepr [this message]
1999-10-31 13:57 ` stevepr
  -- strict thread matches above, loose matches on Subject: below --
1999-10-14  8:53 stevepr
1999-10-31 13:57 ` stevepr
1999-10-04  9:22 stevepr
1999-10-31 13:57 ` stevepr

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=F931488C3634D11180D700A02461E2450201C8C6@chitmd03.nt.il.nbgfn.com \
    --to=stevepr@crt.com \
    --cc=gcc-help@gnu.org \
    --cc=scott.kinnane@prth.pgs.com \
    /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).