FYI: Solaris Studio compiler on Linux and PIC support in C++

2012-04-27 Thread Václav Zeman
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

Add clang++ to AC_PROG_CXX

2012-10-03 Thread Václav Zeman
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

Re: Add clang++ to AC_PROG_CXX

2012-10-04 Thread Václav Zeman
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

Re: Why configure failed to search libws2_32.a in MinGW+MSYS ?

2013-12-28 Thread Václav Zeman
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

Re: Clarification request: AC_PREFIX_DEFAULT([.]) and AC_CONFIG_SUBDIRS collide.

2014-12-03 Thread Václav Zeman
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