LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   glibc-2.3.5 install error (https://www.linuxquestions.org/questions/linux-newbie-8/glibc-2-3-5-install-error-749209/)

vcsvelmurugan 08-21-2009 01:30 AM

glibc-2.3.5 install error
 
Hello,

Now i am installing glibc-2.3.5

The problem is

In file included from ../stdlib/errno.h:36,
from ../include/errno.h:3,
from ../sysdeps/generic/check_fds.c:19:
../sysdeps/generic/bits/errno.h:32:3: error: #error "Define here all the missing error messages for the port. These"
../sysdeps/generic/bits/errno.h:33:3: error: #error "must match the numbers of the kernel."
../sysdeps/generic/check_fds.c: In function 'check_one_fd':
../sysdeps/generic/check_fds.c:45: error: 'EBADF' undeclared (first use in this function)
../sysdeps/generic/check_fds.c:45: error: (Each undeclared identifier is reported only once
../sysdeps/generic/check_fds.c:45: error: for each function it appears in.)

please anybody can answer..

srinivasmiriyalu 08-21-2009 01:51 AM

glibc-2.3.5 install error
 
First Welcome to LQ,more information is required to solve this,btw which distribution do you use?

vcsvelmurugan 08-22-2009 12:54 AM

glibc-2.3.5 install error
 
thank u sir.

Distribution: GNU/Linux ARM Toolchain
i am using : ubuntu 9.2
i am trying : gcc-4.3.2

John VV 08-22-2009 01:21 AM

you do realise that if you replace the glibc that is already installed and running with a different version( and older one at that ) , you WILL REALLY mess up your system .Possibly to the point of not being able to boot .


if you NEED it as a dependency for some program you NEED to build from source . make 100% sure that you install it in it's own folder and IS NOT IN THE SYSTEM PATH . then point the configure or export the location of that folder when you build the code that needs the older glibc .

vcsvelmurugan 08-28-2009 09:14 AM

support
 
dears,



Building a GNU/Linux ARM Toolchain (from scratch)
binutils-2.16
linux-2.6.10
gcc-3.4.4
glibc-2.3.5


but now i want to make with source file

binutils-2.19
linux-2.6.10
gcc 4.3.2
glibc-2.3.5

Is there any possibility to build the image.

please anybody answer,.


All times are GMT -5. The time now is 10:14 PM.