For the second part of the lab I will build and compile the latest version of glibc 2018-08-01.
After pulling the source code, extracting the tarball and running ./configure , I hit an error
"configure: error: you must configure in a separate build directory"
Figured out I need to make a new directory named "glibc-build" and rerun the command from there.
Successfully compiled the source code for glibc-build.
Running make provided NO output or errors, not sure why that is.
Perhaps the make file is not needed for the compiler ?
Comments