> here is my process of how to building new version of pdftex: > > * tar xjvf ../pdftex-1.40.0-beta-20060906.tar.bz2 > * cd pdftex-1.40.0-beta-20060906 > * patch -p0 -u < ~/patch/patch-pdftex > * ./build.sh > * mv /usr/bin/pdfetex /usr/bin/pdfetex-ori > * cp build/texk/web2c/pdftex /usr/bin/pdfetex > * cp build/texk/web2c/pdftosrc /usr/bin/ > * cp build/texk/web2c/ttf2afm /usr/bin/ > * mv /usr/share/texmf/web2c/pdfetex.pool > /usr/share/texmf/web2c/pdfetex.pool-ori > * cp build/texk/web2c/pdftex.pool /usr/share/texmf/web2c/ > * cp build/texk/web2c/pdftex.pool /usr/share/texmf/web2c/pdfetex.pool > * fmtutil-sys --all >
> diff -Nru src/configure ../pdftex-1.40.0-beta-20060906.old/src/configure > --- src/configure 2006-07-27 03:55:08.000000000 +0800 > +++ ../pdftex-1.40.0-beta-20060906.old/src/configure 2006-09-17 > 21:10:40.000000000 +0800 > @@ -9,11 +9,11 @@ > > # Defaults: > ac_help= > -ac_default_prefix=/usr/local > +ac_default_prefix=$HOME > # Any additions from configure.in: > ac_help="$ac_help > --with-x use the X Window System" > -ac_default_prefix=/usr/local/teTeX > +ac_default_prefix=$HOME > ac_help="$ac_help > --enable-multiplatform put executables in bin/PLATFORM" > ac_help="$ac_help > _______________________________________________ > Cjk maillist - [email protected] > http://lists.ffii.org/mailman/listinfo/cjk Dear Jeff, I've try to install the pdftex-1.40.0-beta-20060906 according to you advice,but I can't do it successfully. To get the detailed install messages, I use the command: sh -xv ./build.sh. The output of the sh -xv ./build.sh are as follows: ****************************************************** [EMAIL PROTECTED]:~/Desktop/pdftex-1.40.0-beta-20060906$ sh -xv ./build.sh #! /bin/sh # builds new pdftex binaries # try to find gnu make; we need it if make -v 2>&1| grep -q "GNU Make" then MAKE=make; echo "Your make is a GNU-make; I will use that" elif gmake -v >/dev/null 2>&1 then MAKE=gmake; echo "You have a GNU-make installed as gmake; I will use that" else MAKE=make echo "I can't find a GNU-make; I'll try to use make and hope that works." echo "If it doesn't, please install GNU-make." fi + make -v + grep -q 'GNU Make' + MAKE=make + echo 'Your make is a GNU-make; I will use that' Your make is a GNU-make; I will use that # STRIP=strip + STRIP=strip # this deletes all previous builds. # comment out the rm and mkdir if you want to keep them (and uncomment and # change the $MAKE distclean below) rm -rf build mkdir build + mkdir build cd build ./build.sh: line 24: cd: build: The file or directory doesn't exist. # clean up (uncomment the next line if you have commented out the rm and # mkdir above) # $MAKE distclean; # do a configure without all the things we don't need echo "ignore warnings and errors about the main texmf tree" + echo 'ignore warnings and errors about the main texmf tree' ignore warnings and errors about the main texmf tree ../src/configure \ --without-bibtex8 \ --without-cjkutils \ --without-detex \ --without-dialog \ --without-dtl \ --without-dvi2tty \ --without-dvidvi \ --without-dviljk \ --without-dvipdfm \ --without-dvipsk \ --without-eomega \ --without-etex \ --without-gsftopk \ --without-lacheck \ --without-makeindexk\ --without-musixflx \ --without-odvipsk \ --without-omega \ --without-oxdvik \ --without-ps2pkm \ --without-seetexk \ --without-t1utils \ --without-tetex \ --without-tex4htk \ --without-texinfo \ --without-texlive \ --without-ttf2pk \ --without-tth \ --without-xdvik \ || exit 1 + ../src/configure --without-bibtex8 --without-cjkutils --without-detex --withou t-dialog --without-dtl --without-dvi2tty --without-dvidvi --without-dviljk --wit hout-dvipdfm --without-dvipsk --without-eomega --without-etex --without-gsftopk --without-lacheck --without-makeindexk --without-musixflx --without-odvipsk --wi thout-omega --without-oxdvik --without-ps2pkm --without-seetexk --without-t1util s --without-tetex --without-tex4htk --without-texinfo --without-texlive --withou t-ttf2pk --without-tth --without-xdvik ./build.sh: line 31: ../src/configure: The file or directory doesn't exist. + exit 1 **************************************************************** Why? Best Hongsheng __________________________________________________ ¸Ï¿ì×¢²áÑÅ»¢³¬´óÈÝÁ¿Ãâ·ÑÓÊÏä? http://cn.mail.yahoo.com _______________________________________________ Cjk maillist - [email protected] http://lists.ffii.org/mailman/listinfo/cjk
