[
https://issues.apache.org/jira/browse/QPID-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717722#action_12717722
]
Rob Riggs commented on QPID-1895:
---------------------------------
Hi Manuel,
The configure script does not ever attempt to use the Sun compiler. I can send
the config.log and config.status files if you would like.
The src/acl.mk and src/replication.mk files have tests similar to this:
if SUNOS
replication_exchange_la_LIBADD += libqpidcommon.la -lboost_program_options
-lCrun -luuid
endif
These get included in src/Makefile.am. What little I know about
autoconf/automake tells me this is where the problem lies.
> qpidc: Solaris 10 Build Incorrectly Assumes Sun Compiler
> --------------------------------------------------------
>
> Key: QPID-1895
> URL: https://issues.apache.org/jira/browse/QPID-1895
> Project: Qpid
> Issue Type: Bug
> Components: Build Tools, C++ Broker, C++ Client
> Affects Versions: 0.5
> Environment: Solaris 10
> Sparcv9
> GCC-4.3.2 (Blastwave)
> Boost-1.38.0
> Reporter: Rob Riggs
>
> When building on Solaris 10/sparcv9 with GCC-4.3.2, the autoconf system adds
> -lCrun and $(SUN_CC_RUNTIMELIBS) to the linker args. These are
> compiler-dependent libraries, not OS-specific ones. This is only
> appropriate when compiling with Sun Studio.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]