[fpc-devel] Running test suite linker error (mac)
Ryan Joseph
ryan at thealchemistguild.com
Sun Mar 24 14:53:06 CET 2019
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”
[…]
/Developer/ObjectivePascal/fpc-git/compiler/x86_64/pp fpmake.pp -n -Fu../packages/fpmkunit/units_bs/x86_64-darwin -Fu../rtl/units/x86_64-darwin -Fd -n
ld: file not found: /usr/lib/crt1.10.5.o
Regards,
Ryan Joseph
More information about the fpc-devel
mailing list