Libtool does not detect statically linked internal compiler libraries

2017-07-26 Thread Manoj Gupta
Hi, We are trying to use clang with address sanitizer in one of the projects. However, there are build issues because libtool's internal compiler library detection part does not work with static libraries. e.g. clang++ main.cpp -fsanitize=address -v shows the use of static library /usr/lib64/clan

Re: Libtool does not detect statically linked internal compiler libraries

2017-07-26 Thread Manoj Gupta
d, Jul 26, 2017 at 7:41 PM, Manoj Gupta wrote: > Hi, > > We are trying to use clang with address sanitizer in one of the projects. > However, there are build issues because libtool's internal compiler library > detection part does not work with static libraries. > > e.g