It's built now, thanks all who replied for the tips and good advice.
These are the things that I needed to tweak to build qpid at our site :
1.) use the Sun compiler
2.) make sure the boost libraries are in LD_LIBRARY_PATH
3.) edit src/qpid/Plugin.cpp as follows :
void Plugin::Target::finalize() {
*std::*for_each(finalizers.begin(), finalizers.end(), invoke);
finalizers.clear();
}
4.) configure with the *--with-poller=solaris-ecf* option
Regards
Warwick
Manuel Teira Paz wrote:
It seems you're trying to build qpidc using a GNU compiler toolchain.
I did it using the Sun Workshop compiler.
About the libCrun.so issue, I think it shouldn't be included while
using gnu tools (libstdc++ should be used instead), but perhaps some
autoconf script could be messing things up. I remember some issue
months ago about some plugin autoconf script including libCrun.so for
all the solaris builds, not only those based in Sun Workshop
compilers. Unfortunately I don't have any time now to look into that
issue, will try to go back into it as soon as I have some time to
dedicate to this project. Anyway, the answer could probably lie in
some plugin .ac file.
Best regards.
--
Manuel.