PDA

View Full Version : Configuring glibc


new_comer
08-04-2007, 05:46 PM
Hello to all,


I have a problem in configuring the glibc library. The error is as follows:


configure: error: you must configure in a separate build directory


I have unpacked the source file and tried to configure it from the source extracted then the error comes. Could I know how to build a separate directory for the configuration and compilation ? Many thanks



Best regards


Newbie

firepages
08-05-2007, 04:41 AM
create another folder..
/usr/src/glibc-build

cd into that folder and configure from there ...
/usr/src/glibc-build#> /usr/src/glibc-*.*/configure

new_comer
08-05-2007, 06:39 AM
Hi firepages

Many thanks for your help!



Best regards


Newbie