Technical support > Linux

Make error.

<< < (2/2)

O01eg:
As I understood this error caused by "-D_FORTIFY_SOURCE=2" in release then include <bits/stdio2.h> with own dprintf:
/usr/include/stdio.h:

--- Code: ---905: #if __USE_FORTIFY_LEVEL > 0 && defined __extern_always_inline
906: # include <bits/stdio2.h>
907: #endif
--- End code ---
/usr/include/bits/stdio2.h:

--- Code: ---131: # ifdef __USE_GNU
154: #  ifdef __va_arg_pack
184: #  elif !defined __cplusplus
189: #   define dprintf(fd, ...) \
190:   __dprintf_chk (fd, __USE_FORTIFY_LEVEL - 1, __VA_ARGS__)
193: #  endif
216: # endif
218: #endif
--- End code ---
Is it possible to solve this error?

Navigation

[0] Message Index

[*] Previous page

Go to full version