Neeraj Korde wrote:
how do u tweak PATH, LD_RUN_PATH, LD_LIBRARAY_PATH and PKG_CONFIG_PATH. I guess someone shoulf put a note on this issue in the INSTALL file or on the download page.
I don't think that the INSTALL file or the download page should be cluttered with this kind of information, because this is not unique to gtkmm in any way.
After all, /usr/local _is_ the default install directory unless you override it, and "make install" _does_ tell you what you need to do to access the libraries.
Either way, this is how I do it: export PATH=/usr/local/bin:$PATH export LD_LIBRARY_PATH=/usr/local/lib export LD_RUN_PATH=/usr/local/lib export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig -- Christer Palm