Results 1 to 6 of 6

Thread: Latest Octave in 10.04

  1. #1
    Join Date
    Dec 2008
    Beans
    Hidden!

    Exclamation Latest Octave in 10.04

    I'm trying to install the latest stable Octave (it seems there is no package ppa yet). when I run ./configure it ends with the error:
    Code:
    ...
    checking for struct group.gr_passwd... no
    checking for tputs in -lncurses... yes
    checking for rl_set_keyboard_input_timeout in -lreadline... no
    configure: WARNING: I need GNU Readline 4.2 or later
    configure: error: this is fatal unless you specify --disable-readline
    Am I missing a library that needs to be installed? Should I disable readline??

  2. #2
    Join Date
    Feb 2008
    Beans
    5,636

    Re: Latest Octave in 10.04

    Try to install readline
    Code:
    sudo apt-get install readline

  3. #3
    Join Date
    Dec 2008
    Beans
    Hidden!

    Re: Latest Octave in 10.04

    E: Couldn't find package readline

  4. #4
    Join Date
    Feb 2008
    Beans
    5,636

    Re: Latest Octave in 10.04

    Hm...
    Open Synaptic Package Manager and do a search for readline.

  5. #5
    Join Date
    Dec 2008
    Beans
    Hidden!

    Re: Latest Octave in 10.04

    Readline-common was installed, but libreadline6-dev wasn't, installing that seems to fix it

  6. #6
    Join Date
    Feb 2008
    Beans
    5,636

    Re: Latest Octave in 10.04

    Good to know...
    I'm glad you got it fixed!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •