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

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

[Octave-bug-tracker] [bug #34667] Doc command can't find info files


From: Alexander Klein
Subject: [Octave-bug-tracker] [bug #34667] Doc command can't find info files
Date: Sun, 19 Feb 2012 10:13:59 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.52.7 (KHTML, like Gecko) Version/5.1.2 Safari/534.52.7

Follow-up Comment #9, bug #34667 (project octave):

As for the libreadline, this has been a constand problem for years, because
OSX comes with something that is called libreadline, but in fact isn't
libreadline.

In order to make it work you have to download the real GNU readline, but
configure it to be installed someplace else, for example 

./configure --prefix=/usr/local/alternate

This ensures you have it available while not conflicting with the system
library, because it's in a path that won't usually be searched by dyld.

When configuring Octave you have to tell Octave's ./configure where to find
it:

export CPPFLAGS=-I/usr/local/alternate/include/
export LDFLAGS=-L/usr/local/alternate/lib/

This has always worked for me.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34667>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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