You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@logging.apache.org by miguel angel rodriguez <du...@gmail.com> on 2017/11/07 10:51:37 UTC

How to compile log4cxx for libc++

Hi I would like to know how to compile log4cxx fro libc++ and clang.
Is there any build available or any that you can generate?

Does anyone have the commands to do so through source?

Thanks

Re: How to compile log4cxx for libc++

Posted by Robert Middleton <os...@gmail.com>.
Have you compiled it with the autotools package at all?  I *think*
that all you have to do is when you do the ./configure, you can do it
like the following:

CC=clang ./configure

and it will use clang instead of gcc.

-Robert Middleton

On Tue, Nov 7, 2017 at 5:51 AM, miguel angel rodriguez
<du...@gmail.com> wrote:
> Hi I would like to know how to compile log4cxx fro libc++ and clang.
> Is there any build available or any that you can generate?
>
> Does anyone have the commands to do so through source?
>
> Thanks