Re: GCC package missing sanitize helper libraries

2016-03-31 Thread Yaakov Selkowitz
On 2016-03-31 09:08, Peter Foley wrote: The cygwin gcc package appears to be missing the helper libraries for the -fsanitize series of options. These are only supported on x86-linux. -- Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/f

GCC package missing sanitize helper libraries

2016-03-31 Thread Peter Foley
The cygwin gcc package appears to be missing the helper libraries for the -fsanitize series of options. $ gcc -fsanitize=address a.c /usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lasan collect2: error: ld returned 1 exit status Ditto for -fsanitize=undefine