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


Fred,

I got the answer for the problem.

just do this in /disk2/install/gcc/gcc-3.1/mips-sgi-irix6.5/
ln -s /disk2/install/gcc/gcc-3.1/include include

I mean to say just make a soft link to the include directory and from
there every thing should go alright.

I configured it this way...
./configure --prefix=/usr/freeware/gcc3.1 --enable-version-specific-runtime-libs 
--enable-languages=c++,f77,java --disable-multilib 
--enable-threads=posix

I got the same problem while installing gcc-3.2.1 and am successful
in installing it.

all the best...
Ranjit.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Ranjit Kumar Gundu
System Administrator 
Center for DNA Finger Printing and Diagnostics(CDFD)
Nacharam, Hyderabad - 500076 I N D I A
Other email:g-rk@lycos.com
Hello:+91-40-7151344 Ext.1207
FAX: +91-40-7155479
URL: http://www.cdfd.org.in/~ranjit/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Hi,

Not sure if this is the proper place to send this. If not, please 
let me know where I might send it.

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.

The latest one I have run into is the following:

gmake[2]: Entering directory `/disk2/install/gcc/gcc-3.1/mips-sgi-irix6.5/libiberty' 
if [ x"" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
gmake[2]: *** No rule to make target `../include/xregex.h', needed by `regex.o'. 
Stop. 
gmake[2]: Leaving directory `/disk2/install/gcc/gcc-3.1/mips-sgi-irix6.5/libiberty' 
gmake[1]: *** [all-target-libiberty] Error 2
gmake[1]: Leaving directory `/disk2/install/gcc/gcc-3.1'
gmake: *** [bootstrap] Error 2

I have tried the following configuration options (some given under
the successful IRIX 6.5 compiles on your website).

./configure --prefix=/usr/local

./configure --prefix=/usr/local --disable-multilib --enable-threads=posix 

./configure --prefix=/usr/freeware/gcc3.1 --enable-version-specific-runtime-libs 
--enable-languages=c++,f77,java --disable-multilib 
--enable-threads=posix

./configure --host=mips-sgi-irix6.5 --prefix=/usr/local --disable-nls --enable-libgcj 

Any help would be greatly appreciated. Thanks in advance.

Regards,
Fred
###################################################################
# Fred Perry, Programmer Consultant | www.physics.mun.ca/~fred #
# Computation and Visualization Centre | Tel. (709) 737-4572 #
# & Physics and Physical Oceanography | Fax. (709) 737-8739 #
# Memorial University of Newfoundland | #
###################################################################

-


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