[fpc-devel] Running test suite linker error (mac)

Jonas Maebe jonas at freepascal.org
Sun Mar 24 15:24:45 CET 2019


On 24/03/2019 14:53, Ryan Joseph wrote:
> This same problem of the missing crt1.10.5.o file on macOS 10.14 is now affecting running the test suite. I have no idea what changed because this worked just a couple weeks ago.
> 
> When building with FPC now I need to include a search path with -Fl/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib but I’m not able to do this with the tests.
> 
> make full TEST_FPC=/Developer/ObjectivePascal/fpc-git/compiler/x86_64/pp OPT="-Fl/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib”

The options used by the test compiler come from TEST_OPT rather than 
from OPT


Jonas



More information about the fpc-devel mailing list