PDA

View Full Version : problem aboout install qt/e 3.3.4



cti1912
12th October 2006, 10:28
I use these tools
fedora 3 kernel 2.6.9-1.667
tmake-2.12
qt-embedded-free- 3.3.4
qt-x11-free-3.3.5
arm-linux-gcc-3.4
arm-elf-gcc-3.2.1

then

export TMAKEDIR=/home/client/tmake-2.12
export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++
export PATH=$TMAKEDIR/bin:$PATH
export TMAKEPATH PATH

export QT2DIR=/home/client/qt-x11-free-3.3.5
export QTDIR=QT2DIR

export QTDIR=/home/client/qt-3.3.4
export PATH=$QTDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export QTDIR PATH LD_LIBRARY_PATH
arm-linux-gcc and arm-elf-gcc path have set

cp /usr/include/fenv.h /home/client/qt-3.3.4/include

cd /home/client/qt-3.3.4

./configure -embedded arm -shared -no-cups -no-ipv6 -no-gfx-qvfb -qconfig

make

arm-linux-g++ -W1, -rpath /lib -o t1.obj/release-shared-emb-arm/main.o
-L/home/qt3.3.5/lib -lqte -ldl
/home/client/qt-3.3.5/lib/libqte.so: undefined reference to `fesetenv'
/home/client/qt-3.3.5/lib/libqte.so: undefined reference to `feholdexcept'
collect2: ld returned 1 exit status
make[3]: *** [../../bin/assistant] wrong 1
make[3]: Leaving directory `/home/client/qt-3.3.5/tools/assistant'
make[2]: *** [sub-assistant] wrong 2
make[2]: Leaving directory `/home/client/qt-3.3.5/tools'
make[1]: *** [sub-tools] wrong 2
make[1]: Leaving directory `/home/client/qt-3.3.5'
make: *** [init] wrong 2

please help me thanks