On 13/12/10 14:33, Alexander Hansen wrote:
[]
> The really strange part is that /sw/lib/qt4-mac/lib/libQtCLucene.4.dylib
> is part of qt4-mac-* itself.  I'll see if I can reproduce this on
> 10.4/powerpc.

It only looks strange. The dylib is built with an install_name of 
/sw/lib/qt4-mac/lib/libQtCLucene.4.dylib, but there is a 
libQtCLucene.dylib symlink in 
/sw/src/fink.build/qt4-mac-4.6.3-2/qt-kde-qt-mac/lib that points to the 
newly-built dylib. And this is normally picked up by the linker with the 
sequence

  -L/sw/src/fink.build/qt4-mac-4.6.3-2/qt-kde-qt-mac/lib
  -lQtCLucene

Only when the -lQtCLucene is missing will the QtHelp library that is 
also on the linker line try to pull in (or at least complain about the 
absence of) the libQtCLucene.4.dylib it was itself linked with, and then 
it looks in /sw/lib/qt4-mac/lib.

I haven't yet been able to reproduce the error.

-- 
Martin






------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to