bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] gawk can't find libreadline when cross compiling


From: Christer Solskogen
Subject: Re: [bug-gawk] gawk can't find libreadline when cross compiling
Date: Fri, 31 Oct 2014 17:09:58 +0100
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

On 28.10.2014 20:44, Christer Solskogen wrote:
checking whether readline via "-lreadline" is present and sane... no
checking whether readline via "-lreadline -ltermcap" is present and
sane... no
checking whether readline via "-lreadline -lcurses" is present and
sane... no
checking whether readline via "-lreadline -lncurses" is present and
sane... no

But I *really* do have libreadline.so, libtermcap.so, libcurses.so and
libncurses.so. Also, adding:
#define HAVE_LIBREADLINE 1
into config.h after configure and add LIBREADLINE="-lreadline -lncurses"
to make seems to work just fine. No trouble compiling, and the libraries
are correctly linked.

The configure script have no trouble finding mpfr when it is cross
compiled.
checking whether mpfr via "-lmpfr -lgmp" is present and usable... yes


This is now fixed. Thanks! :-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]