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

f77 runtime library


Hello


I am trying to compile a library called SLICOT (http://www.win.tue.nl/niconet/NIC2/slicot.html) with g77 and get these errors


( cd examples; make )
make[1]: Entering directory `/Home/staff/rikard/xjobb/slicot/examples'
TAB01MD <AB01MD.dat >AB01MD.exa
g77 -o TAB01ND TAB01ND.o /Home/staff/rikard/xjobb/slicot/slicot.a /Home/staff/rikard/xjobb/LAPACK/lapack_SUN4SOL2.a /Home/staff/rikard/xjobb/LAPACK/blas_SUN4SOL2.a
Undefined first referenced
symbol in file
__s_rsFe_nv TAB01ND.o
__s_stop TAB01ND.o
__do_f_out_nv TAB01ND.o
__f77_exit TAB01ND.o
f77_init TAB01ND.o
__s_rsle_nv TAB01ND.o
__e_rsfe TAB01ND.o
__e_rsle TAB01ND.o
__do_l_in TAB01ND.o
__f77_init TAB01ND.o
__e_wsfe TAB01ND.o
__s_wsFe_nv TAB01ND.o
ld: fatal: Symbol referencing errors. No output written to TAB01ND
collect2: ld returned 1 exit status
make[1]: *** [TAB01ND] Error 1
make[1]: Leaving directory `/Home/staff/rikard/xjobb/slicot/examples'
make: *** [example] Error 2




I guess that SLICOT originally was written for f77 and that its runtime library isn't the same as g77's. Unfortunately, f77 isn't available on the system I use. Is there any way to solve this problem? Maybe include a "patch library"?


Best wishes, Rikard Skelander

........Rikard Skelander............rikard@cs.umu.se...............
........Axtorpsvägen 21B, 3tr.......http://www.cs.umu.se/~rikard...
........903 37 Umeå.................Phone@home: +46 (0)90 774144...
........Sweden......................Cellular  : +46 (0)70 6654072..


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