Hi Alan,
On Fri, 4 Jan 2013 01:38:01 -0800 (PST) "Alan W. Irwin" <[email protected]> wrote: ... > > My guess is that PYTHON_LIBRARY:FILEPATH in the >CMakeCache.txt file is > providing this library name. On linux, that cached >value is > > PYTHON_LIBRARY:FILEPATH=/usr/lib/libpython2.7.so > > and on my MinGW/MSYS/wine platform it is > > PYTHON_LIBRARY:FILEPATH=z:/home/wine/newstart/python/Python27/libs/libpython27.a > > The Python library is required to satisfy the >dependencies of the > python bindings. > > The cached value of PYTHON_LIBRARY should be provided >automatically by > the CMake Python find module. If that find module is >putting the > wrong result into PYTHON_LIBRARY for some reason on your >platform, > then using the -DPYTHON_LIBRARY:FILEPATH cmake option >should force > the cache to have the correct value. > > Hope this overview of the purpose of the Python library >and how > it is found and cached helps you to solve the build >issue. > It is indeed the FindPython module from CMake that constructs the name python27_d.lib on Windows. It seems to represent the debug version of the Python library. I am still not able to see how this name gets included into the whole build system, but I can definitely make progress now. Regards, Arjen DISCLAIMER: This message is intended exclusively for the addressee(s) and may contain confidential and privileged information. If you are not the intended recipient please notify the sender immediately and destroy this message. Unauthorized use, disclosure or copying of this message is strictly prohibited. The foundation 'Stichting Deltares', which has its seat at Delft, The Netherlands, Commercial Registration Number 41146461, is not liable in any way whatsoever for consequences and/or damages resulting from the improper, incomplete and untimely dispatch, receipt and/or content of this e-mail. ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
