This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: objc: Windows DLL's won't allow unresolved symbols



I found no way of having ld link an Objective-C executable with undefined
references to objc class symbols on Win32 (mingw, and I think cygwin, too).
For Objective-C it's absolutely necessary, because of the late binding
capabilities of this programming language. It's not possible to use
GNUstep's bundle architecture because you have to link statically, at least
with an import library which connects to the proper DLL.
ld needs an option to just warn the user if an undefined reference to an
ObjectiveC class symbol is found.

Michael


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]