Re: Error during "make bootstrap" during GCC 3.3 Creation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Frank Krauss <fmfkrauss@xxxxxxxxxxxxxx> writes:

> 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'

Maybe the host/target specific notes are useful? See:
http://gcc.gnu.org/install/specific.html#*-*-linux-gnu

> 
> When I searched on Google, I came across a mention of the exact same
> problem in the GNU GCC Mailing list Archive, number gcc03062512, dated 
> 6/25/03, from Joseph Lien.
> 
> I never saw any mention of the solution of the problem.
> 
> Would someone be kind enough to tell me how I can resolve this problem?
> 
> My environment is the following:
> Computer           - Pentium II
> O/S                - Linux
> Distribution       - Caldera 2.3
> Kernel             - 2.4.22
> GCC being executed - egcs-2.91.66
> GCC being created  - 3.3
> GLIBC              - libc.so.6

'libc.so.6' covers many many versions of glibc. Including some (such
    as glibc 2.2.5 and earlier) which do not work well with gcc 3.3,
    but also later glibcs which work fine with gcc 3.3 .

Could you post the output of 'ls -l /lib/*libc*' ?

> Binutils           - 2.12

Binutils 2.13.1 or later is required for gcc 3.3 . See the link I
    posted earlier. 

> Modutils           - 2.4.15
> Util-linux         - 2.11q
[snip]

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux