I was trying to recompile qbedic (zbedic seems to be tied up with qtopia). Have to include the source of libbedic to make qbedic. Make went on fine until being stopped by this libstdcc++ error:
/opt/native/arm/3.3.2-xscale-softvfp/lib/gcc-lib/armv5tel-cacko-linux/3.3.2/../../../../armv5tel-cacko-linux/bin/ld:
warning: libstdc++.so.5, needed by /usr/local/qt/lib/libqt-mt.so, may conflict
with libstdc++.so.6
qbedic.o(.text+0xbc14): In function `QBEDic::loadDictionaries(QStringList&)':
: undefined reference to `Dictionary::create(char const*, bool)'
collect2: ld returned 1 exit status
make: *** [qbedic-0.9.1] Error 1
I tried to rename libstdc++.6.0.3 and libstdc++.6 and kept libstdcc++.5 and libstdcc++.5.0.7 there. Got another error saying cannot find -ldstdc (something like that, forgot to copied this down).