home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.aix
- Path: sparky!uunet!mcsun!Germany.EU.net!news.uni-bielefeld.de!techfak.uni-bielefeld.de!malte
- From: malte@techfak.uni-bielefeld.de (Malte Uhl)
- Subject: Re: TeX3.14
- Sender: news@unibi.uni-bielefeld.de (News Administrator)
- Message-ID: <1992Sep1.183153.27831@unibi.uni-bielefeld.de>
- Date: Tue, 1 Sep 92 18:31:53 GMT
- References: <1992Sep1.145014.636@constellation.ecn.uoknor.edu>
- Nntp-Posting-Host: dahlie.techfak.uni-bielefeld.de
- Organization: Universitaet Bielefeld, Technische Fakultaet.
- Lines: 21
-
- In article <1992Sep1.145014.636@constellation.ecn.uoknor.edu>, stsiegem@uokmax.ecn.uoknor.edu (Stephan Siegemund-Broka) writes:
- |>
- |> Does anyone know the magic that I need to do to be able to compile
- |> TeX3.14 on AIX 3.2? I got what was supposed to be a port from someone
- |> and it can't find the alloca routine when loading pltotf. I have xlc
- |> 1.02.0000.0009. Thanks in advance. My access to news is currently dead
- |> so please respone via mail.
- |>
- |> ed baron (baron@phyast.nhn.uoknor.edu)
-
- I don't read this news group too often, but it always the same with .alloc
- missing. Why worry about, when the answer is just a couple of hours with
- InfoExplorer away:
- Whenever alloca is needed, add as the *first* line in that file
- #pragma alloca
- and that's it.
-
- Concerning TeX: I installed it last week 'out of the box'.
- In fact, I used gcc.
-
- Malte
-