开发者

Defining _LIBC in C++ Program

开发者 https://www.devze.com 2022-12-31 08:27 出处:网络
Some of the GNU library 开发者_运维问答code can be have enhanced debugging if the flag _LIBC is set. While using -D_LIBC when compiling gives the error message

Some of the GNU library 开发者_运维问答code can be have enhanced debugging if the flag _LIBC is set. While using -D_LIBC when compiling gives the error message "/usr/include/gnu/stubs.h:7:3: #error Applications may not define the macro _LIBC"

So how do you define this variable?


You'd define it when compiling LibC. It's Open Source, after all.

0

精彩评论

暂无评论...
验证码 换一张
取 消