Am 23.01.2013 10:50, schrieb Michael Schnell:
That's why you have such linker errors. Probably the linker is unable
to find libdl.so but finds only libdl.a
I can't believe that the linker should automatically search for
potentially usable dynamic libraries: in fact it does not know on
which machine the program is supposed to run.
That's normal on ELF based systems: all libraries need to be known at
link time (at least as long as you don't load them dynamically at runtime).
Regards,
Sven
_______________________________________________
fpc-devel maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel