Qt3.3.8 using 32-bit linux in a 64-bit environment
Installation and Deployment
3
Posts
3
Posters
2.9k
Views
1
Watching
-
Hi, I would like to build from source Qtv3.3.8.
I have a SL Red Hat 64 bit machine, however I want to to install Qt using 32 bit.
How should I run ./configure considering the architecture that I want?
How do I call ../mkspecs/linuxg++-32?
Do I need to edit ../qmake/Makefile.unix (ie do I need to add -m32).
Thanks in advance.
fclopez
-
hi vinb,
I tried ./configure --platform=linux-g++-32 -thread -no-xft -qt-gif -no-exceptions and I have this problem with -lGL.
With --platform=linux-g++-32, it adds the option -m32 at compile time, in principle. However with the problem i cite above it searches for /usr/lib64/libGL.so while I would require that it reads the file in the path /usr/lib/libGL.so.
What more do i need to tweak?
fclopez