ulimit -a says: core file size (blocks) 1048575 data seg size (kbytes) 131072 file size (blocks) unlimited max memory size (kbytes) 32768 open files 2000 pipe size (512 bytes) 64 stack size (kbytes) 32768 cpu time (seconds) unlimited max user processes 262144 virtual memory (kbytes) unlimited Process going out of memory might be the case . How can i handle it in this case ? -Rohit On Wed, Nov 19, 2008 at 2:34 PM, David Edelsohn <dje.gcc@xxxxxxxxx> wrote: > On Wed, Nov 19, 2008 at 2:31 PM, Rohit <will.u.tellmemore@xxxxxxxxx> wrote: > >> I am using bash and top level configure script is fast without any >> doubt. but this configure is run as part of gmake invocation at stage >> 3. It takes around 5-6 hours on my setup to complete libstd++v3 >> configuration , for some reason. Other parts are running just fine. >> (Though my machine has just 1 g ram it should still be fine i >> suppose). > > Did you read and follow the platform instructions? Did you > set the CONFIG_SHELL environment variable as described in the > instructions? Did you ensure that you have enough process > resource limits, as described in the instructions? > > David >