ldd strange behaviour

1997-12-18 Thread Alex Romosan
i have a c++ program compiled with no debug flag. when i do an ldd on the executable i get the following: ldd ./vat libtk8.0.so.1 = /usr/lib/libtk8.0.so.1 (0x4000f000) libtcl8.0.so.1 = /usr/lib/libtcl8.0.so.1 (0x400af000) libX11.so.6 = /usr/X11R6/lib/libX11.so.6

Re: ldd strange behaviour

1997-12-18 Thread Scott Ellis
On Thu, 18 Dec 1997, Alex Romosan wrote: i have a c++ program compiled with no debug flag. when i do an ldd on the executable i get the following: ldd ./vat libtk8.0.so.1 = /usr/lib/libtk8.0.so.1 (0x4000f000) libtcl8.0.so.1 = /usr/lib/libtcl8.0.so.1 (0x400af000)