Claudio Martella wrote:
OK,
i didn't specify the --prefix but i did specify the library position through LDFLAGS.
Mac OS X doesn't have many gnu libraries in its default. A project exists called Macports which is very similar to Gentoo packaging (in the sense that is sourcebased, handles dependencies, patches online etc.) and installs everything under /opt/local/.
So, I tried specifing some more options:
./configure LDFLAGS="-L/opt/local/lib" --prefix="/opt/local/" --with-boost-python="libboost_python-mt" --with-boost="/opt/local/include/boost/" --with-boost-libdir="/opt/local/lib/"
From what I can see, you need only --prefix=/opt/local ... The --with-boost parameter should be /opt/local/include not /opt/local/include/boost, but that can be omitted, since it is inferred from --prefix. The rest seems also redundant, if the correct --prefix is given. Can you try just with --prefix=/opt/local? Cheers, Tiago