Hi.
I am having getting log4cplus compile with Solaris Studio 12.3 compiler
using Libtool 2.4.2, Autoconf 2.69 and Automake 1.12. The problems I am
having is that despite configuration with --with-pic no -KPIC or -fPIC
option is being passed to the compiler.
(...some time passes...)
I am not sur
Hi.
I wonder if the attached patch is not in order now that Clang is well
established compiler.
--
VZ
diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4
index ad40527..c7a10c1 100644
--- a/lib/autoconf/c.m4
+++ b/lib/autoconf/c.m4
@@ -704,7 +704,7 @@ if test -z "$CXX"; then
else
AC_CHEC
On 4 October 2012 07:39, Paul Eggert wrote:
> On 10/03/2012 10:27 PM, Václav Zeman wrote:
>> I wonder if the attached patch is not in order
>
> Why just C++? Shouldn't this also affect C,
> and other languages?
Because C++ is what I am interested in. :) And because I ac
On 12/28/2013 05:15 AM, Guo Leaveye wrote:
> Thanks a lot for your tip.
>
> Acoording to the log file, it just compiles a source code like this, I only
> keep the lines matters.
>
> char WSAGetLastError ();
> int
> main ()
> {
> return WSAGetLastError ();
> }
>
> When co
On 3 December 2014 at 11:32, Thomas Jahns wrote:
> Hello,
>
> I noticed having a default prefix of . causes AC_CONFIG_SUBDIRS to fail.
>
> Is this a bug in AC_PREFIX_DEFAULT (or its documentation) or in
> AC_CONFIG_SUBDIRS?
>
> Regards, Thomas
>
> P.S.: the failure looks like this
>
>
> config