Hi, "Whitlock, Bradley D" <[email protected]> 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’.
