search for: _tryeval

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

Did you mean: r_tryeval
2002 Jul 18
1
RSPerl on OS X
...l/) to work on Mac OS X? After installing RSPerl, I run the test program (or, even simpler, perl -e 'use R;') and get the following error: dyld: perl Undefined symbols: _RPerl_createRProxy _RPerl_discardRProxy _RPerl_getProxyValue _RPerl_getReferenceName _addPerlConverterRoutine _fromPerl _tryEval _userLevelConversionToPerl It looks like the dynamic loader can't find the right libraries. The instructions (http://www.omegahat.org/RSPerl/RFromPerl.pdf) specify setting the LD_LIBRARY_PATH envar. I assumed that the corresponding envar on OS X is DYLD_LIBRARY_PATH and added $R_HOME/bin/ and...