After updateing my CVS tree I run my normal compile batch

#make -f Makefile.dist
#./configure

After the configure is where I am running into problems with the new CVS.
*
checking for Qt... yes
>> Found version.: 2.3.2
>>> Headers........: /opt/qt-gcc3-2.3.2/include/
>>>> Libraries......: /opt/qt-gcc3-2.3.2/lib/
>>>>> Workable..: -*{YES}*-
checking for QT MOC... configure: error: No working Qt meta object compiler (moc) found!

Configure was ubable to locate a moc binary anywhere on your system!

If you have a working moc binary, please set the enviroment veriable MOC to point to the location of your moc binary and run configure over.

As a last resort, it make be possible to eliminate this error by typeing:
export MOC='updatedb && locate moc | grep bin/moc' (with the 's)
****

No luck - I even run the "last resort" method and it finds the moc at /opt/qt-gcc3-2.3.2/bin/moc

Any ideas on how to fix this problem or reinstall qt's to fix this