octave-maintainers
[Top][All Lists]
Advanced

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

Re: Differences in screen and printed plots


From: Mike Miller
Subject: Re: Differences in screen and printed plots
Date: Thu, 6 Jul 2017 08:48:54 -0700
User-agent: NeoMutt/20170609 (1.8.3)

On Wed, Jul 05, 2017 at 10:43:37 +0200, JuanPi wrote:
> What's the right way of recompiling octave to include and link against
> a different (but co-existing) version of a library?

I would use

  CPPFLAGS=-I/path/to/headers
  LDFLAGS="-L/path/to/libraries -R/path/to/libraries"

The -R option informs libtool to add the path to the library to the
dynamic loader runtime search path.

The equivalent alternative is adding LD_LIBRARY_PATH=/path/to/libraries
in your shell environment every time you run Octave.

-- 
mike



reply via email to

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