bug-gawk
[Top][All Lists]
Advanced

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

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


From: Christer Solskogen
Subject: [bug-gawk] gawk can't find libreadline when cross compiling
Date: Tue, 28 Oct 2014 20:44:38 +0100
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

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







reply via email to

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