Use Solaris studio 12.3 in Redhat
-
The newest one, probably (4.8.2)? I don't use RedHat, but I think they should have something in the repo. I don't use Solaris Studio, either, so I don't even quite understand your problem here. You can install Qt globally and then any compiler/ linker/ IDE should pick it up without problems, just as any other lib.
-
Hi,
After I’ve extracted the download, I got this
qt-everywhere-opensource-src-4.8.2how to make use of libraries of that, as when I tired to put this in my app
#include <QDialog>I’ve got this.
"main.cpp", line 10: Error: Could not open include file<QDialog>.Many Thanks & Best Regards,
HuaMin -
Mate, please use documentation and Google before posting. Also, or rather first, take a look at readme files inside the package you have downloaded.
You need to configure, compile and then install the libraries, before they are ready to use. That is why installing the SDK is a bit easier. You might need to update your PATH, too, so that your build chain is able to see the headers and libs.
-
Set it to executable and simply run. In terminal, this would look like this:
@
chmod +x QtSdk-offline-linux-x86-v1.2.1.run
./QtSdk-offline-linux-x86-v1.2.1.run
@ -
Sorry I do get this
[root@hpi5 ~]# chmod +x QtSdk-offline-linux-x86-v1.2.1.run
[root@hpi5 ~]# ./QtSdk-offline-linux-x86-v1.2.1.run
./QtSdk-offline-linux-x86-v1.2.1.run: /usr/lib/libstdc++.so.6: versionGLIBCXX_3.4.9' not found (required by ./QtSdk-offline-linux-x86-v1.2.1.run) ./QtSdk-offline-linux-x86-v1.2.1.run: /usr/lib/libstdc++.so.6: version
GLIBCXX_3.4.11' not found (required by ./QtSdk-offline-linux-x86-v1.2.1.run)
./QtSdk-offline-linux-x86-v1.2.1.run: /lib/libc.so.6: versionGLIBC_2.9' not found (required by ./QtSdk-offline-linux-x86-v1.2.1.run) ./QtSdk-offline-linux-x86-v1.2.1.run: /lib/libc.so.6: version
GLIBC_2.10' not found (required by ./QtSdk-offline-linux-x86-v1.2.1.run)
./QtSdk-offline-linux-x86-v1.2.1.run: /lib/libc.so.6: versionGLIBC_2.11' not found (required by ./QtSdk-offline-linux-x86-v1.2.1.run) ./QtSdk-offline-linux-x86-v1.2.1.run: /lib/libc.so.6: version
GLIBC_2.7' not found (required by ./QtSdk-offline-linux-x86-v1.2.1.run)
[root@hpi5 ~]# -
Install or update glibc. You have to take care of dependencies.
-
Good day Sierdzio,
After I’ve set up glibc, like these
[root@hpi5 ~]# yum install glibc*
Loaded plugins: rhnplugin, security
This system is not registered with ULN.
ULN support will be disabled.
Setting up Install Process
Package glibc-devel-2.5-81.el5_8.2.i386 already installed and latest version
Package glibc-2.5-81.el5_8.2.i686 already installed and latest version
Package glibc-headers-2.5-81.el5_8.2.i386 already installed and latest version
Package glibc-utils-2.5-81.el5_8.2.i386 already installed and latest version
Package glibc-common-2.5-81.el5_8.2.i386 already installed and latest version
Nothing to do
[root@hpi5 ~]#Why do I still get these?
[root@hpi5 ~]# chmod +x QtSdk-offline-linux-x86-v1.2.1.run
[root@hpi5 ~]# ./QtSdk-offline-linux-x86-v1.2.1.run
./QtSdk-offline-linux-x86-v1.2.1.run: /usr/lib/libstdc++.so.6: versionGLIBCXX_3.4.9' not found (required by ./QtSdk-offline-linux-x86-v1.2.1.run) ./QtSdk-offline-linux-x86-v1.2.1.run: /usr/lib/libstdc++.so.6: version
GLIBCXX_3.4.11' not found (required by ./QtSdk-offline-linux-x86-v1.2.1.run)
./QtSdk-offline-linux-x86-v1.2.1.run: /lib/i686/nosegneg/libc.so.6: versionGLIBC_2.9' not found (required by ./QtSdk-offline-linux-x86-v1.2.1.run) ./QtSdk-offline-linux-x86-v1.2.1.run: /lib/i686/nosegneg/libc.so.6: version
GLIBC_2.10' not found (required by ./QtSdk-offline-linux-x86-v1.2.1.run)
./QtSdk-offline-linux-x86-v1.2.1.run: /lib/i686/nosegneg/libc.so.6: versionGLIBC_2.11' not found (required by ./QtSdk-offline-linux-x86-v1.2.1.run) ./QtSdk-offline-linux-x86-v1.2.1.run: /lib/i686/nosegneg/libc.so.6: version
GLIBC_2.7' not found (required by ./QtSdk-offline-linux-x86-v1.2.1.run)
[root@hpi5 ~]#Many Thanks & Best Regards,
HuaMin -
Sorry, no clue. I am on Kubuntu and here everything works fine.