On Friday 30 November 2007 07:45:42 [EMAIL PROTECTED] wrote:

> +If you embedded a Parrot in your C file and you want to invoke another
> function
> +in that same C file, you should pass a null string to loadlib. Do 

This only works if the dlopen()-like implementation on the platform follows 
POSIX guidelines.  Mac OS X 10.2 and earlier do not.  I don't know about 
other less-Unixy platforms.

I imagine that this is fixable (and that we may want to support it), but 
currently it won't work on every platform I know about.

-- c

Reply via email to