On 2006-11-07 08:24+0100 Werner Smekal wrote:
> Hi,
>
>> Have a look at include/plplot.h. It has a whole series of defined's that
>> it checks. If any of those are true it #define's __unix. I suspect you
>> just
>> have to add the appropriate check for Mac OS X to that list.
>
> I found this
>> Everything continues to work well for OS-X.
>>
>> I need some pointers to get the Tk driver to work on OS-X however. At
>> present there are at least two problems:
>>
>> (1) plFindName and by extension, plFindCommand always fail on OS-X
>> because it is not a OS of type __unix (src/plctrl.c), ev