ts1.4 compiled after the installation of the directory:/share/tslib (file system root directory)
./configure--prefix=/share/tslib--host=arm-linux ac_cv_func_malloc_0_nonnull=yes--enable-inputapi=yes
Make
Make Install
QTE3.3.8 Configuration:
Setting Environment Variables
Export Qtdir=/root/build_qt/qte
Export ld_library_path= $QTDIR/lib: $LD _library_path
export Path=/usr/local/arm/4.1.2/bin: $QTDIR/bin: $PATH
./configure-qt-libjpeg-qt-gif-qt-libpng-system-libjpeg-qt-libmng-qt-imgfmt-jpeg-embedded ARM-THREAD-NO-CU Ps-no-stl-no-mouse-pc-no-mouse-yope-no-mouse-bus-no-mouse-vr41xx-qt-mouse-tslib-i/share/tslib/include-l/share/ Tslib/lib-lts-qconfig local-depths 4,8,16,32-qvfb
Here's the problem:
/usr/bin/ld:skipping incompatible/share/tslib/lib/libts.so when searching for-lts
/usr/bin/ld:cannot find-lts
collect2:ld return 1
make[2]: * * * [.. /.. /BIN/MOC] Error 1
make[2]: Leaving directory '/root/build_qt/qte/src/moc '
make[1]: * * [SRC-MOC] Error 2
make[1]: Leaving directory '/root/build_qt/qte '
Make : * * * [init] Error 2
Description no MOC command in bin/, copy/usr/lib/qt-3.3/bin/moc to/bin in your config file again until error is no longer prompted
This article is from the "Little Mars Blog" blog, please be sure to keep this source http://510909959.blog.51cto.com/9448632/1647259
About QTE3.3.8 configuration problems and problems