[fpc-devel] Issue with Compiling FPC and MacOS Big Sur
Jonas Maebe
jonas at freepascal.org
Sun Nov 15 15:40:06 CET 2020
On 15/11/2020 15:19, Karoly Balogh (Charlie/SGR) via fpc-devel wrote:
>
> Yes, I already had to dothis in my build scripts on Mojave. I defined an
> "FIXMOJAVE" environment var, which contains that -XR/Library/... path you
> wrote above, and in all my build scripts I just do:
>
> make OS_TARGET=foo CPU_TARGET=bar OPT="-other -args $FIXMOJAVE" CROSSOPT=...
I also have macOS 10.14 (Mojave) and I don't need to specify any special
options when building FPC. All libraries and object files are still
available under /usr there, so I have no idea why it would be necessary
in your case.
Jonas
More information about the fpc-devel
mailing list