PDA

View Full Version : error: cannot find -lovlnxlib



Tondog
14th August 2009, 16:20
When I do a make, It comes the error: cannot find -libraryxy
But the library is in the Folder: /home/test/dev/test/EFT/EFT/

First i execute: linux-dui1:/home/test/dev/test/EFT/EFT # /usr/local/Trolltech/Qt-4.4.0/bin/qmake

then i execute: linux-dui1:/home/test/dev/test/EFT/EFT # make

I use SUSE Linux 11.1...i hope this is the right place to ask this question


What do I wrong?

Here the output:


linux-dui1:/home/test/dev/test/EFT/EFT # make
g++ -Wl,-rpath,/usr/local/Trolltech/Qt-4.4.0/lib -o EFT eft.o main.o moc_eft.o qrc_eft.o -L/usr/local/Trolltech/Qt-4.4.0/lib -L/home/test/dev/test/EFT/EFT/ -lovlnxlib -lQtGui -L/usr/local/Trolltech/Qt-4.4.0/lib -L/usr/X11R6/lib -lSM -lICE -lXi -lXrender -lXrandr -lfreetype -lfontconfig -lXext -lX11 -lQtCore -lz -lm -lrt -ldl -lpthread
/usr/lib/gcc/i586-suse-linux/4.3/../../../../i586-suse-linux/bin/ld: cannot find -lovlnxlib
collect2: ld returned 1 exit status
make: *** [EFT] Error 1



Thanks for help