[fpc-devel] assumed bug in the RTL with ARM v5 regarding loadingdynamic libraries

Sven Barth pascaldragon at googlemail.com
Wed Jan 23 11:12:21 CET 2013


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



More information about the fpc-devel mailing list