This is the mail archive of the gcc-bugs@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: 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



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