hi all,
just a curiosity, is there a list of required libs?
i'm asking this because my readline 4.0 doesn't seem
to work with coda 5.2 on my linux box with glibc 2.1.1pre
+ egcs 1.2
make[2]: Entering directory `/home/yashi/coda-5.2.0/coda-src/dir'
gcc -fno-exceptions -o dirtest dirtest.o libcodadir.a ../util/libutil.a
/home/yashi/coda-5.2.0/rvm-src/rds/librds.a
/home/yashi/coda-5.2.0/rvm-src/seg/libseg.a
/home/yashi/coda-5.2.0/rvm-src/rvmlwp/librvmlwp.a
/home/yashi/coda-5.2.0/lib-src/mlwp/liboldlwp.a
/home/yashi/coda-5.2.0/lib-src/base/libbase.a -lreadline
/usr/lib/libreadline.a(display.o): In function `rl_redisplay':
display.o(.text+0xd32): undefined reference to `tputs'
/usr/lib/libreadline.a(display.o): In function `update_line':
display.o(.text+0x1492): undefined reference to `tputs'
...(it keeps going)...
yashipc:/usr/local/share$ nm -A /usr/lib/libreadline.a | grep tputs
/usr/lib/libreadline.a:display.o: U tputs
/usr/lib/libreadline.a:terminal.o: U tputs
--
yashi