--- Begin Message ---
Subject: |
Re: [Demexp-dev] OS X demexp compilation |
Date: |
Sun, 14 Aug 2005 19:44:38 +0200 |
User-agent: |
Mozilla Thunderbird 1.0.6 (Macintosh/20050716) |
David MENTRE a écrit :
> Hello FX,
>
Hi David,
> Could you write a small doc on the way you successfully compiled demexp
> on MacOS X? You can put it on your web page or on the page on the demexp
> wiki.
>
> In the same way, do you plan to provide MacOS X binaries?
>
>
I've took some notes, I'll write complete Install notes for OSX.
Concerning binaries I can provide its but I don't have any web site yet ...
> Is this issue appearing when compiling srv/demexp-server.static?
Yes, changing static option by dynamic one solve the problem.
> Thisbinary is probably of no use except for myself[1]. I should probably
> remove it from default: target, and maybe the all: one.
>
>
But I think that this linking issue(actually it's the policy of Apple)
is generic on OSX, libraries have to be linked dynamically. It's
possible to make static linking but with special versions of libraries,
which are not provided by Apple in OSX.
Here is an example : http://developer.apple.com/qa/qa2001/qa1118.html
>
> Yours,
> d.
FX
--- End Message ---