Hi all,
i downloaded the linux version of Dev-c++ (Dev-C++ 0.7.0 for Linux - Sources). When i launch the install script, it's all ok, but when i try to invoke the program devcpp, i read
"error while loading shared libraries: libqt.so.2: cannot open shared object file: No such file or directory". But the library libqt.so.2 exists on my linuxbox in /usr/local/lib/qt2/lib/ as a symbolic link to libqt.so.2.3.0 . What can i do to work with this program?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
i downloaded the linux version of Dev-c++ (Dev-C++ 0.7.0 for Linux - Sources). When i launch the install script, it's all ok, but when i try to invoke the program devcpp, i read
"error while loading shared libraries: libqt.so.2: cannot open shared object file: No such file or directory". But the library libqt.so.2 exists on my linuxbox in /usr/local/lib/qt2/lib/ as a symbolic link to libqt.so.2.3.0 . What can i do to work with this program?
The Linux version of Dev was abandoned long ago.
Wayne