[
https://issues.apache.org/jira/browse/QPID-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717700#action_12717700
]
Manuel Teira commented on QPID-1895:
------------------------------------
It is checked in the configure.ac one.
SUNCC_RUNTIME_LIBS should only be replaced by -lCrun when __SUNCC_PRO is
defined, this is:
if test x$SUNCC = xyes; then
if test "${enableval}" = yes; then
WARNING_FLAGS=+w
fi
CXXFLAGS="$CXXFLAGS -library=stlport4 -mt"
LD="$CXX"
LDFLAGS="$LDFLAGS -library=stlport4 -mt"
AC_SUBST([SUNCC_RUNTIME_LIBS], [-lCrun])
fi
So, are you sure a Sun Studio is not involved here?
> 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]