Re: svn commit: r1662329 - /subversion/trunk/configure.ac
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 26 Feb 2015 13:29:48 +0000
Philip Martin <philip.martin_at_wandisco.com> writes:
> Branko Čibej <brane_at_wandisco.com> writes:
This whole bit of code has too much magic. FreeBSD 10 uses clang and
c++ x.o -o x -lstdc++
because clang converts -lstdc++ to -lc++. However when libtool invokes
c++ x.o -o x -nostdlib -lstdc++
because the conversion doesn't happen.
So to write a runtime check using something like AC_CHECK_LIBS or
-- Philip Martin | Subversion Committer WANdisco // *Non-Stop Data*Received on 2015-02-26 14:32:34 CET |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.