# New Ticket Created by Kevin Tew # Please include the string: [perl #50068] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=50068 >
Determining whether libc has the backtrace* functions (glibc only)...cc -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./include -c test.c test.c:7: error: conflicting types for ‘backtrace’ /usr/include/execinfo.h:28: error: previous declaration of ‘backtrace’ was here test.c:8: error: conflicting types for ‘backtrace_symbols’ /usr/include/execinfo.h:34: error: previous declaration of ‘backtrace_symbols’ was here ...no.