This is useful for anyone who can try to create glibc on their ubuntu block. I reviewed the following issues and resolved them as follows.
These problems were encountered in ubuntu 12.04
- I created the glib-build directory at the same level as glib-VERSION, and ran the following command
$> ../glibc-2.16.0/configure --prefix = / home / gugovind / tsapp / glibc / glibc-build /
which gave me the following error that is not listed in makeinfo.
for this
$> sudo apt-get install texinfo
will solve the problem.
- He threw and made a mistake about LD_LIBRARY_PATH having the current directory (even if it does not exist) to do this, run the following command at the command prompt
$> set LD_LIBRARY_PATH
this will temporarily clear LD_LIBRARY_PATH for this console only. Then run configure again.
You may have another configuration problem. "strtonum function is never defined"
look at the config.log file, mawk or gawk may be missing. install them using
sudo apt-get install gawk
This will lead you through part of the configuration.
now do
to do everything
if in case you encounter a specific file that does not compile, just copy gcc ... before that and paste it into the command line again after you have cd to this directory (command lines should tell you before the error where to go.)
make installation
You may receive a warning that you cannot find the etc / ld.config file .... ignore this .. you are all set up now.
source share