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

readline trubble



I tried compiling es with the readline lib ... and got this:

>> gcc -o esdump -L/homedir/cabp09/lib access.o closure.o conv.o dict.o
>> eval.o except.o fd.o gc.o glob.o glom.o input.o heredoc.o list.o main.o
>> match.o open.o opt.o prim-ctl.o prim-etc.o prim-io.o prim-sys.o prim.o
>> print.o proc.o sigmsgs.o signal.o split.o status.o str.o syntax.o term.o
>> token.o tree.o util.o var.o vec.o version.o y.tab.o dump.o -lreadline
>> ld: Undefined symbol
>>    _tgetent 
>>    _tgetstr 
>>    _tputs 
>>    _tgetnum 
>>    _tgoto 
>> collect: /usr/bin/ld returned 2 exit status
>> *** Error code 1
>> make: Fatal error: Command failed for target `esdump'

I compiled on a SUN SparcSTATION with SunOS 4.1.3 ... I have no problems
when I exclude the readline lib ...

DAve.