Jeff Blackburne wrote: []
I see the two blocks, and the result is 'yes' for both. I'm officially out of my depth now. Thanks for all the help so far, and keep it coming!
Well, there must be *something* on your system that prevents python23 from building the readline module. I have no idea yet what it could be, so comparing your build procedure with one where it does build the module (mine for example) and trying to find differences still seems a good strategy.
Before asking you to send the whole config.log and the whole build log (not to the list, in any case, they are too big), I'd suggest the following:
If you haven't done yet, store the terminal output from the build process to a file, for example by running
fink rebuild python23 2>&1 | tee /tmp/python23.log Then run grep readline /tmp/python23.log and show the output (should be 30 lines or so). -- Martin ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
