Hi all,

The first time I ran gmake on YDL 4.0.1, I found this error:
mv -f libQtCore.so.4.2.3 libQtCore.so libQtCore.so.4 libQtCore.so.4.2 ../../lib/
(test -z "../../lib/" || cd "../../lib/" ; targ=`basename libQtCore.so.4.2.3`; objcopy --only-keep-debug "$targ" "$targ.debug" && objcopy --strip-debug "$targ" && objcopy --add-gnu-debuglink="$targ.debug" "$targ" && chmod -x "$targ.debug" ) ;
objcopy: libQtCore.so.4.2.3.debug: File truncated
gmake[2]: *** [../../lib/libQtCore.so.4.2.3] Error 1
gmake[2]: Leaving directory `/tmp/qt-x11-opensource-src-4.2.3/src/corelib'
gmake[1]: *** [sub-corelib-make_default] Error 2
gmake[1]: Leaving directory `/tmp/qt-x11-opensource-src-4.2.3/src'
gmake: *** [sub-src-make_default-ordered] Error 2

I tried again and got:
mv -f libQtXml.so.4.2.3 libQtXml.so libQtXml.so.4 libQtXml.so.4.2 ../../lib/
(test -z "../../lib/" || cd "../../lib/" ; targ=`basename libQtXml.so.4.2.3`; objcopy --only-keep-debug "$targ" "$targ.debug" && objcopy --strip-debug "$targ" && objcopy --add-gnu-debuglink="$targ.debug" "$targ" && chmod -x "$targ.debug" ) ;
objcopy: libQtXml.so.4.2.3.debug: File truncated
gmake[2]: *** [../../lib/libQtXml.so.4.2.3] Error 1
gmake[2]: Leaving directory `/tmp/qt-x11-opensource-src-4.2.3/src/xml'
gmake[1]: *** [sub-xml-make_default] Error 2
gmake[1]: Leaving directory `/tmp/qt-x11-opensource-src-4.2.3/src'
gmake: *** [sub-src-make_default-ordered] Error 2

I'm wondering details about about objdump, and objcopy, as well as the libQTCore. Any ideas would be welcome.

Regards,
Milonguero