Displaying 1 result from an estimated 1 matches for "714213".
Did you mean:
14213
2002 May 08
1
embedded R resolving wrong symbols
Hi All,
When R is embedded in python on my system (Solaris 8), calls to the c
functions 'regcomp' and 'regexec' are being resolved to the c-library,
rather than the functions compiled from regex.c. This leads to segfaults
because the c-library functions have quite different semantics.
Is there any way to get around this, other than renaming the offending
functions? E.G., would