search for: libf77

Displaying 6 results from an estimated 6 matches for "libf77".

Did you mean: libf2c
1998 Jun 16
2
62.1 make problems
I'm just trying to install 62.1 under Solaris. Making the program reports no errors, but when I try to run R I get ld.so.1: /home/res8/gilp/R-versions/R-0.62.1/bin/R.binary: fatal: libF77.so.2: can't open file: errno=2 Is there any standard place where I should be looking to find libF77? When make moves on to building the documents I get the errors below. (Is this because configure did not find perl?) Paul Gilbert ... DONE (INSTALL) Creating front-end shell script You shoul...
1999 Oct 25
1
need help with building R on Solaris without using shared FORTRAN libraries
I need to build R (we're currently at R version 0.64.0) for Solaris 2.5.1 on SunSPARC without using the libF77.so and libsunmath.so shared libraries. I'd like to use statically linked libraries instead. Nothing I have tried has worked as measured by executing the command "ldd R.binary" to see whether it references the shared libraries or not. This is what I've tried: 1) Modified config....
1999 Jan 20
1
pow__ii
> R code works but the shared objects built from fortran code do not find > the appropriate libs with functions like __pow_ii or __epx at runtime. I used to have endless trouble with __pow_ii which as I recall could be be fixed by the correct incantation of the mix of compiler libraries and LD_LIBRARY_PATH. It seemed to be extremely sensitive and never easy to get right. The problem is
1999 Jan 07
1
problems compiling R packages with Linux
...-pc-linux-gnulibc1), using BFD version 2.9.1.0.7 ld -m elf_i386 -dynamic-linker /lib/ld-linux.so.1 -o /tmp/gfa11201 /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o -L/usr/lib/gcc-lib/i486-delix-linux/2.7.2.3 /tmp/cca112021.o -lf2c -lm -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o __G77_LIBF77_VERSION__: 0.5.22 @(#)LIBF77 VERSION 19970919 __G77_LIBI77_VERSION__: 0.5.22 @(#) LIBI77 VERSION pjw,dmg-mods 19970916 __G77_LIBU77_VERSION__: 0.5.22 @(#) LIBU77 VERSION 19970919 -- ====================================================================== Ulf Meh...
1998 Sep 30
4
R-beta: compiling R-0.62.3 on SuSe Linux
On my RedHat 5.1 machine at the office I am happily using R installed from Martyn Plummer's RPM's of R-62.3 for RH 5.1 At home I have SuSe Linux 5.3 on my PC and as RH 5.1 is libc6 based and SuSe 5.3 is still libc5 based the RH 5.1 RPM's do not install and work on SuSe (even though they have a test version of glibc). So I downloaded R-0.62.3.tgz from www.ci.tuwien.ac.at/R and tried
2000 Jan 29
1
HDF5 as a module
...================================================== RCS file: /home/rcvs/src/R/aclocal.m4,v retrieving revision 1.30 diff -c -r1.30 aclocal.m4 *** aclocal.m4 2000/01/21 07:49:19 1.30 --- aclocal.m4 2000/01/29 00:22:35 *************** *** 543,570 **** AC_MSG_WARN([I found f2c but not libf2c, or libF77 and libI77]) fi]) dnl - dnl R_LIB_HDF5 - dnl - AC_DEFUN(R_LIB_HDF5, - [ AC_CHECK_LIB(hdf5, main, - [ ac_save_LIBS="${LIBS}" - LIBS="-lhdf5 ${LIBS}" - AC_CACHE_CHECK([for HDF5 version >= 1.2], - r_cv_lib_hdf5, - AC_TRY_LINK( - [#include <hdf5.h&gt...