GCC-Handbuch sagt:
file.m
Objective-C source code. Note that you must link with the
libobjc
library yo make an Objective-C program work.
Und:
-lobjc
You need this special case of the
-l
option in order to link an
Objective-C or Objective-C++ program.
Ich kann jedoch erfolgreich ein Programm mit einfach zusammenstellen:
%Vor%Ist es ein Linker-Standard, wenn Sie ein Framework einschließen? Wenn ja, wo ist es? dokumentiert? Das Programm wird trotzdem verknüpft:
%Vor%Tags und Links compilation objective-c gcc macos linker