On Tue, Nov 13, 2012 at 04:14:10PM +0100, Eric Botcazou wrote:
> > This patch builds libsanitizer only on x86_64 and i?86 linux targets
> > for now. I guess The build can be enabled on other targets when they
> > are ready.
>
> Note that, even on these platforms, it cannot be installed:
>
> libtool: install: error: cannot install `libasan.la' to a directory not ending
> in /usr/gnat/lib
> make[4]: *** [install-toolexeclibLTLIBRARIES] Error 1
> make[4]: Leaving directory
>
> --
> Eric Botcazou
I also noticed while trying to regenerate the libsanitizer Makefile.in on
darwin
that libsanitizer/configure.ac has...
AC_PREREQ([2.68])
instead of the expected...
AC_PREREQ([2.64])
Not good.
Jack