Le 07/06/2012 11:58, Stephan Witt a écrit :
When using a library from /opt/local/lib, e.g. QtCore, you are forced to use
the libs used when building QtCore.
If QtCore was build with libiconv from /opt/local/bin you have to use this one
when linking LyX.
But the linker does the implicit lookup only for libraries in /usr/lib.
BTW, the resulting LyX (using macports) does not work on a system without
macports.
Is there some pkgconfig (*.pc) information in these macports builds? In
this case, the Qt detection code should be able to know what libraries
to link against.
JMarc