> Unfortunately, I now get
>
> ld: unknown option: -macos_version_min
>
> when building fpc from trunk on Mac OS 10.14.
FPC should use one or the other based on the version of macOS or Xcode that
you’re compiling on, not the minimum version you’re targeting.
—
Zoë Peterson
Scooter Software___
> I would personally call that unusual at best
What do you two expect this construct to do that you think the current behavior
is wrong? It’sobviously correct and expected to me as a fundamental part of
Object Pascal’s polymorphism. Constructing an object from a class reference is
the entire