discuss-gnustep
[Top][All Lists]
Advanced

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

Re: [Q] StepTalk Build on Windows OS


From: Adam Fedor
Subject: Re: [Q] StepTalk Build on Windows OS
Date: Thu, 8 May 2003 14:25:05 -0600


On Wednesday, May 7, 2003, at 10:21 PM, S.J.Chun wrote:

create def and copy it to the required location. But here comes another problem, this time libStepTalk making process says it cannot find required symbols like objc_msg_lookup and NSObject like things. I think library making process in Windows requires link process with libgnustep-base and libobjc. How can I modify GNUmakfile to link against these libs?


You need to add something like this to the GNUmakefile.preamble or GNUmakefile

ifeq ($(GNUSTEP_TARGET_OS),mingw32)
libStepTalk_LIBRARIES_DEPEND_UPON += -lgnustep-base -lobjc
endif





reply via email to

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