Как установить библиотеку readline haskell на Mac OSX?

Я имею в виду строку чтения haskell оболочка библиотеки к библиотеке readline c .

cabal install readline вывод ниже:

$ cabal install readline
Resolving dependencies...
Configuring readline-1.0.1.0...
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for GNUreadline.framework... checking for readline... no
checking for tputs in -lncurses... yes
checking for readline in -lreadline... yes
checking for rl_readline_version... yes
checking for rl_begin_undo_group... no
configure: error: readline not found, so this package cannot be built
See `config.log' for more details.
cabal: Error: some packages failed to install:
readline-1.0.1.0 failed during the configure step. The exception was:
ExitFailure 1

У меня установлена ​​библиотека c readline через macports (с использованием sudo port install readline ), но я все равно получаю ту же ошибку при попытке установить библиотека для чтения haskell.

7
задан David Miani 28 November 2011 в 03:32
поделиться