[fpc-pascal] Re: Inconsistency detected by ld.so

Seth Grover sethdgrover at gmail.com
Wed Dec 2 01:00:16 CET 2009


Interestingly:

$ ldd tw12704b
	linux-gate.so.1 =>  (0x00c69000)
	libtw12704a.so => ./libtw12704a.so (0x00701000)

However, if I add a unit that uses glibc (like the systemlog unit) I get:

$ ldd tw12704b
	linux-gate.so.1 =>  (0x00df6000)
	libtw12704a.so => ./libtw12704a.so (0x0080a000)
	libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x00c27000)
	/lib/ld-linux.so.2 (0x002c7000)

And I don't get the error when the program runs.

-SG

--
This email is fiction. Any resemblance to actual events
or persons living or dead is purely coincidental.

Seth Grover
sethdgrover[at]gmail[dot]com



More information about the fpc-pascal mailing list