#26958: qscintilla: ld: library not found for -lqscintilla2 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: adfernandes@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: qscintilla -------------------------------------+-------------------------------------- After updating to qt4-mac @4.7.0_0, I now can't rebuild qscintilla: {{{ /usr/bin/g++-4.2 -headerpad_max_install_names -single_module -dynamiclib -o libqscintillaplugin.dylib qscintillaplugin.o moc_qscintillaplugin.o -L/opt/local/lib -lqscintilla2 -L/opt/local/lib -lQtDesigner -lQtScript -lQtXml -lQtGui -lQtCore ld: library not found for -lqscintilla2 collect2: ld returned 1 exit status make: *** [libqscintillaplugin.dylib] Error 1 }}} Mac OS X 10.6.4, x86_64. This was also [http://lists.macosforge.org/pipermail/macports- dev/2010-October/012988.html reported on the mailing list]. libqscintilla2.dylib is located in /opt/local/libexec/qt4-mac/lib but I don't see any "-L/opt/local/libexec/qt4-mac/lib" up there. -- Ticket URL: <https://trac.macports.org/ticket/26958> MacPorts <http://www.macports.org/> Ports system for Mac OS