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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to