Hello Jack, Thank you very much for responding to my Problem. The reason I don't believe that I should comment out thie statement is as follows: 1. Back in 5/02, I had upgraded another computer I have from egcs-2.91.66 to GCC 3.0.4. 2. Then, in 6/03, I upgraded that system to GCC 3.3. 3. It had the same Distribution, Caldera 2.3, and the same Kernel, 2.4.22, as my new Computer has. These updates all went fine. I therefore believe that this upgrade should be valid also. In trying to debug this problem, I have noticed a difference between the output of the "configure" step on these two Systems. 1. On the Good update, "getrlimit", "setrlimit" and "getrusage" were all declard as "yes". 2. On the Bad update, these three entries are all declared as "no". I'm hoping that this information may be a pointer to someone in the GCC area who will be able to tell me what the error is and how I can correct it. Again, thank you for your effort in trying to solve this problem. If I get a solution, I will be glad to pass it along to you. Yours truly, Frank ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ On Saturday 17 April 2004 09:37, Jack Liddle wrote: > On Sat, 17 Apr 2004, Frank Krauss wrote: > > Good day, > > > > While attempting to update my GCC to the 3.3 Level, > > during the "make bootstrap" step, it failed with the following messages: > > > > ../../gcc/ggc-common.c: In function `ggc_rlimit_bound': > > ../../gcc/ggc-common.c:294: storage size of `rlim' isn't known > > ../../gcc/ggc-common.c:294: warning: unused variable `rlim' > > I'm no expert but could you comment out line 294 if the variable isn't > being used. > > Jack Liddle