I wrote an example program using objc and a highliy modified
gnustep-base 0.6.5, both linked as dll.
gcc got the options -lgnustep-base -lobjc for load-time linking of the
necessary shared libraries.

The result is:

error: NXConstantString (instance)
NXConstantString does not recognize copyWithZone:

abnormal program termination

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