On Mon, 19 Nov 2001, Thomas Drake wrote: > I've created binding for a call that takes char** as argument. When my > ..xs is translated, a XS_unpack_charPtrPtr appears. The symbol cannot be > resolved at when I load the module. > > I am not able to locate XS_unpack_charPtrPtr anywhere. Someone ran into > this problem not too long ago, but there was no response on the list.
Is it possible that you are borrowing code from an existing XS extension? Somewhere in my fading memory I recall seeing an example in Dean Roerich's XS Cookbooks which used a function by that name. You may have to code it yourself otherwise. It's not part of the Perl C API, AFAIK. Steve
