Re: Weak Linking & using HiShape

2008-09-02 Thread Shawn Erickson
On Tue, Sep 2, 2008 at 8:38 AM, Eric Schlegel <[EMAIL PROTECTED]> wrote: > I believe the problem was also fixed in Xcode 3.1, so you might also be able > to install 3.1 and associated SDKs and link against the 10.5 SDK in that > release. It must be because our product isn't bitten by this issue a

Re: Weak Linking & using HiShape

2008-09-02 Thread Eric Schlegel
On Sep 2, 2008, at 5:06 AM, Pierre Guilluy wrote: After recompiling the libraries and minimal example using -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.4 the example works fine under 10.5 but running it under a 10.4 system comes with a dyld error dyld: lazy symbol bindin

Weak Linking & using HiShape

2008-09-02 Thread Pierre Guilluy
Hi there, We're trying to compile our application so that it can run under 10.5 & 10.4 using weak linking (this is required for us other libraries). Our software is based on wxWidget and so for the moment we're evaluating the possibility of running the minimal sample from wxWidget using weak link