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

  1. x-gateway: rodan.UU.NET from help-lucid-emacs to alt.lucid-emacs.help; Fri, 11 Sep 1992 01:25:34 EDT
  2. Message-ID: <9209110521.AA09472@ntu.ac.sg>
  3. Sender: franks%ntu.ac.sg@lucid.com
  4. Date: Fri, 11 Sep 1992 13:23:02 +0730
  5. From: franks%ntu.ac.sg@lucid.com (Frank Siebenlist)
  6. Subject: Re: 19.3 installation on decstation/ultrix4.2 with native cc
  7. Newsgroups: alt.lucid-emacs.help
  8. Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
  9. Lines: 25
  10.  
  11.  
  12. >> The compiler is not very descriptive, but the offending line reads:
  13. >> 
  14. >>       char* real_name = (char*)alloca (length + 2);
  15. >> 
  16. >> Not sure what is wrong with that (?), 
  17. >
  18. >How about running that file through -E to see what cpp is really turning
  19. >that line in to.
  20. >
  21.  
  22. yields exactly the code in the error message:
  23.    char* real_name = (char*) __builtin_alloca (length + 2);
  24.  
  25. >GCC2 didn't like the version of gmalloc that we were using in 19.2, so I
  26. >grabbed a new version of gmalloc from the FSF v19 sources.>
  27.  
  28. so using the 19.2 version of gmalloc would be ok (?)
  29.  
  30. >I humbly await enlightenment...
  31.  
  32. when "it" arrives, please let me know what, where, when, how...
  33.  
  34. --Frank.
  35.  
  36.