Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!mips!daver!bungi.com!news From: ian@sibyl.eleceng.ua.oz.au Newsgroups: comp.sys.nsc.32k Subject: Need help compiling gcc. Message-ID: <9101061546.7336@munnari.oz.au> Date: 6 Jan 91 02:19:15 GMT References: <<9012312223.AA15916@lars.seri.gov>> Sender: news@daver.bungi.com Lines: 21 Approved: news@daver.bungi.com Sverre Froyen writes: > Dear All, > > The first problem I ran into was that bison core dumped immediately. > Undefining alloca and using the malloc version of alloca (from emacs > or gcc) fixed that problem (but should not builtin_alloca work even > under gcc-1.35???). Well, yes it should, but it doesn't. My version of gcc has a fix to make builtin_alloca work, but it adds an extra overhead on function returns. RMS says it will be fixed properly in gcc version 2. > programs. However when compiling gnulib2 or when trying to recompile > gcc-1.38 I get fatal signal 6 (out of memory). Given 4MB of memory > this somehow does not seem right. It could be. The optimisation can use a lot of memory (though I wouldn't have expected gnulib2 to be a problem). Try compiling the troublesome modules without -O. Ian Dall