Mailinglist Archive: opensuse-programming (47 mails)
| < Previous | Next > |
Re: [suse-programming-e] tputs not found
- From: Anders Johansson <andjoh@xxxxxxxxxx>
- Date: Wed, 30 Nov 2005 22:19:48 +0100
- Message-id: <200511302219.48707.andjoh@xxxxxxxxxx>
On Wednesday 30 November 2005 11:23, Teemu Nikkilä wrote:
> Hi,
>
> I'm fairly new to programming in SuSE Linux. At first I'm trying to compile
> speech_tools from Festival under SuSE 9.3, but ./configure fails with:
>
> checking for tputs in -ltermcap... (cached) no
> checking for tputs in -lncurses... (cached) no
It should be in /usr/lib/libncurses, so this second line should say 'yes'.
There are two possibilities: the first one is that it says (cached). If you
installed ncurses after you already ran configure once, the answer will be
cached from that run, so it won't look again. Delete the file config.cache
from the compile directory to get around this
The second is that it really fails because of something completely different,
but never tells you. Check the config.log file to get the real error message
from its test
> Hi,
>
> I'm fairly new to programming in SuSE Linux. At first I'm trying to compile
> speech_tools from Festival under SuSE 9.3, but ./configure fails with:
>
> checking for tputs in -ltermcap... (cached) no
> checking for tputs in -lncurses... (cached) no
It should be in /usr/lib/libncurses, so this second line should say 'yes'.
There are two possibilities: the first one is that it says (cached). If you
installed ncurses after you already ran configure once, the answer will be
cached from that run, so it won't look again. Delete the file config.cache
from the compile directory to get around this
The second is that it really fails because of something completely different,
but never tells you. Check the config.log file to get the real error message
from its test
| < Previous | Next > |