[Freeciv-Dev] Re: `rl_filename_completion_function' undeclared (PR#1080)
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
>>>>> On Wed, 28 Nov 2001 16:45:06 +0100, you said:
RF> Can you do a "grep READLINE config.h"?
grep READLINE config.h
#define HAVE_LIBREADLINE 1
Thus the --with-readline option seems implicit ?
Can you look which file the
RF> compiler uses for the
RF> #include <readline/readline.h>
RF> in stdinhand.c.
GCC is called like this :
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../common -I./../ai -I../intl -g -O2
-Wall -c stdinhand.c
readline/readline.h is in /usr/local/include
I see how I can manage to have the compilation correct, but should not
configure success in setting this automatically ?
Olivier Lecarme
|
|