Hail,
   When installing new code (built outside the prefix) into a prefix
(gr39), does ldconfig in the stock recipe make sense?

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=gr39 ..
make
make install
ldconfig

The prefix environment was sourced prior to the build and installation
below. Hence
LIBRARY_PATH=prefix/gr39/lib:prefix/gr39/lib64/:
PKG_CONFIG_PATH=prefix/gr39/lib/pkgconfig:prefix/gr39/lib64/pkgconfig:
and
PYBOMBS_PREFIX=prefix/gr39


Rick


Reply via email to