octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #56876] Prefix ending with "/" leads to missin


From: Martin K
Subject: [Octave-bug-tracker] [bug #56876] Prefix ending with "/" leads to missing *.oct and *.m search paths.
Date: Tue, 10 Sep 2019 03:53:58 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

Follow-up Comment #3, bug #56876 (project octave):

I reconginzed that I added the --libdir option in the configure script in
order to avoid lib64 directories. 


With 

  --libdir=/opt/octave-5.1/lib 

it works. If the outside build script adds the / to the prefix it inserts the
additional / as well and I configure octave with 

  --libdir=/opt/octave-5.1//lib 

and than the wrong path is inserted in libinterp/corefcn/default-defs.h

So derivation of libdir from the prefix works but if the libdir is set
directly a dubling / is not removed. 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56876>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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