But will this be enough? GNUstep needs its own implementation, but when
I link an application with objc.dll and GNUstep, won't it be using
objc's NXConstantString?

Michael

Adam Fedor wrote:
> 
> Michael Scheibler wrote:
> >
> > In libobjc's makefile the file NXConstStr is commented out, because
> > gnustep-base provides its own implementation. But when make tries to
> > link libobjc as a DLL, it reports that there is an undefined reference
> > to NXConstantString - which is true, because there is no implementation
> > available.
> >
> > Michael
> 
> Adding:
> 
> ifeq ($(GNUSTEP_TARGET_OS), mingw32)
>   libobjc_OBJC_FILES += NXConstStr.m
> endif
> 
> seems to work fine.  I'll fix that and put out a new version soon.
> 
> --
> Adam Fedor, Digital Optics            | Fudd's law of opposition: Push
> [EMAIL PROTECTED]  http://www.doc.com     | something hard enough, and it
> [EMAIL PROTECTED]  http://www.gnustep.org | will fall over.

_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to