c++ - cannot find -lqwtE -
c++ - cannot find -lqwtE -
i succesfully
compiled qt 4.8.6 using arm-linux-gnueabihf- compiled qwt 6.0.0 except qwtsvg, qwtdesigner, qwtmath, qwtexamples and copied qwt-bin (compiled path of qwt) features qt features directory.after those, tried compile project, got error "cannot find -lqwte". dont understand why got error, paths correct, didnt error when i'm compiling in target machine.
output of project compile:
arm-linux-gnueabihf-g++ -wl,-o1 -wl,-rpath,/opt/qt-arm/lib -o p main.o #object files removed me# -l/opt/qt-arm/lib -lqtserialporte -l/opt/projects/p/trunk/qwt-bin/lib -lqwte -lqtdeclarativee -l/opt/qt-arm/lib -lqtscripte -lqtsqle -lqtguie -lqtnetworke -lqtcoree -lpthread /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/../../../../arm-linux-gnueabihf/bin/ld: cannot find -lqwte collect2: error: ld returned 1 exit status make: *** [p] error 1
any help appreciated! m.
e tag added qt cause compiled embedded. libraries have e tag. qwt 3rd party library , cant resolve that. so, removed e tag project's makefile , problem solved.
thanks interests
c++ qt qwt qt4.8
Comments
Post a Comment