From: Reg <re...@ri...> - 2007-12-11 23:48:10
|
Hi David, followed your suggestion:- [root@Appserver development]# htcobol -v -c /TinyCat/DEGRABBER.COBas -o DEGRABBER.o DEGRABBER.s [root@Appserver development]# gcc -o DEGRABBER DEGRABBER.o -L/TinyCobol/development/lib -lhtcobol -ldb -lncurses -ldl -lm [root@Appserver development]# ldd DEGRABBER linux-gate.so.1 => (0x00110000) libdb-4.3.so => /lib/libdb-4.3.so (0x05479000) libncurses.so.5 => /usr/lib/libncurses.so.5 (0x00a7c000) libdl.so.2 => /lib/libdl.so.2 (0x00db4000) libm.so.6 => /lib/libm.so.6 (0x00d8b000) libc.so.6 => /lib/libc.so.6 (0x00c49000) libpthread.so.0 => /lib/libpthread.so.0 (0x00dd7000) /lib/ld-linux.so.2 (0x00c2c000) [root@Appserver development]# I'm not sure what this is telling me, except that it seems to want libdb-4.3.so and I config'd htcobol without the db option at all, never mind db4, so it should have defaulted to 1. Do you think I should clean the computer off and reinstall from scratch, as I have 4 htcobol implementations on it at present? Regs. Reg. -- View this message in context: http://www.nabble.com/Segmentation-Fault-tp12496784p14286155.html Sent from the tiny-cobol-users mailing list archive at Nabble.com. |