ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jose Antonio Rodriguez <jar@eideia.net>
Subject: Re: Building and installing pdftex 1.30 on teTeX 3.0
Date: Tue, 29 Nov 2005 16:38:15 +0000	[thread overview]
Message-ID: <20051129163815.GA8772@ulises.eideia.net> (raw)
In-Reply-To: <20051128180353.GB8826@puritan.petwork>

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
jar@eideia.net
------------------------
'El Fuego vive en los corazones de quienes aman el futuro' (Agni Yoga)

  parent reply	other threads:[~2005-11-29 16:38 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-28 18:03 Nikolai Weibull
2005-11-28 18:13 ` Taco Hoekwater
2005-11-28 20:05   ` Nikolai Weibull
2005-11-28 20:51     ` Thomas A. Schmitz
2005-11-29 19:39       ` Hans van der Meer
2005-11-29 20:04         ` VnPenguin
2005-11-30  8:28         ` Hans Hagen
2005-11-30  8:47           ` Taco Hoekwater
2005-11-28 18:17 ` Hans Hagen
2005-11-28 19:26 ` VnPenguin
2005-11-29 16:38 ` Jose Antonio Rodriguez [this message]
2005-11-29 18:43   ` Nikolai Weibull
2005-11-29 19:08     ` Jose Antonio Rodriguez
2005-11-29 19:15     ` Tobias Burnus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051129163815.GA8772@ulises.eideia.net \
    --to=jar@eideia.net \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).