I recently upgraded from 3.8 to 4.3 (or 4.2, I forget). When I tried to build I got what amount to undefined symbols. Investigating, I discovered my qt_prefix was still set to the old directory which was causing QTDIR and some other stuff also to be set wrong.

Digging deeper, I found that usr/lib/pkgconfig/qt-mc.pc still has the old values.

Shouldn't that have changed? I could very easily patch that file, but I have a feeling I am missing a step somewhere ...

Anyone know what I did wrong?

BTW When I did 'make install' I did it once w/out root privs, got an error, and su'd it the second time ... maybe that was it ...

Thanks loads trolls

Eric