--
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-saniti...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
How did you get that version of clang? Did you build it from source?
If so - have you checked out compiler-rt before compiling?
--
Yes, I saw that too! But, I don't know how can I take off the -z flag from scons =(. Scons manage that. Sorry for publish a lot of messages.I added -v flag in my project, and ld has the next params:"/usr/bin/ld" -z relro --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -shared -o build/biopp/libbiopp.so /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.6/crtbeginS.o -Linstall/libs -L/usr/lib/gcc/x86_64-linux-gnu/4.6 -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../.. -L/lib -L/usr/lib -rpath=/home/moreno/fudepan-build/install/libs build/biopp/src/bio_molecular/bio_molecular.os build/biopp/src/bio_molecular/triplets.os build/biopp/src/rna_structure/rna_structure.os -lstdc++ -lm -lgcc_s -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/crtn.oI can not see the asan libraries loaded =(