i have g++ version : [root@localhost src]# g++ --version g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-18) Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Ok Thank you! On Friday, July 7, 2017 at 10:22:56 AM UTC+4:30, Yuri Gribov wrote: > > On Fri, Jul 7, 2017 at 6:41 AM, Ramin Farajpour Cami > <[email protected] <javascript:>> wrote: > > Hi, > > > > I going to enable ASAN for my C++ program,i install libasan package, i > get > > this error message, i don't know how to resolve it? > > You need a newer compiler (gcc 4.7 at least, newer versions are better). > > -Y > -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
