Syd Bauman wrote:
>>Your problem is with pdcurses, rather than 'the'.
>>
>>I can confirm the issue (also 10.5/powerPC).  It appears that the
>>configure process doesn't find the the relevant file (from xaw3d).
>>
>>I've posted links to the build log and config log at
>>http://akhmac.blogdns.net/~hansen/finklogs/archives/2008-01.html#e2008-01-10T13_28_49.txt
> 
> 
> Sorry I didn't get to post sooner -- maintainer wrote back and said
> 
>    you need to install the x11 dev toolkit on the leopard xtools
>    dvd....

This won't help. The problem is that whereas on Tiger there is a static 
libXaw.a, on Leopard only the dynamic libXaw.dylib exists, and configure 
does not look for this.

Line 2270 in configure

     for mh_ext in a so sl; do

needs to be patched to check also for dylib.

-- 
Martin




-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to