Path: utzoo!attcan!uunet!samsung!zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!nuug!ifi!barsoom!tholo From: tholo@barsoom.nhh.no (Thorsten Lockert) Newsgroups: comp.os.minix Subject: Re: Can't compile anything. Message-ID: <786@barsoom.nhh.no> Date: 13 Apr 90 09:50:10 GMT References: <1990Apr13.032441.7449@ncsuvx.ncsu.edu> Organization: Norwegian School of Economics Lines: 16 wall-rt@cscosl.ncsu.edu (Richard Todd Wall) writes: > I have Minix Version 1.5.5 to boot from the boot disk and it mounts >everything just fine. However, I can't get anything to compile. Not the >new sh, make, more, anything. Everytime I do it says Out of Memory. >cem cannot execute. And tells me to either use the -F switch or reduce it's >stack size. Well, I've done both. And nothing works... What's the deal?? Try reducing the size of your RAM-disk, that might help... If not, try giving /usr/bin/asld LOTS of room to play with... Try saying chmem =60000 /usr/bin/asld and see if that helps... Be advised that you won't be able to link kermit though, asld runs out of memory on that one. We really should have the assembler and linker in seperate passes, and in the meantime it would've been nice if asld was linked with seperate I&D, that would buy us another 14 Kb of stack/heap space... Thorsten