Дистрибутив Debian Etch. Скачал octave3.0.0. Не ставится сабака.
#./configure затыкается так
configure: WARNING: I need GNU Readline 4.2 or later configure: error: this is fatal unless you specify --disable-readline
смотрю
# apt-get install libreadline5 Чтение списков пакетов... Готово Построение дерева зависимостей... Готово Уже установлена самая новая версия libreadline5. обновлено 0, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 0 пакетов не обновлено.
тогда
#make
0# make
*********************************************************** * * To compile Octave, you will need a recent versions of * the following software: * * g++ (3.2.x or a more recent version) * * flex (2.5.4 or a more recent version) -- required if * you need to recreate lex.cc from lex.l * * bison (1.31 or a more recent version) -- required if * you need to recreate parse.cc from parse.y * * gperf (3.0.1 or a more recent version) -- required if * you need to recreate oct-gperf.h from octave.gperf * * Now would be a good time to read INSTALL.OCTAVE if * you have not done so already. * ***********************************************************
Причем компилятор g++, генераторы flex, bison а также gperf стоят.