Thank you, it compiles fine now. But when i try to execute it, i get the following error:
./tester/tester: error while loading shared libraries: libcalina.so.1: cannot open shared object file: No such file or directory
The lib is in
./bin/libcalina.so
./bin/libcalina.so.1
./bin/libcalina.so.1.0
./bin/libcalina.so.1.0.0
The exe file
./tester/tester
The same, if both the .so files and the tester (bin/exe) are in the same dir..
lld on the tester (exe) shows
linux-gate.so.1 => (0xffffe000)
libcalina.so.1 => not found
libQtXml.so.4 => /usr/lib/libQtXml.so.4 (0xb7f12000)
...
linux-gate.so.1 => (0xffffe000)
libcalina.so.1 => not found
libQtXml.so.4 => /usr/lib/libQtXml.so.4 (0xb7f12000)
...
To copy to clipboard, switch view to plain text mode
I know whats wrong, but i don't know, how to solve it..
Bookmarks