sacarde wrote: > swap cache: add 0, delete 0, find 0/0, race 0+0 > free swap = 0kb > total swap = 0kb > out of memory: killed process 1146 (cc1). > That would be the problem there I believe! With 512MB memory, it is a bit limited and swap will take up the slack. Do this before starting the build process:
If you haven't formatted the partition yet: mkswap /dev/sdaX (or hdaX where X is the partition num) Then turn on that swap partition. swapon /dev/sdaX (same as above, adjust to your setup) Then give it another try. Justin _______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
