Displaying 8 results from an estimated 8 matches for "dsefor".
1998 Jan 06
2
pow_ii
I was hoping
fatal: relocation error: symbol not found: pow_ii: referenced in .../dsefor.so
would disappear in R 0.6x, but it has not. I believe this is suppose to come
from the f2c lib, but I seem to need just a couple of routines:
nm -u dsefor.so
Undefined symbols from dsefor.so:
.umul
pow_dd
pow_ii
pow_ri
For my own purposes I could compile with fortran but that make...
1998 Feb 03
0
fortran Makefile
...package defaulted to compiling the fortran directly
(using R INSTALL). I assume this is something that gets set by configure, but
I'm not sure. What should be in the Makefile for the fortran, or should I not
have any Makefile in the src directory? The src-c/Makefile is
LIBNAME=dse
LD=ld
OBJS= dsefor.o
all: $(LIBNAME).so message
$(LIBNAME).so: $(OBJS)
$(LD) $(SHLIBLDFLAGS) -o $@ $(OBJS)
clean:
@rm -f *.o *.so
Below is a copy of an email with the errors from the attempted fortran compile,
and a manual way to compile, but I'm not sure how much of that should be done in
the Makefi...
2004 Mar 31
2
Failure to compile source packages in Debian
As of quite recently I experience failures to compile source packages.
Messages like
* Installing *source* package 'dse1' ...
** libs
g77 -mieee-fp -fPIC -g -O2 -c dsefor.f -o dsefor.o
gcc -shared -o dse1.so dsefor.o -L/usr/lib/gcc-lib/i486-linux/3.3.3
-L/usr/lib/gcc-lib/i486-linux/3.3.3/../../..
-lfrtbegin -lg2c-pic -lm -lgcc_s -L/usr/lib/R/bin -lR
/usr/bin/ld: no se puede encontrar -lg2c-pic
clearly point to the non-existence of library g2c-pic. Problem is I...
2004 Feb 26
1
unable to install dse in mac OS X 10.3
...rame'
Formats: text html latex example
00Intro.tframe text html latex
<snip>
trimNA text html latex example
* DONE (tframe)
* Installing *source* package 'dse1' ...
** libs
g77 -fno-common -g -O2 -c dsefor.f -o dsefor.o
gcc -bundle -flat_namespace -undefined suppress -L/usr/local/lib -o dse1.so
dsefor.o -L/usr/local/lib -L/usr/local/lib/gcc/powerpc-apple-darwin6.6/3.4
-L/usr/local/lib/gcc/powerpc-apple-darwin6.6/3.4/../../.. -lfrtbegin -lg2c
-lSystem -lcc_dynamic
/usr/bin/ld: -undefined: unknown...
2004 Feb 15
1
Error Installing dse Package
...console I got the error message
Warning message:
Installation of package dse had non-zero exit status in:
install.packages(ui.pkgs, CRAN = getOption(where), lib =
.libPaths()[1])
>
and the console of the os x said
gcc -bundle -flat_namespace -undefined suppress -L/usr/local/lib -o
dse1.so dsefor.o -L/usr/local/lib
-L/usr/local/lib/gcc/powerpc-apple-darwin6.6/3.4
-L/usr/local/lib/gcc/powerpc-apple-darwin6.6/3.4/../../.. -lfrtbegin
-lg2c -lSystem -lcc_dynamic
Looking for devices matching vendor ID=1193 and product ID=8718
Received 16 Bytes of Call Info Message, 1'st byte = 1
Looking...
1998 Feb 25
1
R-beta: Re: dse+redhat 4.2 problem
>R INSTALL dse rlibs
>Installing package `dse' ...
>libs
>gcc -g -fpic -I/usr/local/R-0.61/include -c dsefor.c -o dsefor.o
>/tmp/cca02533.i:1: numeric constant with no digits
>/tmp/cca02533.i:1: numeric constant with no digits
>...
>is there something wrong with my gcc or is there some
>option missing somewhere?
>I suspect the problem might have to do with f2c. I think I
>installed g...
1998 Feb 25
1
R-beta: Re: dse+redhat 4.2 problem
>R INSTALL dse rlibs
>Installing package `dse' ...
>libs
>gcc -g -fpic -I/usr/local/R-0.61/include -c dsefor.c -o dsefor.o
>/tmp/cca02533.i:1: numeric constant with no digits
>/tmp/cca02533.i:1: numeric constant with no digits
>...
>is there something wrong with my gcc or is there some
>option missing somewhere?
>I suspect the problem might have to do with f2c. I think I
>installed g...
1997 Aug 28
1
R-alpha: pow_ii
...e to my confusion I guessed I would be ok
with pow_ii, but that does not seem to be the case:
R
...
> dsecurve.function.tests(verbose=T)
Random number generator tests ...ok
DSE curvature test 1 ... ld.so.1: /R/bin/R.binary: fatal: relocation error: symbol not found: pow_ii: referenced in /dse/dsefor.so
Killed
[4] /R : nm bin/R.binary | grep pow
[146] | 244556| 312|FUNC |LOCL |0 |7 |complex_pow
[2557] | 1462800| 0|FUNC |GLOB |0 |UNDEF |pow
[2795] | 1053360| 68|FUNC |GLOB |0 |7 |pow_dd
[2800] | 1053124| 236|FUNC |GLOB |0 |7 |pow_di
[377] |...