A las 19:03 del lun 28 nov, Nikolai Weibull tuvo a bien escribir:
> I've followed the instructions listed at
> http://wiki.contextgarden.net/TeTeX_3.0_installation, but it won't quite
> give.  The problem is that I use the Gentoo installation setup as a base
> and have the latest ConTeXt installed in /usr/local/share.  Does anyone
> know what options to pass to pdftex's configure-script to match the
> setup on a Gentoo system (where stuff is stored in /etc/texmf and
> /var/lib/texmf)?
> 
> Thanks.
> 
>         nikolai
> 

I have built pdftex-1.30.3 following the wiki on a Gentoo box - which is
what I use. After some try and swear, changing this line in the Build
script of the pdftex dist, made it work:

$ diff Build Build~
69c69
< (cd texk/web2c; $MAKE texmf=${TEXMF_PATH:-/usr/share/texmf} pdftex pdfetex) 
|| exit 1
---
> (cd texk/web2c; $MAKE pdftex pdfetex || exit 1) || exit 1

When it compiles, just copy pdfetex to /usr/bin, and the *.fmt and
*.pool to /var/lib/texmf/web2c - this is where formats live.

The only texmf.cnf lives in /etc/texmf.cnf; other are symlinks to it.

-- 
José Antonio Rodríguez
[EMAIL PROTECTED]
------------------------
'El Fuego vive en los corazones de quienes aman el futuro' (Agni Yoga)
_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to