search for: lf77

Displaying 8 results from an estimated 8 matches for "lf77".

Did you mean: f77
2003 Nov 19
1
Compiling R 1.8.x under Solaris 9
...te C Make dependencies... yes, using cc -M checking whether cc supports -c -o FILE.lo... yes checking how to get verbose linking output from f77... -v checking for Fortran 77 libraries... -L/usr/local/lib -R/opt/SUNWspro/lib -L/opt/SUNWspro/lib -L/opt/SUNWspro/WS6/lib -L/usr/ccs/lib -L/usr/lib -lF77 -lM77 -lsunmath -lm -lcx checking for dummy main to link with Fortran 77 libraries... none checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore checking whether f77 appends underscores to external names... yes checking whether mixed C/Fortran code can be run....
1999 Nov 16
1
Installation of package fails (PR#328)
...llowing message: Installing package `leaps' ... libs gcc -g -O2 -fPIC -I/sw/sun4_55/R-0.65.0/lib/R/include -c leaps.c -o leaps.o gcc -g -O2 -fPIC -I/sw/sun4_55/R-0.65.0/lib/R/include -c leapshdr.c -o leapshdr.o ld -G -o /sw/sun4_55/R-0.65.0/lib/R/library/leaps/libs/leaps.so leaps.o leapshdr.o -lF77 -lI77 R help >>> Building/Updating help pages for package `leaps' Formats: text html latex example DONE (leaps) DONE (INSTALL) So anything seems to be fine. But any time I load the library, R raises an error: > library(leaps) Error in dyn.load(file) : unable to load shar...
2001 Sep 14
1
Dynamic loading problem.
I'm having a dynamic loading problem that seems to be caused by exponentiation (the ** operator in Fortran/ratfor). This can be illustrated by the following toy example: ===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+=== % cat foo.r subroutine foo(x,n) x = x**n return end % f77 -c foo.r /tmp/ratfor.06661.0.f: foo: % R CMD SHLIB -o foo.so foo.o gcc -G -o
1999 Aug 16
1
configure / linking problem when using hdf5
...tic.o ....[omitted] version.o \ ../unix/libunix.a ../appl/libappl.a ../nmath/libmath.a -lSM -lICE -L/usr/local/X11R6.3/lib -R/usr/local/X11R6.3/lib -lX11 -lsocket -lnsl -R/opt/SUNWspro/lib -L/opt/SUNWspro/lib -L/opt/SUNWspro/SC4.2/lib -L/usr/ccs/lib -L/usr/lib /opt/SUNWspro/SC4.2/lib/libM77.a -lF77 -lsunmath -lm -lcx -lreadline -lhdf5 -lz -ldl -ltermcap -lm Undefined first referenced symbol in file compress2 /usr/local/lib/libhdf5.a(H5Z.o) ld: fatal: Symbol referencing errors. No output written to ../../bin/R.X11 ------------- Which happens because ther...
1999 Apr 12
3
Fortran vs C, easing using Fortran
...fectively) a `hints' file that > > configure uses to add a base set of libraries to FLIBS, but on Solaris > > at least, using the Fortran command (f77 or g77) to link a dynamic library > > does the job. For linking with ld the base FLIBS would need to be > > > > -lF77 -lM77 -lV77 -lsunmath -lm > > > > _if_ f77 is used. How viable is `use FC to link' on other platforms? > > > > I'm not sure if it does matter here, but the only way to build R on my > Alphas currently is using Fortran as LDCMD: > > in config.site: >...
2002 Jun 11
0
compiling 1.5.0 under Solaris 2.7 with Sun C and FORTRAN and gcc C++
...configure script in 1.5.0 fails with the following errors: checking how to get verbose linking output from f77... -v checking for Fortran 77 libraries... -L/usr/local/lib -R/opt/SUNWspro/lib -L/opt/SUNWspro/lib -L/opt/SUNWspro/WS6U1/lib -L/usr/ccs/lib -L/usr/lib -lreadline -ldl -ltermcap -lm -lF77 -lM77 -lsunmath -lcx checking for dummy main to link with Fortran 77 libraries... unknown configure: error: linking to Fortran libraries from C fails Any suggestions on a possible remedy would be greatly appreciated. I'd rather not install Sun C++ if possible, and I like the optimization f...
1998 Nov 24
1
Loess & Tar file
...ndows version. Is there one in either Unix version of R or some C program somewhere? I tried one from http://netlib.bell-labs.com/netlib/a/, but I cannot get it to compile due to problem with missing lib (I think): cc -o gas.x gas.o loessc.o loess.o predict.o misc.o loessf.o -llinpack -lcor -lm -lF77 ld: fatal: library -llinpack: not found ld: fatal: library -lcor: not found ld: fatal: File processing errors. No output written to gas.x *** Error code 1 make: Fatal error: Command failed for target `gas.x' In addition, I cannot get Unix verison of official R through my netscape. Is there...
2002 Apr 01
1
R compile on Solaris 8 fails (PR#1428)
...hecking whether the Fortran 77 compiler (f77 ) is a cross-compiler... no checking whether we are using GNU Fortran 77... no checking for Fortran 77 libraries... -R/a/SUNWspro/lib:/opt/SUNWspro/lib -L/a/SUNWspro/lib -L/a/SUNWspro/SC4.2/lib -L/usr/ccs/lib -L/usr/lib /a/SUNWspro/SC4.2/lib/libM77.a -lF77 -lsunmath -lm -lcx checking whether f77 appends underscores... yes checking whether f77 and gcc agree on int and double... yes checking whether f77 and gcc agree on double complex... yes checking whether f77 supports -c -o FILE.lo... no checking for c++... c++ checking whether the C++ compiler (c++...