To compile, just extract the package and ensure that libbz2-dev and zlib1g-dev are installed so that the boost iostream package will compile properly. Then on the command line in the directory where you extracted the package, do the following:
./bootstrap.sh sudo ./bjam -a --threading=multi variant=release install Please ignore errors related to has_icu_test.cpp (from reading other forums). That error was meant to be a boost precompile check. The internal compiler error we are looking for will not stop the build so you just need to be sensitive to the console output after around 50mins of compilation. If the internal compiler error was missed and the boost was able to produce the libraries, the resulting libraries are broken and will not be usable in projects that need them. Different compiler undefined errors will come out and sometimes you get another internal compiler error as well. ** Attachment added: "boost 1.46.1 with boost log package" https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/817375/+attachment/2282046/+files/boost_1_46_1_with_log.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/817375 Title: g++ 4.3 and 4.4 internal compiler error when compiling boost 1.46.1 and 1.47 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/817375/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
