[Xapian-tickets] [Xapian] #322: Bindings build problem on OS X

Xapian nobody at xapian.org
Thu Jan 8 13:04:38 GMT 2009


#322: Bindings build problem on OS X
-----------------------------+----------------------------------------------
 Reporter:  tommortimer      |       Owner:  olly     
     Type:  defect           |      Status:  new      
 Priority:  normal           |   Milestone:           
Component:  Xapian-bindings  |     Version:  SVN trunk
 Severity:  normal           |   Blockedby:           
 Platform:  Mac OS X         |    Blocking:           
-----------------------------+----------------------------------------------
 There seems to be a bug in the current libtool which omits xapian-
 core/.libs from the search path when linking the bindings (python anyway).
 If there is no libxapian in /usr/... it will fail with a missing image
 error, otherwise it will attempt to link against it, which is probably a
 bad thing.

 As a workaround, use DYLD_LIBRARY_PATH to force the linker, e.g.

 DYLD_LIBRARY_PATH=/Users/maky/src/xapian/xapian-core/.libs make

-- 
Ticket URL: <http://trac.xapian.org/ticket/322>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list