search for: ar1sim

Displaying 1 result from an estimated 1 matches for "ar1sim".

Did you mean: anosim
1997 Nov 17
0
R-beta: Shared libraries on AIX
...e -c hclust.c ld: 0711-327 WARNING: Entry point not found: __start ld: 0711-244 ERROR: No csects or exported symbols have been saved. make: 1254-004 The error code from the last command is 8. Next, I want to dynamically load some shared libraries. This is what I do: sp09 69>gcc -c -shared -o ar1sim.so ar1sim.c sp09 70>R R : Copyright 1997, Robert Gentleman and Ross Ihaka Version 0.50 Alpha-4 (September 10, 1997) > dyn.load("ar1sim.so") Error in dyn.load(x) : unable to load shared library "/usit/spfs/math-u1/fredrigl/R/ar1sim.so" Do anybody know what is wrong? I...