Re: configure problems
al davis <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
On Saturday 20 July 2013, Chuck wrote: > ./configure yields a fatal error > test_readline.cc:2:31 : fatal error : readline/readline.h : > No such file or directory That's the compiler reporting the "fatal" error, not configure. Mine does not say "fatal" when I do that. configure is correctly discovering that you don't have that file, indicating that "libreadline" is missing, and so configuring to build without it. If you type "make" does it build?