Re: [Interest] Error: /opt/qt-5.5.0/lib/libQt5*: undefined reference

2016-03-08 Thread Thiago Macieira
On terça-feira, 8 de março de 2016 21:50:05 PST Nilesh Kokane wrote: > > The order of the paths in -rpath-link is wrong. You need the one with the > > most recent libraries to show up first. > > env PATH didn't help to change the -rpath-link sequence /usr still > precedes /opt. PATH doesn't affe

Re: [Interest] Error: /opt/qt-5.5.0/lib/libQt5*: undefined reference

2016-03-08 Thread Nilesh Kokane
On Mon, Mar 7, 2016 at 11:07 PM, Thiago Macieira wrote: > You probably have /usr/lib/libQt5Gui.so.5 (or another default libdir), > correct? It's conflicting. I have /usr/lib/libQt5Gui.so.5 conflicting /opt/qt-5.5.0/lib/libQt5Gui.so.5.This continues for all the other libraries. > The order of th

Re: [Interest] Error: /opt/qt-5.5.0/lib/libQt5*: undefined reference

2016-03-07 Thread Thiago Macieira
Em segunda-feira, 7 de março de 2016, às 21:23:11 PST, Nilesh Kokane escreveu: > While building application against Qt-5.5.0 throws the following error: > > $make > /opt/qt-5.5.0/lib/libQt5Widgets.so.5: undefined reference to > `QOpenGLExtensions::flushShared()' You probably have /usr/lib/libQt5G

[Interest] Error: /opt/qt-5.5.0/lib/libQt5*: undefined reference

2016-03-07 Thread Nilesh Kokane
While building application against Qt-5.5.0 throws the following error: $make /opt/qt-5.5.0/lib/libQt5Widgets.so.5: undefined reference to `QOpenGLExtensions::flushShared()' /opt/qt-5.5.0/lib/libQt5Widgets.so.5: undefined reference to `QFontDatabase::isPrivateFamily(QString const&) const' [snip]