我需要使用调试符号从源代码编译glibc.
1.我在哪里指定’-g’选项
2.我以后如何制作一个示例代码链接到这个特定的glibc而不是我系统上安装的那个?
解决方法:
I need to compile glibc from source with debug symbols
你将很难编译没有调试符号的glibc.默认的./configure&& make将在编译行上有-g.
How do i later make a sample code link to this particular glibc rather than the one installed on my system?
这有点棘手,并回答了here.