home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9262 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.3 KB  |  34 lines

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