I need to compile glibc from source with debug symbols.
- Where do I specify the
-goption for this? - How do I later make a sample code link to this particular glibc rather than the one installed on my system?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will have hard time compiling glibc without debug symbols. A default
./configure && makewill have-gon compile line.This is somewhat tricky, and answered here.