Displaying 5 results from an estimated 5 matches for "hpdlfcn".
Did you mean:
dlfcn
1999 Jul 14
1
0.65 && AIX|HPUX
...s HPUX:
* I can compile the main binary with c89/f77/make.
* Compilation fails in eda (syntax error in etc/Makeconf). The problem
disappears when the SHLIB target is commented ... but then building
the shared lib fails. I tried xlispstat -Wl,-E instead but no.
* QUESTION: what about src/unix/hpdlfcn.c?
-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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...
2001 Sep 02
0
Install problems R 1.3.1 on HP-UX (PR#1084)
...cate symbol(s)
*** Error exit code 1
Why is there an object gnome.o when I don't have Gnome support?
I had to make some more changes to several files before all
compiled OK.
In src/main/Rdynload.c I changed this:
#ifdef HAVE_DLFCN_H
into this:
#ifndef HAVE_DLFCN_H
In src/unix/hpdlfcn.c I removed the following functions:
dlerror
dlopen
dlclose
dlsym
Now make runs without errors. After make install I had to do
chmod +x R.bin.
R seems the work fine now.
Version:
platform = hppa-hp-hpux10.20
arch = hppa
os = hpux10.20
system = hppa, hpux10.20
status =
maj...
2000 Aug 15
2
Compiling R on HP-UX
Has anyone succeeded in compiling R on HP-UX?
I'm trying to compile R version 1.1.0 on a HP-UX 10.20
machine. I run into the following problems:
I got a compile error on src/unix/X11/rbitmap.c which I solved
by including setjmp.h. After that, and after editing the
Makefiles a bit cause gcc en ld can't find all the libraries, I
finally get it to compile. Then I run "make
2000 Sep 15
3
R on HP-UX, again: modreg.sl fails, 1 arith test fails
I want to report the progress of my attempts to get R running on HP-UX
with gcc:
Firstly, I could work around the PIC problem by leaving out all the lib stuff
(I rebuilt gcc with --enable-share, but this (alone) did not help), e.g. the
line
gcc -shared -fPIC -o ctest.sl ansari.o fexact.o kendall.o ks.o prho.o swilk.o -L/usr/local/lib -lg2c
-lm -L/lib/pa1.1 -L/usr/lib/pa1.1 -u main
2000 Mar 22
4
R-release dynamic load problem on HPUX10.20
Hello,
I just pulled the patched release:
R-release Version 1.0.0 Patched (March 19, 2000), on HPUX10.2
I am having dynamic library load problems. I configured with:
./configure --prefix=/home/absd00t/local --with-readline --with-x
After changing etc/Makeconf to take -lblas out of libs (the blas
library provided by the system is not a shared library), system was
built without any interruptions.