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

[tree-ssa] trouble with gfortran on mips-sgi-IRIX6


I just built gfortran on my mips-sgi-IRIX6
and having a problem getting it to work.

octane % gcc -v
Reading specs from /usr/people/wstan/gFORTRAN2/lib/gcc/mips-sgi-irix6.5/3.5-tree-ssa/specs
Configured with: ../gcc/configure --prefix=/usr/people/wstan/gFORTRAN2 --enable-languages=c,f95 --with-gmp=/usr/GMP
Thread model: single
gcc version 3.5-tree-ssa 20030919 (merged 20030817)

octane % setenv | grep LD_LIBRARY_PATH
LD_LIBRARY_PATH=/usr/people/wstan/gFORTRAN2/lib

octane % cat hello.f90
WRITE(*,*)'HELLO, WORLD'
END

octane % gfortran -c hello.f90
-rw-r--r--    1 wstan    user        1740 Sep 19 04:58 hello.o

octane % gfortran -o executable hello.o
ld32: FATAL   2  : Internal: at ../../ld/multigot.c lgot_local_got_offset() seg_ndx exceeds per_seg_lgot_table
ld32: INFO    152: Output file removed because of error.
collect2: ld returned 1 exit status

Any suggestions on what to try to get it working or
to test it?

-- 
Bill
Amsterdam, NL


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