help-octave
[Top][All Lists]
Advanced

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

Re: Octave installation problem


From: Alexander Barth
Subject: Re: Octave installation problem
Date: Sun, 17 Dec 2006 18:38:13 -0500
User-agent: Thunderbird 1.5.0.7 (X11/20060913)

Hi Jan,

I installed Octave 2.9.9 on a Suse 10.0 machine without problems. Your error 
message is suspicious
because configure looks for the readline libraries in /usr/local/lib instead of 
/usr/lib.

Are you sure that you have installed the system readline libraries? Can you 
send us the output of:
rpm -q readline-devel
rpm -ql readline-devel

If readline-devel is indeed installed, you can try to move 
/usr/local/lib/libreadline.so out of the
way, to make sure that configure picks the library in /usr/lib.

Cheers,

Alex

Jan Vervoorst wrote:
> Hi,
> I'm trying to install Octave 2.9.9 on a Suse Linux 10.1 machine. I get an 
> almost identical error message as the one posted in this earlier thread: 
> http://velveeta.che.wisc.edu/octave/lists/archive//help-octave.2006/msg01010.html
> 
> 
>> configure:25031: result: no
>> configure:25050: WARNING: I couldn't find -ltermcap, -lterminfo, 
>> -lncurses, -lcurses, or -ltermlib!
>> configure:25066: checking for rl_set_keyboard_input_timeout in -lreadline
>> configure:25104: gcc -o conftest -g -O2   conftest.c -lreadline  -ldl 
>> -lm  >&5
>> /usr/local/lib/libreadline.so: undefined reference to `tgetnum'
>> /usr/local/lib/libreadline.so: undefined reference to `tgoto'
>> /usr/local/lib/libreadline.so: undefined reference to `tgetflag'
>> /usr/local/lib/libreadline.so: undefined reference to `BC'
>> /usr/local/lib/libreadline.so: undefined reference to `tputs'
>> /usr/local/lib/libreadline.so: undefined reference to `PC'
>> /usr/local/lib/libreadline.so: undefined reference to `tgetent'
>> /usr/local/lib/libreadline.so: undefined reference to `UP'
>> /usr/local/lib/libreadline.so: undefined reference to `tgetstr'
>> collect2: ld returned 1 exit status
>> configure:25110: $? = 1
>> configure: failed program was:
>> | /* confdefs.h.  */
> 
> 
> Octave warns that it can't find Readline, even though it is installed on my 
> system. I read the previous responses but that didn't solve my problem. The 
> Readline development libraries that came with Suse 10.1 are installed, so 
> what else could be the problem?
> Thanks for your help, Jan


-- 
_______________________________________________________________

  Alexander Barth

  Ocean Circulation Group
  University of South Florida
  College of Marine Science
  140 Seventh Avenue South
  St. Petersburg, Florida  33701
  USA

  Phone: +1-727-553-3508     FAX:   +1-727-553-1189

_______________________________________________________________


reply via email to

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