undefined symbol: __bounds_check_strtok_r
Brought to you by:
hermantenbrugge
I get "undefined symbol: __bounds_check_strtok_r" with
a bounds-checking-gcc-4.0.2 on loading a .so file.
The .so in question is loaded and used dynamically via
ldlopen() and friends (and not on program startup at
the usual program startup time).
So I actually don't know how to solve that and where to
start.