Hello everyone, Before doing what I mentioned here I did some more research on the differences between my two Systems. I found that the entry HAVE_SYS_RESOURCE_H was missing from the confdefs.h file that is created during the configure step. I found a mention on the Net about this problem being caused by a duplicated defination for RLIM_INFINITY between the GLIBC and Kernel Headers. The suggestion was to remove the defination of this from /usr/src/linux/include/asm/resource.h I did this and after running "configure" I found that the entry for HAVE_SYS_RESOURCE_H is now in the confdefs.h file. I now started the "make bootstrap" over and it has been running now successfully for 1/2 Hour so far. It looks like this may have been the answer to my problem all along. Thank you all very much for the effort you gave to help me solve this problem. Especially thank you "llewelly" for your ideas. Yours truly, Frank +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ On Tuesday 20 April 2004 23:17, llewelly@xxxxxxxxxxxx wrote: > Frank Krauss <fmfkrauss@xxxxxxxxxxxxxx> writes: > > I guess I will try tomorrow to do the upgrade in the exact same order as > > I did it on my other System. > > 1. First upgrade GCC from egcs-2.91.66 to 3.0.4 > > 2. Then upgrade GCC to 3.3 > > This is (more or less) what I was going to suggest next. I hope this > works for you.