[Xapian-devel] Re: xapian-bindings for python doesn't compile on OSXTiger

Olly Betts olly at survex.com
Tue Aug 16 20:40:22 BST 2005


On Mon, Aug 01, 2005 at 11:07:36AM +0000, Valentino Volonghi aka Dialtone wrote:
> I solved it by adding
> 
> -undefined dynamic_lookup 
> 
> to the module_cmds_CXX variable in the main configure script in
> xapian-bindings.
> Everything works perfectly.

After some investigation, it seems libtool should take care of this
automatically when -module is specified (as it is here), though you
probably need to set MACOSX_DEPLOYMENT_TARGET in the environment to
10.3 or greater if it's not already set, like so:

MACOSX_DEPLOYMENT_TARGET=10.3 make

Cheers,
    Olly




More information about the Xapian-devel mailing list