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: Stefan Urbanek
Subject: Re: [Q] StepTalk Build on Windows OS
Date: Sat, 10 May 2003 14:03:12 +0200

On 2003-05-08 22:25:05 +0200 Adam Fedor <fedor@doc.com> wrote:


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


Fixed on CVS. Can someone test it, please?

Thanks,

Stefan





reply via email to

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