I have seen that it is possible but not easy to configure cross-compiling with Free Pascal, as there have to be libraries of the target OS on the system.
But I only need a quick syntax-check to verify that the project can be compiled, linking an executable is not required.
So: are there compiler options which I can use to do a cross-platform test compile (only) with Free Pascal?
In my case, before checking in the project in source control, I would like to verify on a Windows workstation if the compiler can compile for a Linux or OSX target.