Displaying 1 result from an estimated 1 matches for "initconst".
Did you mean:
intconst
2006 Oct 09
1
[Mac OS X 10.4] object R_loess_raw not found
...and then tries to obtain a given
symbol from it using dlsym. I can't seem to get any of the defined
symbol from stats.so . I'd say my little loader is broken somewhere,
BUT ...
This does remind me of a problem I had with a Python module
(pygame/constants), where the expected init function (initconstants)
was available but invisible to dlsym(). In that case, changing the
module (and init function's) name solved the issue, I still don't
understand why.
This is really annoying, so if anyone has an idea about what might be
going on, I'd appreciate the feedback!
BTW, I did try buildin...