Displaying 8 results from an estimated 8 matches for "d_sign".
Did you mean:
_sign
2004 Sep 08
1
Problems loading Lapack library
...tines cannot be loaded
In addition: Warning message:
unable to load shared library "/disk4/home4/ehug/newSoft/R-1.9.1/modules/lapack.so":
ld.so.1: /disk4/home4/ehug/newSoft/R-1.9.1/bin/R.bin: fatal: relocation
error: file /disk4/home4/ehug/newSoft/R-1.9.1/bin/libRlapack.so: symbol d_sign:
referenced symbol not found
I don't think "d_sign" is a symbol in Lapack. Similar things happen
with any attempt to use functions that involve Lapack.
Can anyone give me some clues about what's happening? Any help
would be appreciated.
1998 Apr 17
1
development mda package
...most not tested at all ... but it works for the iris
data and what else could a statistician be possibly interested in anyway =
:-)
All BRUTO stuff is missing because there are some unresolved symbols:
R.binary: can't resolve symbol 'sgram_'
R.binary: can't resolve symbol 'd_sign'
R.binary: can't resolve symbol 'pack_'
R.binary: can't resolve symbol 'unpack_'
R.binary: can't resolve symbol 'sknotl_'
R.binary: can't resolve symbol 'wmean_'
which I didn't have time to search/imitate/...
Mda and fda with MARS see...
2000 Feb 22
1
R-0.99 installation on UNIX
...tainer -- MM}
> Date: Tue, 22 Feb 2000 13:03:35 +0100
> From: jens <jniesch at gwdg.de>
>
> I have trouble to install R on Sparc Sun Solaris 2.6.
> make returns the error message:
> Undefined symbol first referenced in file
> d_lg10 ../appl/libappl.a(uncmin.o)
> d_sign ../appl/libappl.a(dpoco.o
>
> Anybody can help me out?
Try installing the current version, 0.99.0, which does a better
job of finding the right libraries. If that fails come back to us
with a listing of Makeconf in the top-level build directory,
and details of the compilers you used.
--...
2001 Jul 09
0
ODP: Re: How to build R-1.3.0 under HP-UX 11.00
Thank you for advice. I my case RPC nedd to be linked with libnsl, so I
used "-lnsl" option to link it, but i have still problem:
/usr/bin/ld: Unsatisfied symbols:
i_len (code)
d_sign (code)
collect2: ld returned 1 exit status
Can you suggest something?
Kris
Prof Brian...
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
...sion.o vfonts.o xxxpr.o ../unix/libunix.a ../appl/libappl.a
../nmath/libnmath.a -L/opt/f2c/lib/ -lm -ldld -L/usr/local/li
b -ltermcap -lm
/usr/bin/ld: Unsatisfied symbols:
xdr_double (code)
xdr_string (code)
xdrstdio_create (code)
xdr_bytes (code)
xdr_int (code)
i_len (code)
d_sign (code)
collect2: ld returned 1 exit status
*** Error exit code 1
Do you know what to do? I have set FLIBS = -L/opt/f2c/lib -ln; previously
FLIBS = /opt/f2c/lib -ln and it is not good.
Best regards
Kris
PS. Sorry my english.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
...sion.o vfonts.o xxxpr.o ../unix/libunix.a ../appl/libappl.a
../nmath/libnmath.a -L/opt/f2c/lib/ -lm -ldld -L/usr/local/li
b -ltermcap -lm
/usr/bin/ld: Unsatisfied symbols:
xdr_double (code)
xdr_string (code)
xdrstdio_create (code)
xdr_bytes (code)
xdr_int (code)
i_len (code)
d_sign (code)
collect2: ld returned 1 exit status
*** Error exit code 1
Do you know what to do? I have set FLIBS = -L/opt/f2c/lib -ln; previously
FLIBS = /opt/f2c/lib -ln and it is not good.
Best regards
Kris
PS. Sorry my english.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
1998 Oct 28
1
Request for help with compiling R on a DEC Alpha
...eshKeyboardMapping
XSetBackground
XSetForeground
XUnmapSubwindows
XUnmapWindow
XLookupString
XSetStandardProperties
XCreateImage
XGetSubImage
XGetAtomName
XCreatePixmap
XCopyGC
XFree
XFreePixmap
XGetFontProperty
XGetGCValues
XPutImage
XSetFillStyle
XSetFunction
XSetStipple
XSetTSOrigin
XTextExtents
d_sign
d_lg10
make[3]: *** [R.binary] Error 1
make[3]: Leaving directory `/usr/local/src/R-0.62.3/src/main'
make[2]: *** [build] Error 2
make[2]: Leaving directory `/usr/local/src/R-0.62.3/src'
make[1]: *** [R] Error 2
make[1]: Leaving directory `/usr/local/src/R-0.62.3'
make: *** [all] Error...
2006 Feb 07
0
[R] R compile on AIX 5.2
...Undefined symbol: .i_len
ld: 0711-317 ERROR: Undefined symbol: .realp0_
ld: 0711-317 ERROR: Undefined symbol: .dblep0_
ld: 0711-317 ERROR: Undefined symbol: .rexitc_
ld: 0711-317 ERROR: Undefined symbol: .rwarnc_
ld: 0711-317 ERROR: Undefined symbol: .xerbla_
ld: 0711-317 ERROR: Undefined symbol: .d_sign
ld: 0711-317 ERROR: Undefined symbol: .d_cnjg
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 2.
Stop.
make: The error code fro...