[fpc-pascal] linker warning
ppadilcdx at gmail.com
ppadilcdx at gmail.com
Sat Oct 19 03:44:32 CEST 2024
An FYI for the compiler team I suppose. I got the following warning:
Free Pascal Compiler version 3.2.2 [2023/09/18] for aarch64
Copyright (c) 1993-2021 by Florian Klaempfl and others
Target OS: Darwin for AArch64
Compiling test.pp
Assembling test
Linking test
ld: warning: -multiply_defined is obsolete
-macosx_version_min has been renamed to -macos_version_min
Was compiling a very simple program that doesn’t use this function so
I presume is some old definition on a linker script, but I’m guessing.
Regards,
Pete
More information about the fpc-pascal
mailing list