This is a discussion on Compiling glibc 2.3.2 within the Linux Operating System forums, part of the Unix Operating Systems category; --> Hello, I'm trying to upgrade my slackware 9.0 box from glibc 2.3.1 to 2.3.1 but I have problems... The ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I'm trying to upgrade my slackware 9.0 box from glibc 2.3.1 to 2.3.1 but I have problems... The configure works fine as: #>../configure --enable-add-ons=linuxthreads --prefix=/usr/i686linuxglibc2.3.2 --with-headers=/usr/src/linux-2.4.21/include --build=i686-linux during make the error is: In file included from ../sysdeps/unix/sysv/linux/i386/system.c:50: ../sysdeps/posix/system.c: In function `do_system': ../sysdeps/posix/system.c:78: warning: statement with no effect ../sysdeps/posix/system.c:84: warning: statement with no effect ../sysdeps/unix/sysv/linux/i386/system.c: In function `cancel_handler': ../sysdeps/unix/sysv/linux/i386/system.c:68: `quit' undeclared (first use in this function) ../sysdeps/unix/sysv/linux/i386/system.c:68: (Each undeclared identifier is reported only once ../sysdeps/unix/sysv/linux/i386/system.c:68: for each function it appears in.) ../sysdeps/unix/sysv/linux/i386/system.c:69: `intr' undeclared (first use in this function) make[2]: *** [/usr/src/glibc-2.3.2/build/stdlib/system.o] Error 1 make[1]: *** [stdlib/subdir_lib] Error 2 make: *** [all] Error 2 Any help is appreciated. Thanks in advance. Luca. |