[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: EXTERNAL: Re: ERROR: file: "libguilereadline-v-17", message: "The sp
From: |
Ludovic Courtès |
Subject: |
Re: EXTERNAL: Re: ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found" |
Date: |
Thu, 13 Jan 2011 18:38:26 +0100 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) |
Hi,
"Whitlock, Bradley D" <address@hidden> writes:
> Here is the config output for termcap-1.3.1:
> $ ../configure --disable-static --enable-shared --prefix=/usr/local
[...]
> ar rc libtermcap.a termcap.o tparam.o version.o
> ranlib libtermcap.a
>
> Definitely not building dll version...How do I get dll of termcap?
Hmm no idea.
Termcap 1.3.1 at gnu.org is very old, and in particular it doesn’t use
Libtool and lacks support for building a shared library.
However, you can use ncurses instead, and Guile’s ‘configure’ will pick
it instead of termcap.
Hope this helps,
Ludo’.