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