When I try to build only the pdftex and pdfetex binaries by "make pdftexbin" in texk/web2c/, broken binaries are built (Linux, gcc 2.95.4):
$ ./pdftex bash: ./pdftex: No such file or directory This seems to be caused by the "-static" switch for klibtool. If I try make pdftex && strip ./pdftex make pdfetex && strip ./pdfetex everything works fine. Is there anything broken with the pdftexbin target, or is this a configuration problem? BTW, the good news: "make world" in teTeX-src-2.0-rc1/ works without problems! Olaf