This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Problem compiling Gcc 3.1 on IRIX 6.5
- From: Reichelt <reichelt at igpm dot rwth-aachen dot de>
- To: fred at mun dot ca
- Cc: bug-gcc at gnu dot org
- Date: Mon, 29 Jul 2002 11:42:01 +0200
- Subject: Re: Problem compiling Gcc 3.1 on IRIX 6.5
Hi,
[snip]
> I am in the process of trying to compile Gcc 3.1 under IRIX 6.5 and
> am having a few problem. Some of which I have solved myself by
> copying files around the directory structure.
[snip]
> I have tried the following configuration options (some given under
> the successful IRIX 6.5 compiles on your website).
>
> ./configure --prefix=/usr/local
[snip]
building in the source dircetory is *unsupported* (see manual)!!!
You should create a new directory (e.g. "build") and start the configury
and the bootstrap-process from there:
../gcc-3.1/configure [options]
Shuffling files shouldn't be necessary then.
Greetings,
Volker Reichelt