[fpc-pascal] How does FPC calculate linker search paths upon -XP?
Jonas Maebe
jonas.maebe at elis.ugent.be
Thu May 23 15:22:45 CEST 2013
On 23 May 2013, at 07:38, Bruce Tulloch wrote:
> despite the fact the ld.so configuration file:
>
> /usr/local/opt/chroot/raspbian/rootfs/etc/ld.so.conf.d/arm-linux-
> gnueabihf.conf
>
> specifies both paths as:
>
> # Multiarch support
> /lib/arm-linux-gnueabihf
> /usr/lib/arm-linux-gnueabihf
For the record: the compile-time linker only reads ld.so.conf when
compiling *natively*, not when cross-compiling. See the ld man page
and search for "ld.so.conf".
Jonas
More information about the fpc-pascal
mailing list