Date: Wed, 27 Nov 91 11:01:46 +0100 From: blum@cip-s01.informatik.rwth-aachen.de (Robert Blum) Memory you have: 2000 KB Kernel/Buffers: 1000 KB bash: approx. 300 KB cc1: approx. 500 KB =============================== Free space: approx. 200 KB And into these 200 KB gcc/bash have to squeeze their complete bss sections, and I forgot make in the list of memory hogs. Seems a little bit tight, huh? If this is the problem, one solution might be to modify the Makefile so that instead of compiling and assembling a file at the same time, to split it into two steps: .c.s: ; cc $(CFLAGS) -S $*.c .s.o: ; gas $(LDFLAGS) -o $*.o $*.s That way, the compiler and the assembler won't need to be in memory at the same time. Someone with two meg of memory should try this, and see if this will free enough memory so that a compile happens. Another solution, of course, is to implement paging under Linux. :-) - Ted
| Linus Torvalds | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Tony Lindgren | [PATCH 37/90] ARM: OMAP: MPUIO wake updates |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Miklos Szeredi | -rt doesn't compile for UML |
git: | |
| Florian Weimer | Re: Handling large files with GIT |
| Dana How | [PATCH] Prevent megablobs from gunking up git packs |
| Denis Bueno | Recovering from repository corruption |
| Peter Stahlir | Git as a filesystem |
| Richard Stallman | Real men don't attack straw men |
| Brian A. Seklecki | sshd_config(5) PermitRootLogin yes |
| Theo de Raadt | Re: dmesg IBM x3650 OpenBSD 4.3 |
| Stuart Henderson | Re: Actual BIND error - Patching OpenBSD 4.3 named ? |
| Auke Kok | [PATCH 5/6] e1000: Secondary unicast address support |
| Jon Nelson | tg3: strange errors and non-working-ness |
| Indan Zupancic | Re: Realtek 8111C transmit timed out |
| Brandeburg, Jesse | RE: 2.6.24 BUG: soft lockup - CPU#X |
| usb mic not detected | 4 hours ago | Applications and Utilities |
| Problem in Inserting a module | 5 hours ago | Linux kernel |
| Treason Uncloaked | 10 hours ago | Linux kernel |
| Shared swap partition | 21 hours ago | Linux general |
| high memory | 2 days ago | Linux kernel |
| semaphore access speed | 2 days ago | Applications and Utilities |
| the kernel how to power off the machine | 2 days ago | Linux kernel |
| Easter Eggs in windows XP | 2 days ago | Windows |
| Root password | 3 days ago | Linux general |
| Where/when DNOTIFY is used? | 3 days ago | Linux kernel |
