Skip to content
Prev 33008 / 398506 Next

Problerm building R-1.7.0 on OpenBSD3.2/sparc64

Looks like that OS wants all symbols resolved: those are all variables
exported by R.bin.

1) See if there is a ld flag to allow unresolved symbols.

2) (something of a kludge)  configure with --enable-R-shared and
rebuild (from scratch), as this will link against the libR.so.
Whether that works correctly will be OS-dependent, since you realy want 
them resolved against R.bin when methods.so is loaded.
On Fri, 6 Jun 2003, Ulf Dagman (EAB) wrote:

            
Wrong flags, probably.