
Dear all,
I configured the pion-net with the following commands:
./configure --with-boost-extension='-gcc34-mt' --with-openssl CPPFLAGS='-I/user/wenxzhen/boost_1_39_0'
An error occured shown below:
checking for C++ compiler vendor... gnu
checking for specific CPU architecture... i686
checking for debugging... no
checking for plug-ins directory... /usr/local/lib/pion/plugins
checking for boostlib >= 1.35... configure: error: We could not detect the boost libraries (version 1.35 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in . See http://randspringer.de/boost for more documentation
I have created a staged boost library with the following commands:
# ./bjam --with-thread --with-system --with-filesystem \
--with-regex --with-date_time --with-signals --with-iostreams --with-test \
debug release threading=multi stage
even i set the BOOST_ROOT with /user/wenxzhen/boost_1_39_0, it still won't work.

We have not tested Pion with Boost > 1.37 yet. There may be some minor modifications required to get things working with 1.39.
- Login or register to post comments
Submitted by Mike Dickey on Tue, 05/26/2009 - 11:19.thanks Mike.
I just commented out the line with i686, and it works.
From the Readme.solaris, there is a paragraph saying "Pion currently only supports the GCC (g++) compiler when building under Solaris. We plan to add support for the Sun Studio C++ compiler in the near future, after support for it is added to the ASIO library."
Actually i pay more attention to this question, for my actual application logic invoked by the http server based on Pion-net is compiled by Sun Studio C++ compiler.
Is there any plan to support the Sun Studio C++ compiler?
Thanks again for your kindly help
- Login or register to post comments
Submitted by bartholo on Tue, 06/02/2009 - 02:34.Unfortunately, it's not very high on our priority list right now. I don't suspect it would take much (if anything) to get Pion to build using Sun Studio, we just aren't able to test & support it yet ourselves.
- Login or register to post comments
Submitted by Mike Dickey on Fri, 06/05/2009 - 10:57.