On 13-Oct-98 Marc G. Fournier wrote:
>> > This is a compiler option that will tell the linker to link in the ncurses
>> > routines.
>> >
>> > Hope this helps...james
>> >
>>
>>
>>
>>
>> Ok, now the question is: where?
>>
>> I add it in Makefile.global, but nothig.
>
> ave you patch
>|/usr/lib/libreadline.a(terminal.o): In function `_rl_enable_meta_key':
>|terminal.o(.text+0x7ce): undefined reference to `tputs'
>|/usr/lib/libreadline.a(terminal.o): In function `_rl_control_keypad':
>|terminal.o(.text+0x7fb): undefined reference to `tputs'
>|terminal.o(.text+0x822): undefine
when I compile postgres 6.3.2 under linux I have this error with "make all" and
"make install":
from make install:
/usr/lib/libreadline.a(terminal.o): In function `_rl_enable_meta_key':
terminal.o(.text+0x7ce): undefined reference to `tputs'
/usr/lib/libreadline.a(terminal.o): In function `_rl