Displaying 2 results from an estimated 2 matches for "starab".
Did you mean:
sarab
1999 Dec 20
2
digital unix linking problem
.../shlib/libICE.so at 0x3ff808b0000
11247:./bin/R.X11: /sbin/loader: mapped /usr/shlib/libX11.so at 0x3ff80420000
11247:./bin/R.X11: /sbin/loader: mapped /usr/shlib/libdnet_stub.so at 0x3ff80540000
11247:./bin/R.X11: /sbin/loader: Fatal Error: cannot map xxxxxxx
Thanks for any help,
Rich Bud <starab at nus.edu.sg>
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-he...
2000 Feb 08
0
0.99.0 --with-f77 configure problem
Installing 0.99.0 with Dec UNIX 4.0f, if I use the native fortran compiler
(--with-f77) configure fails with:
checking for Fortran libraries... -lUfor -lfor -lFutil -lm -lots -lm
checking whether Fortran libraries work correctly... no
In case anyone else runs into this, the quick fix is to change line 2071
of configure from
${CC} ${LDFLAGS} -o conftest conftest.o ${FLIBS} \
to
${FC}