when i create a QT app with qt-3.3.4-r2 using qglwidget and build it in my 32bit chroot it runs fine in the 32bit chroot, but gives the following error under 64bit (with emul-linux-x86-qtlibs-1.1) $ ./32test Unable to resolve Xmu symbols - please check your Xmu library installation. Reproducible: Always Steps to Reproduce: 1. emerge qt-3.3.4-r2 in 64bit and 32bit enivironment 2. emerge emul-linux-x86-qtlibs-1.1 in 64bit env 3. use designer to create a qt project with a QGLWidget in it 4. build project in 32bit environment 5. run project in 64bit environment Actual Results: $ ./32test Unable to resolve Xmu symbols - please check your Xmu library installation. Expected Results: run normally ;]
reverting to 3.3.3-r1 solves this problem
hrm, this bug is quite old... did you try emul-linux-x86-qtlibs-2.1.1?
no response for 2 months, assuming the bug has gone with the newer version