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

Re: building glibc-2.3.2 on 164SX



> 
> The build is crashing fairly early in the process.  Here are the last few 
> lines of messages out of make:

It seems that you skipped something essential.

> ../linuxthreads/internals.h: At top level:
> ../linuxthreads/internals.h:108: warning: parameter has incomplete type
> ../linuxthreads/internals.h:449: warning: parameter has incomplete type
                                                 ^^^^^^^^^^^^^^^^^
This is a sign that you are missing some headers and possibly
implementations.  There could be some pieces architecture specific
which need to be filled in.

> Any idea why this might happen?  I used this to configure:
> 
> ../glibc-2.3.2/configure --prefix=/usr/local/glibc-2.3.2 --enable-add-ons 
> --with-headers=/home1/rajiv/software/kernel-7.2/linux-2.6.0-test9/include/
                                                   ^^^^^^^^^^^^^^^^^
You will be much better off using as a starting poing ready glibc
sources from, say, Red Hat srpm where this is version is already running
__and__ a corresponding 'glibc-kernheaders' package from the same
distribution.  "Sanitizing" kernel headers is not a simple job and
kernel headers are not guaranteed to be useful for anything but that
particular kernel to which they belong.

   Michal




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