pkgsrc-Bugs archive

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

Re: pkg/42683



The following reply was made to PR pkg/42683; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/42683
Date: Mon, 25 Oct 2010 03:07:18 +0000

 On Thu, Oct 21, 2010 at 08:45:02PM +0000, Jan ?mydke wrote:
  >  The only problem is that the executable does not know the path to the
  >  libraries and octave must be started by::
  >  
  >     LD_LIBRARY_PATH=/usr/pkg/lib/octave-3.2.4 octave
  >  
  >  I do not know how to fix this during the build (I am aware of some
  >  -R... option but where to put it? And I have also thought this kind of
  >  stuff is managed automatically by pkgsrc?)
 
 This is one of the things libtool (is supposed to) take care of.
 
 However, otherwise, you want the -R option to appear on link lines, so
 adding it to whatever the octave build system uses that's comparable
 to $(LDFLAGS) should do the trick.
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index