| Philo Max 2004-01-23, 7:16 pm |
| I'm trying to upgrade my glibc code on Redhat 7.x and am getting nowhere
fast. I'm trying to use the make command but i'm getting error messages
take note:
# make
Makeconfig:84: config.make: No such file or directory
Makerules:690: no file name for 'inculde'
The GNU C library has not been configured.
Run ''configure' to configure it before building.
Try 'configure --help'for more details.
make: *** [config.status] Error 1
When I run the ./configure --enable-add-ons
The command runs and turminates with a standard message:
running confiure gragment for ./sysdeps/unix/sysv/linux checking
installed Linux kernel header files ... 2.0.1. or later
*** ON GNU/Linux systems it is normal to compile GNU libc with the
*** 'linuyxthreads' add-on. Without that, the library will be
*** incompatible with normal GNU/Linux systems.
*** If you really mean to not use this add-on, run configure again
*** using the extra parameter '--disable-sanity-checks'.
This looks things ran ok. But when i run the 'make' command, I get the
error message listed above.
Can some one please help the newbie -- get complete
Philo Max
|