From mboxrd@z Thu Jan 1 00:00:00 1970 From: AJ To: gcc-help@gcc.gnu.org Subject: Help Needed! Date: Thu, 27 Jul 2000 21:30:00 -0000 Message-id: X-SW-Source: 2000-07/msg00193.html Hi, I am trying to install gcc in my user directory as I do not have admin access. The machine runs on IRIX 6.5 and I am using gcc-2.95.2.Hereis the procedure followed. The source files are in :/home/rcf/test/gcc/gcc-2.95.2/ and I want to install it in /home/rcf/test/hgcc/ Configure: in the directory hgcc: > ../gcc/gcc-2.95.2/configure --with-gcc-version-trigger=/home/rcf/test/gcc/gcc-2.95.2/gcc/version.c --enable-checking --prefix=. Do i need to have a copy of the assembler and linker in the build directory?Also do i need to specify with-local-prefix???Any changes I need to make to the environment? Build: > gmake languages=c This results in an internal compiler error. It would be great if someone could tell me if there is something wrong with the configure step.Also there is gcc 2.7.2 installed in /usr/local/gnu directory.I would like my version of gcc to be completely independent of this if possible.Any tips or pointers would be of great help! Thanks a lot, AJ