RE: [gentoo-user] Install from Hell, now it's bash-2.05b

2005-05-23 Thread C R. Little
Why not use the CFLAGS=-march=pentium2 -O3 -pipe -fomit-frame-pointer flag? and try to remerge -Original Message- From: Walter Dnes [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 12:12 PM To: Gentoo Users List Subject: [gentoo-user] Install from Hell, now it's bash-2.05b I'm

Re: [gentoo-user] Install from Hell, now it's bash-2.05b

2005-05-23 Thread Steven Susbauer
Walter Dnes wrote: I'm trying to do a stage 1 install on an old 400 mhz PII with 128 megs of RAM for use as an experimental server. Compile options are sane... -O2 -march=i686 -fomit-frame-pointer -mmmx -pipe I'm having extreme problems getting past... emerge --emptytree system at chapter

Re: [gentoo-user] Install from Hell, now it's bash-2.05b

2005-05-23 Thread Richard Fish
Walter Dnes wrote: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSHELL -I. -I/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b -I../.. -I../../lib -O2 -march=i686 -fomit-frame-pointer -mmmx -pipe -DREADLINE_LIBRARY -c ./tilde.c rm -f xmalloc.o i686-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -DSHELL -I.

Re: [gentoo-user] Install from Hell, now it's bash-2.05b

2005-05-23 Thread Walter Dnes
On Mon, May 23, 2005 at 08:08:04PM +0200, Richard Fish wrote What are your MAKEOPTS? Based on the above, it looks like two make threads tried to build libhistory.a, because xmalloc.o is removed and compiled twice. My guess is that, with only 128M of ram, you do _not_ want anything above

Re: [gentoo-user] Install from Hell, now it's bash-2.05b

2005-05-23 Thread Matan Peled
Steven Susbauer wrote: Walter Dnes wrote: I'm trying to do a stage 1 install on an old 400 mhz PII with 128 megs of RAM for use as an experimental server. Compile options are sane... -O2 -march=i686 -fomit-frame-pointer -mmmx -pipe I'm having extreme problems getting past... emerge