Re: gnucap development snapshot 2013-04-23
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <CABYfvgBf4Q4Xw41LOQXiHmKO9cGs2qHkqiFKyK2XGBiB+JdU5g@mail.gmail.com> |
On Thu, Apr 25, 2013 at 8:34 AM, al davis <[email protected]> wrote: > There is a new development snapshot available ... > http://gnucap.org/devel/gnucap-2013-04-23.tar.gz > > That's great! > Installation (still "make install") installs the parts as expected. > It also installs the header files in $PREFIX/include/gnucap, to build > plugins. > ./configure gives the following error(?) : --- /tmp/ccksC4KM.o: In function `main': test_readline.cc:(.text+0x11): undefined reference to `readline' test_readline.cc:(.text+0x21): undefined reference to `add_history' collect2: ld returned 1 exit status either libtermcap or libreadline is missing - not using readline --- I'm sure I have libreadline installed. Is it not linking properly?