Chris Browne wrote: > The problem is probably that the memory model is throttling you to > *WAY* less than 2GB of memory. > > You may want to try a 64 bit build. With GCC, this requires something > like the following ./configure incantation... > > CC="gcc -maix64" LDFLAGS="-Wl,-bbigtoc" ./configure You'll also want to export OBJECT_MODE=64 before the ./configure line. -- Seneca Cunningham scunning@xxxxxxxxxxxxxxx