Displaying 20 results from an estimated 28 matches for "lf2c".
Did you mean:
f2c
1998 May 20
2
libraries; Fortran / -lf2c / Slackware woes
...t;>>>> "Jim" == Jim Lindsey <jlindsey@luc.ac.be> writes:
Jim> Martin, Here is an additional problem with my libraries: the
Jim> Kalman filtering, written in Fortran, uses complex arithmetic.
Jim> On my Red Hat 5, the f2c library is included by the -lf2c in the
Jim> Makefile.
makes sense.
Jim> However, my son has just installed a new version of
Jim> Slackware and we can find no way to convince gcc to include the
All I ever hear about Slackware is that you should not use it anymore...
[I used to have a 0.99x version of Linux.....
2002 Jan 31
1
MacOS X: Packages KernSmooth and cluster won't compile
.....
[snip]
cc -I/sw/lib/R/include -I/sw/include -fno-common -g -O2 -c sstdiag.c -o
sstdiag.o
cc -bundle -bundle_loader /sw/lib/R/bin/R.bin -o KernSmooth.so blkest.o
cp.o dgedi.o dgefa.o dgesl.o linbin.o linbin2D.o locpoly.o rlbin.o sdiag.o
sstdiag.o -lf77blas -lcblas -latlas -L/usr/local/lib -lf2c -lm
/usr/bin/ld: can't locate file for: -lf77blas
make: *** [KernSmooth.so] Error 1
ERROR: compilation failed for package `KernSmooth'
Installing *source* package `cluster' ...
[snip]
cc -bundle -bundle_loader /sw/lib/R/bin/R.bin -o cluster.so clara.o daisy.o
fanny.o meet.o mona.o pa...
1997 Aug 04
1
R-alpha: Re: your mail
>>>>> Thomas Lumley writes:
> On Fri, 1 Aug 1997, Kurt Hornik wrote:
>> Thomas,
>>
>> Could you add the "-lf2c" at the end of the line
>> @$(LD) $(SHLIBLDFLAGS) -o $(LIBNAME).so $(OBJS)
>> in acepack's src-c/Makefile?
>>
>> I ran across an identical pow_dd problem recently with another package.
>> Did we always need the "-lf2c", or is this a feature of the n...
1998 Aug 14
1
R-beta: ld problem/SunOS/gcc/g77
In trying to compile R-0.62.2 on my SPARC SunOS:
tajo% uname -a
SunOS tajo 4.1.3_U1 1 sun4m
with gcc/g77,
I ran into
gcc -o R.binary [deleted] ../lib/libmath.a -L/usr/openwin/lib -lX11 -ldl -ltermcap -lm -lf2c
collect2: ld returned 2 exit status
ld: /lib/libm.a(lgamma.o): _gamma: multiply defined
ld: /lib/libm.a(lgamma.o): _lgamma: multiply defined
*** Error code 1
make: Fatal error: Command failed for target `R.binary'
Current working directory /usr/local/RHOME/R-0.62.2/src/main
[rest deleted]
whic...
1997 Aug 21
2
R-alpha: thoughts on batch and fortran
...st, then the full fortran library
(except I/O) should be available, not just those functions required by
the basic R. I am thinking in particular of the complex functions that
I require for Kalman filtering in carma (soon to be released as a
dynamic library). Having the full f2c library linked in (-lf2c, when it
works under Linux - see the recent comments of my son, Patrick) does
not take more space unless it is actually used because it is dynamic.
carma will not work without these functions so how can I release
something that will not work for most users?
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
1999 Sep 01
1
Problems compiling R65.0 (PR#262)
...typing configure then make, I obtain
a binary which when "ldd" does not contain the f2c library. I
therefore cannot load any libraries containing fortran code (I obtain
unresolved symbol messages from R.X11 and an unable to load shared
library from dyn.load(file)).
If I change the "-lf2c" flag on the FLIBS line of the Makeconf to
"-L/usr/lib/libf2c", I then obtain the following error when R.X11 is
being created:
gcc -export-dynamic -o ../../bin/R.X11 arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o context.o cov.o cum.o debug.o...
1997 Jul 31
1
R-beta: acepack with 0.50-a1
I have an hp9000/c160 with hpux10.20+gcc2.7.2. When I try the example
in the ace help I get:
> library(acepack)
> ?ace
> TWOPI <- 8*atan(1)
> x <- runif(200,0,TWOPI)
y <- exp(sin(x)+rnorm(200)/2)
a <- avas(x,y)
/usr/lib/dld.sl: Unresolved symbol: pow_dd (code) from /home/buyuk/R-0.50-a1/lib/acepack.so
ABORT instruction (core dumped)
1998 Sep 18
1
R-beta: undefined reference to `realpr_' ?
...ng multiv.dll from multiv.a --------
echo LIBRARY multiv > multiv.def
echo EXPORTS >> multiv.def
nm multiv.a | sed -n "/^........ [DT] _/s/^........ [BCDRT] _/ /p" >>
multiv.def
gcc -mdll -Wl,--base-file,multiv.b -s -o multiv.dll multiv.a -
L../../../
gnuwin32 -lR -lf2c
dlltool -k --as as --dllname multiv.dll --base-file multiv.b --
output-exp mul
tiv.e --def multiv.def
gcc -mdll -Wl,--base-file,multiv.b -s -o multiv.dll multiv.e
multiv.a -L
../../../gnuwin32 -lR -lf2c
multiv.a(sammon.o)(.text+0x495):sammon.f: undefined reference to
`realpr_'
make.e...
1998 Aug 18
2
R-beta: Debian 2.0 and R
...to use gcc
.......
egcc -g -I../include -c unique.c
egcc -g -I../include -c util.c
egcc -g -I../include -c version.c
gcc -export-dynamic -o R.binary arithmetic.o array.o attrib.o bind.o
builtin.o character.o coerce.o colors.o complex.o context.o cov.o cum.o
.......
ld: cannot open -lf2c: No such file or directory
and exits with the above error (it works if I go to the src/main directory
and execute the above with egcc instead). How can I make the configure
and make scripts to use egcc throughout?
Venkat
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
Hello,
I am new in R and I am delighted with it, so I am trying to bulid R-1.3.0
from sources under HP-UX 11.00 using f2c and X11 support. Configuration
phase is OK but using make I have errors:
gcc -Wl,-E -o R.bin CConverters.o Rdynload.o RNG.o apply.o
arithmetic.o array.o attrib.o bind.o builtin.o charac
ter.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o
dcf.o
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
Hello,
I am new in R and I am delighted with it, so I am trying to bulid R-1.3.0
from sources under HP-UX 11.00 using f2c and X11 support. Configuration
phase is OK but using make I have errors:
gcc -Wl,-E -o R.bin CConverters.o Rdynload.o RNG.o apply.o
arithmetic.o array.o attrib.o bind.o builtin.o charac
ter.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o
dcf.o
2001 Jul 09
0
ODP: Re: How to build R-1.3.0 under HP-UX 11.00
...The first few errors mean that you don't have xdr support in the libraries
you included. R checks for the headers rpc/rpc.h and rpc/xdr.h so you have
those.
Try man xdr and see if it requires an additional library.
The last two are problems with missing -lf2c. Configuring with --with-f2c
should include that for you.
I think we need to know exactly what you did. Perhaps you needed
FLIBS="-L/opt/f2c/lib -lf2c -lm"?
On Fri, 6 Jul 2001, Krzysztof Kopera wrote:
> Hello,
>
> I am new in R and I am delighted with it, so I am trying to...
1997 Jul 31
1
R-alpha: More problems with R0.50.a1
More problems...
1) when -lf2c is used for linking as in the standard Makefile in
src/main, it does not include the library as shown by ldd on my
slackware linux 2.0.29 but does on RedHat linux 2.0.27. But with
slackware adding the -L/usr/lib just before -lf2c does include it. On
the other hand readline in the same directory is...
1999 Jan 07
1
problems compiling R packages with Linux
...out_'
[...]
I hope there is a kind soul who can help a little bit ;-)
Many thanks,
Ulf
----------------------------------------------------------------------
P.S.: g77 -v yields
g77 version 0.5.22
gcc -v -fnull-version -o /tmp/gfa11201 -xf77-cpp-input /tmp/gfa11201.f -xnone -lf2c -lm
Reading specs from /usr/lib/gcc-lib/i486-delix-linux/2.7.2.3/specs
gcc version 2.7.2.3
/usr/lib/gcc-lib/i486-delix-linux/2.7.2.3/cpp -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=7 -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix -D__i386 -D__linux -Asystem(unix) -Asystem(posix) -A...
1998 Jun 09
1
R-beta: R-beta makefile
...l.h'. Stop.
[exited with 2]
(This was the same error I got under the origional b18 setup)
Do these directories exist (and does FFDecl.h exist) ?
The reason I ask is because in MakeDLL (for example) there are the lines
include ../../../gnuwin32/MkRule
and
DLLLIBS=-L../../../gnuwin32 -l_iR -lf2c
which seem to refer to directories on the wrong path
(ie why ../../../)
--
Douglas Steele
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or &quo...
1998 Jul 02
1
R-beta: Solaris 2.4, R-62.1, and regex
With R-62.1 on Solaris 2.4, configure says the system has regcomp though I do
not know where it is getting that information. The Solaris 2.4 regex and other
regular expression functions are not interchangeable with the GNU regex and
libraries used by sub() and gsub(). Hence it is necessary to acquire the GNU
version and to get it into the load path ahead of the system libraries to load
it rather
1998 Nov 24
0
Additional autoconf test for linuxppc/mklinux
I am attaching a patch to R-0.63's configure.in file which will enable
R to detect and use some special math libraries on linuxppc and mklinux.
The patch provides tests for these libraries and enable/disable switches
for them as well.
One library is the libmoto math library which must be used in
conjunction
with libm (it only replaces some of libm's functions). The other is a
RISC
1998 Nov 24
0
Additional autoconf test for linuxppc/mklinux
I am attaching a patch to R-0.63's configure.in file which will enable
R to detect and use some special math libraries on linuxppc and mklinux.
The patch provides tests for these libraries and enable/disable switches
for them as well.
One library is the libmoto math library which must be used in
conjunction
with libm (it only replaces some of libm's functions). The other is a
RISC
1998 Dec 04
1
Linux compile problem
...e.o options.o
par.o pa
ste.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o
printutil
s.o random.o relop.o saveload.o scan.o seq.o sort.o source.o split.o
subassig
n.o subscript.o subset.o summary.o unique.o util.o version.o
../unix/libunix.
a ../appl/libappl.a ../nmath/libmath.a -lf2c -lreadline -lz -ldl
-lncurses
-lm -L/usr/X11R6/lib -lX11
ld: warning: cannot find entry symbol _start; defaulting to 08054610
and the resultant R.binary does not run
Suggestions welcome !
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Re...
1999 Sep 01
0
Problems compiling R65.0.
...typing configure then make, I obtain
a binary which when "ldd" does not contain the f2c library. I
therefore cannot load any libraries containing fortran code (I obtain
unresolved symbol messages from R.X11 and an unable to load shared
library from dyn.load(file)).
If I change the "-lf2c" flag on the FLIBS line of the Makeconf to
"-L/usr/lib/libf2c", I then obtain the following error when R.X11 is
being created:
gcc -export-dynamic -o ../../bin/R.X11 arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o context.o cov.o cum.o debug.o...