Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Title sez it all. g++ not finding some libs
Thanks; Bill
Hi, I use this for qmake:
QMAKE_LFLAGS += -Wl,-rpath,"'\$$ORIGIN'"
as an alternative this might work: `` QMAKE_RPATHDIR += .
THANKS!
QMAKE_LFLAGS += -Wl,-rpath-link,<directory containing undetected libs> in qmake.conf did it.
Now past configure... stay tuned for more new to qt5 (aarch64, amlogic S912) questions.
Regards; Bill