I try compile qt 5.4 from sources. But I get this error:
Precompiled-headers support enabled.
/usr/bin/g++ -c -fvisibility=hidden fvisibility.c
Symbol visibility control enabled.
/usr/bin/g++ -o libtest.so -shared -Wl,-Bsymbolic-functions -fPIC bsymbolic_functions.c
bsymbolic_functions.c:2:2: error: #error “Symbolic function binding on this architecture may be broken, disabling it (see QTBUG-36129).”
Symbolic function binding disabled.
-reduce-relocations was requested but this compiler does not support it
Re-run configure with -v for more information
When I run that again with parameter -v i get this:
msbuild_objectmodel.o: tiedostoa ei ole tunnistettu: Tiedosto typistetty
collect2: ld returned 1 exit status
Makefile:141: recipe for target ‘/home/pi/opt/qt5/qtbase/bin/qmake’ failed
make: *** [/home/pi/opt/qt5/qtbase/bin/qmake] Error 1
What I must to do to fix this issue?
Regards, Niko
↧