discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: install to prefix recipe


From: Jeff Long
Subject: Re: install to prefix recipe
Date: Tue, 7 Sep 2021 06:23:12 -0400

No, the ldconfig is not useful here ... LD_LIBRARY_PATH will be used.

On Mon, Sep 6, 2021 at 3:51 PM Aardric <aardric@aardvarr.ca> wrote:
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

[Prev in Thread] Current Thread [Next in Thread]