You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by spamtrap <no...@spamgourmet.com> on 2016/01/07 15:20:09 UTC

ActiveMQ-CPP 3.9.0 does not build on Solaris 11

Environment: Solaris 11 (sparc)
Compiler: Solaris Studio 12.3

CFLAGS="-xarch=generic64"
CXXFLAGS="-xarch=generic64"

Configure options:
./configure '--disable-ssl' '--prefix=<dir>' '--with-apr=<dir>'


CC: -library=Cstd cannot be used with -library=stlport4

[Removing -library=Cstd -library=Crun from the build fixes this]



Re: ActiveMQ-CPP 3.9.0 does not build on Solaris 11

Posted by spamtrap <no...@spamgourmet.com>.
On Fri, 08 Jan 2016 11:18:41 +0000, spam trap
<no...@spamgourmet.com> wrote:

>On Thu, 7 Jan 2016 09:41:56 -0500, Timothy Bish
><ta...@gmail.com> wrote:
>
>>On 01/07/2016 09:20 AM, spamtrap wrote:
>>> Environment: Solaris 11 (sparc)
>>> Compiler: Solaris Studio 12.3
>>>
>>> CFLAGS="-xarch=generic64"
>>> CXXFLAGS="-xarch=generic64"
>>>
>>> Configure options:
>>> ./configure '--disable-ssl' '--prefix=<dir>' '--with-apr=<dir>'
>>>
>>>
>>> CC: -library=Cstd cannot be used with -library=stlport4
>>>
>>> [Removing -library=Cstd -library=Crun from the build fixes this]
>>>
>>>
>>>
>>You can have a look at the configure scripts and suggest a patch that
>>fixes things on your platform via a new Jira issue.
>
>OK.  Will do.
>
>Right now I am still having difficulty building it for 64 bit - it
>tries to link in the 32 bit version of apr.  How can I fix this?

Nevermind - it's building now. :-)



Re: ActiveMQ-CPP 3.9.0 does not build on Solaris 11

Posted by spam trap <no...@spamgourmet.com>.
On Thu, 7 Jan 2016 09:41:56 -0500, Timothy Bish
<ta...@gmail.com> wrote:

>On 01/07/2016 09:20 AM, spamtrap wrote:
>> Environment: Solaris 11 (sparc)
>> Compiler: Solaris Studio 12.3
>>
>> CFLAGS="-xarch=generic64"
>> CXXFLAGS="-xarch=generic64"
>>
>> Configure options:
>> ./configure '--disable-ssl' '--prefix=<dir>' '--with-apr=<dir>'
>>
>>
>> CC: -library=Cstd cannot be used with -library=stlport4
>>
>> [Removing -library=Cstd -library=Crun from the build fixes this]
>>
>>
>>
>You can have a look at the configure scripts and suggest a patch that
>fixes things on your platform via a new Jira issue.

OK.  Will do.

Right now I am still having difficulty building it for 64 bit - it
tries to link in the 32 bit version of apr.  How can I fix this?


Re: ActiveMQ-CPP 3.9.0 does not build on Solaris 11

Posted by Timothy Bish <ta...@gmail.com>.
On 01/07/2016 09:20 AM, spamtrap wrote:
> Environment: Solaris 11 (sparc)
> Compiler: Solaris Studio 12.3
>
> CFLAGS="-xarch=generic64"
> CXXFLAGS="-xarch=generic64"
>
> Configure options:
> ./configure '--disable-ssl' '--prefix=<dir>' '--with-apr=<dir>'
>
>
> CC: -library=Cstd cannot be used with -library=stlport4
>
> [Removing -library=Cstd -library=Crun from the build fixes this]
>
>
>
You can have a look at the configure scripts and suggest a patch that
fixes things on your platform via a new Jira issue.

-- 
Tim Bish
twitter: @tabish121
blog: http://timbish.blogspot.com/