[Rd] R-devel Aug-09 1.2.0 build on hpux10.20
U-E59264-Osman F Buyukisik
osman.buyukisik@ae.ge.com
Fri, 11 Aug 2000 11:06:11 -0400 (EDT)
Hello,
I had to set CPPFLAGS and FC=fort77 but configure saw atlas and used
it instead of blas. However atlas for hp seems to missing some libs. I
had to add -lblas in Makeconf. Everything builds ok. But modreg and
tcltk doesn't load.
R : Copyright 2000, The R Development Core Team
Version 1.2.0 Under development (unstable) (2000-August-9)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type "?license" or "?licence" for distribution details.
R is a collaborative project with many contributors.
Type "?contributors" for a list.
Type "demo()" for some demos, "help()" for on-line help, or
"help.start()" for a HTML browser interface to help.
Type "q()" to quit R.
> library(modreg)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "/home/absd00t/R-devel/library/modreg/libs/modreg.sl":
can't open /home/absd00t/R-devel/library/modreg/libs/modreg.sl
Error in library(modreg) : .First.lib failed
>
First checked the lowessc.c routine and it had F77_SUB(...) but I
could not find a macro for that in the include files. There was
F77_SYMBOL() so I changed to F77_SUB to F77_SYMBOL, but it still doesn't
load.
Is there a way to get more info why it doesn't open?
TIA,
Osman
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._