IRIX Network Forums
libboost 1.48.0+ - Printable Version

+- IRIX Network Forums (//forums.irixnet.org)
+-- Forum: SGI/MIPS (//forums.irixnet.org/forum-3.html)
+--- Forum: Development/Porting (//forums.irixnet.org/forum-9.html)
+--- Thread: libboost 1.48.0+ (/thread-84.html)



libboost 1.48.0+ - LarBob - 05-29-2018

Quite frankly, the version of libboost in nekoware is too old to be useful for any new(ish) software. Wondering if anyone has had any success getting a newer version of libboost than the one in nekoware compiled. While I have had some success in getting it to work, I seem unable to compile the boost_filesystem, boost_program-options, and boot_locale libraries, which are often used and as such are pretty necessary. I am using gcc to compile and have tried many different strings of command-line arguments passed to b2 and bjam trying to get it to work. I think the main issue is it trying to compile multithreaded versions of the libraries, which is unsupported by the version of gcc in nekoware. If anyone has any suggestions, let me know.

Here is a link to the .tar.gz of boost version 1.48.0: <URL url="http://sourceforge.net/projects/boost/files/boost/1.48.0/boost_1_48_0.tar.gz">[url]<LINK_TEXT text="http://sourceforge.net/projects/boost/f ... 8_0.tar.gz">http://sourceforge.net/projects/boost/files/boost/1.48.0/boost_1_48_0.tar.gz</LINK_TEXT>[/url]
Here is some info on compiling boost: <URL url="https://www.boost.org/doc/libs/1_48_0/more/getting_started/unix-variants.html#or-build-custom-binaries">[url]<LINK_TEXT text="https://www.boost.org/doc/libs/1_48_0/m ... m-binaries">https://www.boost.org/doc/libs/1_48_0/more/getting_started/unix-variants.html#or-build-custom-binaries</LINK_TEXT>[/url]


Re: libboost 1.48.0+ - dexter1 - 05-29-2018

The current gcc version in Nekoware indeed has issues with pthread libraries. You could try it with the gcc 4.3 version in obsolete.
I had severe difficulties with libboost 1.54 a couple of years ago, but i blame myself for using mipspro compilers.


Re: libboost 1.48.0+ - LarBob - 05-29-2018

<QUOTE author="dexter1" post_id="585" time="1527620136" user_id="141">
dexter1 post_id=585 time=1527620136 user_id=141 Wrote:The current gcc version in Nekoware indeed has issues with pthread libraries. You could try it with the gcc 4.3 version in obsolete.
I had severe difficulties with libboost 1.54 a couple of years ago, but i blame myself for using mipspro compilers.

Ah, didn't even think to check in obsolete for a different gcc version. Will try, thanks.