I am running Ventura 13.7.2 on a MacBook Pro M1 Max (2021), and starting with FPC/Lazarus.
After compiling/installing stable/stable with fpcupdeluxe on my Mac M1, resulting in FPC3.2.2 with Lazarus3.6,
I tried to compile the classic simple HelloWorld program.
The compilation gets aborted with the following errors:
Warning: ld: warning: -multiply_defined is obsolete
Error: -macosx_version_min has been renamed to -macos_version_min
Is there a parameter I should have changed in fpcupdeluxe?
Is this due to MacOS Ventura?