compiling ytalk :)

Casey

Registered
yeah yeah - it's just ytalk... but i'm having trouble with the configure script... it can't find my "termcap library"? termcap and termcap.db are in /usr/share/msic/ i rebuilt the configure script with the latest OS X version of autoconf.... the new script was identicle to the old.

any ideas?

here is the output from running configure:

[jupiter:Library/Desktop/ytalk-3.1.1] root# ./configure
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E -traditional-cpp
checking for a BSD compatible install... /usr/bin/install -c
checking for initscr in -lncurses... no
checking for initscr in -lcurses... no
checking for tgetstr in -ltermcap... no
configure: error: Can't find termcap library
[jupiter:Library/Desktop/ytalk-3.1.1] root#
 
Back
Top