top of page

Lab 2 , compiling and building glibc

Writer: jadach1jadach1

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 ?


 
 
 

Recent Posts

See All

Closing Thoughts

For my final blog post I would like to discuss what I have learned and plan to utilize in the future from this course. So although I was...

Comments


bottom of page