From: SourceForge.net <no...@so...> - 2009-06-19 17:52:59
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7454060 By: wpvanpaassen Hi, Thanks for reporting this. What distribution and version are you running? Could you list the content of your /usr/lib/python2.5/config directory. I would also like to see the output of running a fresh cmake .. in the build directory. btw, what version of cmake do you use? It seems to me your /usr/lib/python2.5/config directory is missing the .so file and because of that the .a file is used for linking. The undefined references are part of libutil. So could you try building it again without the -DPYTHON_LIBRARY:PATH setting and with adding -lutil. Let me know if this works so I can add the fix. Cheers WP ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=709544 |