This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-3.0.3 install
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Chris Sontag <sontag at stsci dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 7 Jan 2002 09:48:06 -0800
- Subject: Re: gcc-3.0.3 install
- References: <3C39C55F.51EC0176@stsci.edu>
On Mon, Jan 07, 2002 at 10:57:19AM -0500, Chris Sontag wrote:
>
> Successful GCC-3.0.3 install: what I did was:
>
> 1) setenv CC '/usr/bin/cc'
> 2) edit 'ltconfig' script so that it skips the section to determine
> "the maximum length of the command line", since that part of the script
> seems to run-away and make the process run out of swap space. I
> hardcoded a guess (128000) for the lt_cv_sys_max_cmd_len variable.
>
> % ./config.guess
> alphaev6-dec-osf5.1
>
> % gcc -v
> Reading specs from [snip]/lib/gcc-lib/alphaev6-dec-osf5.1/3.0.3/specs
> Configured with: ../gcc-3.0.3/configure --prefix=[snip]
> Thread model: single
> gcc version 3.0.3
Thanks! I've added this to the GCC 3.0 build status list at
http://gcc.gnu.org/gcc-3.0/buildstat.html.
Janis