home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / alt / lucidem / help / 404 < prev    next >
Encoding:
Text File  |  1992-09-10  |  1.4 KB  |  37 lines

  1. x-gateway: rodan.UU.NET from help-lucid-emacs to alt.lucid-emacs.help; Thu, 10 Sep 1992 23:49:36 EDT
  2. Date: Thu, 10 Sep 1992 20:47:46 PDT
  3. Message-ID: <9209110347.AA02711@thalidomide.lucid>
  4. X-Windows: Form follows malfunction.
  5. From: jwz@lucid.com (Jamie Zawinski)
  6. Sender: jwz%thalidomide@lucid.com
  7. Subject: Re: 19.3 installation on decstation/ultrix4.2 with native cc
  8. References: <9209110328.AA00345@ntu.ac.sg>
  9. Newsgroups: alt.lucid-emacs.help
  10. Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
  11. Lines: 24
  12.  
  13. In message <9209110328.AA00345@ntu.ac.sg> Frank Siebenlist wrote:
  14. >
  15. > The compiler is not very descriptive, but the offending line reads:
  16. >       char* real_name = (char*)alloca (length + 2);
  17. > Not sure what is wrong with that (?), 
  18.  
  19. How about running that file through -E to see what cpp is really turning
  20. that line in to.
  21.  
  22. > The gmalloc.c which came with 19.2 had no problem but seems "very"
  23. > different.
  24. > 19.3 seems to work with the 19.2 version of gmalloc.c though,
  25. > but there must be a reason for having a new version (?),
  26. > so I decided not to use gmalloc at all but the system's one.
  27.  
  28. GCC2 didn't like the version of gmalloc that we were using in 19.2, so I
  29. grabbed a new version of gmalloc from the FSF v19 sources.  I don't know how
  30. recent it is.  I don't understand why it's so unportable.  (I understand why
  31. it's hard, but I would have expected it to be more portable than it is by
  32. now.)  I humbly await enlightenment...
  33.  
  34.     -- Jamie
  35.