home *** CD-ROM | disk | FTP | other *** search
- x-gateway: rodan.UU.NET from help-lucid-emacs to alt.lucid-emacs.help; Fri, 11 Sep 1992 01:25:34 EDT
- Message-ID: <9209110521.AA09472@ntu.ac.sg>
- Sender: franks%ntu.ac.sg@lucid.com
- Date: Fri, 11 Sep 1992 13:23:02 +0730
- From: franks%ntu.ac.sg@lucid.com (Frank Siebenlist)
- Subject: Re: 19.3 installation on decstation/ultrix4.2 with native cc
- Newsgroups: alt.lucid-emacs.help
- Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
- Lines: 25
-
-
- >> The compiler is not very descriptive, but the offending line reads:
- >>
- >> char* real_name = (char*)alloca (length + 2);
- >>
- >> Not sure what is wrong with that (?),
- >
- >How about running that file through -E to see what cpp is really turning
- >that line in to.
- >
-
- yields exactly the code in the error message:
- char* real_name = (char*) __builtin_alloca (length + 2);
-
- >GCC2 didn't like the version of gmalloc that we were using in 19.2, so I
- >grabbed a new version of gmalloc from the FSF v19 sources.>
-
- so using the 19.2 version of gmalloc would be ok (?)
-
- >I humbly await enlightenment...
-
- when "it" arrives, please let me know what, where, when, how...
-
- --Frank.
-
-