bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: install make, libobjc, base on cygwin/mingw32


From: Adam Fedor
Subject: Re: install make, libobjc, base on cygwin/mingw32
Date: Fri, 16 Feb 2001 10:21:29 -0700

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
fedor@doc.com  http://www.doc.com     | something hard enough, and it 
fedor@gnu.org  http://www.gnustep.org | will fall over.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]