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: Sun, 11 May 2003 20:56:46 -0600


On Sunday, May 11, 2003, at 10:00 AM, Stefan Urbanek wrote:

On 2003-05-11 17:26:29 +0200 S.J.Chun <chunsj@embian.com> wrote:

I've tested :-)
Several problems newly occurred!!
1. Languages/Smalltalk, NSString+additions.m not found but included in the GNUmakefile

Fixed.

2. Languages/Smalltalk itself needs libStepTalk but this requirement is not correctly specified in the GNUmakefile, so in the process of linking, it failed (like I've stated in the previous mail). To build, I've added Smalltalk_BUNDLE_LIBS = -L../../Source/shared_obj -lStepTalk
     to the GNUmakefile. I'm not sure this is correct way

Hm, the dependency is not specified at all. If I run objdump on Smalltalk executable, the only required library is:
 NEEDED      libc.so.6



That's because on Windows, all external dependancies need to be resolved at link time (including class symbols). Not just for the executable you are linking, but also for the libs that your executable depends on, and so forth and so on...





reply via email to

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