On Fri, Jul 7, 2017 at 7:32 AM, Ramin Farajpour Cami
<ramin.black...@gmail.com> wrote:
> Yuri,
>
> again i have error:
>
> [root@localhost usb]# ./configure CXXFLAGS="-fsanitize=address -ggdb"
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for C++ compiler default output file name...
> configure: error: in `/root/usb':
> configure: error: C++ compiler cannot create executables
> See `config.log' for more details.

Ramin,

First of all, you should add -fsanitize=address to CFLAGS, CXXFLAGS and LDFLAGS.

If that does not help, you'll need to investigate why compiler test
inside configure fails. You can find particular source code and
command line options which cause your g++ compilation to abort in
config.log.

-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 address-sanitizer+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to