Jonathan Worthington <[EMAIL PROTECTED]> wrote:
> ----- Original Message -----
> From: "Leopold Toetsch" <[EMAIL PROTECTED]>
>>
>> Can we for now do it like:
>> * if there is a dot in the filepart[1] leave the name as is
>> * if not append PARROT_DLL_EXTENSION
> That sounds reasonable, yes.  You could also:-

> 1) Try loading a library with the name as given
> 2) If that fails, append PARROT_DLL_EXTENSION and try again
> 3) If both fail, throw exception/die like now

Could be done too. OTOH it can double open times for standard things.
And we will probably search different places in $PARROT_LIB_PATH.

> Jonathan

leo

Reply via email to