[fpc-pascal] Freepascal on OSX 10.9 Mavericks $LINKLIB gcc broken

Jonas Maebe jonas.maebe at elis.ugent.be
Mon Mar 10 08:18:01 CET 2014


On 10 Mar 2014, at 05:15, md at rpzdesign.com wrote:

> After diving deeply into the dependency tree,
> 
> there are 2 libraries that are involved in this particular problem:
> 
> /usr/lib/libSystem.B.dylib
> /usr/lib/libgcc_s.1.dylib
> 
> But I cannot figure out yet how to call up the libgcc_s.1.dylib

Since the library is called libgcc_s, use {$linklib gcc_s}. You don't have to (and shouldn't) explicitly link in libSystem, that's already done by the compiler.


Jonas


More information about the fpc-pascal mailing list