This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
objc: Windows DLL's won't allow unresolved symbols
- To: <gcc at gcc dot gnu dot org>, <discuss-gnustep at gnu dot org>
- Subject: objc: Windows DLL's won't allow unresolved symbols
- From: "Michael Scheibler" <michael dot scheibler at onevision dot de>
- Date: Mon, 11 Jun 2001 12:37:23 +0200
- Organization: OneVision Software AG
Is there any possibility to tell gcc/ld to link a DLL which has unresolved
references to __objc_class symbols? I am using cygwin/mingw32. With
OpenStep's gcc/ld it was possible to do this. I know they have used a
patched version of gcc...
Michael