If you installed any python packages after that initial cmake command, you may need to delete your build directory before running the cmake command again.
Mint 17.2 with the system python 3.4.3 is the exact same system I build on.
Quote:
Originally Posted by patrik
Ah, I pointed to /usr/lib/python3.4 instead of /usr/lib/python3.4m.
|
That's still not a valid library file. If you
must specify the library with -DPYTHON_LIBRARY, the correct file will start with "lib" and end in a ".so" extension. On My Mint 17.2 system the python library path would be -DPYTHON_LIBRARY= /usr/lib/x86_64-linux-gnu/libpython34m.so. But you really shouldn't need to specify it manually.