discuss-gnustep
[Top][All Lists]
Advanced

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

error in current gnustep-make package...


From: Sungjin Chun
Subject: error in current gnustep-make package...
Date: Fri, 19 Jan 2001 17:19:34 +0900

Hi,

In current CVS, the make package find libobjc in the .../Libraries/... and
I have shared version of libobjc in this directory. The shared version of
libobjc
has no NXConstantString class and configure failed in +load test because it
cannot build test program. If I include NXC...String in the shared version
of
libobjc then every program emits error "NXConstantString does not recognize
description" and is I think, because when linking, Object->NXConstantString
is
linked instead of NSString->NXConstantString. Any suggestion ? Should I have
to use static version of libobjc ?

Thanks in advance.




reply via email to

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