I am trying to install boost libraries 1.49.0 on a machine running ubuntu server 14.04. The compilation of boost fails with the following errors.
...failed gcc.compile.c++ bin.v2/libs/locale/build/gcc-4.8/release/link-static/threading-multi/icu/formatter.o...
...skipped <pbin.v2/libs/locale/build/gcc-4.8/release/link-static/threading-multi>libboost_locale.a(clean) for lack of <pbin.v2/libs/locale/build/gcc-4.8/release/link-static/threading-multi>icu/formatter.o...
...skipped <pbin.v2/libs/locale/build/gcc-4.8/release/link-static/threading-multi>libboost_locale.a for lack of <pbin.v2/libs/locale/build/gcc-4.8/release/link-static/threading-multi>icu/formatter.o...
...skipped <p/usr/local/lib>libboost_locale.a for lack of <pbin.v2/libs/locale/build/gcc-4.8/release/link-static/threading-multi>libboost_locale.a...
...failed updating 2 targets...
...skipped 6 targets...
I have been looking for the solution of this problem for several days.
What could be done to solve this issue.
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to install boost libraries 1.49.0 on a machine running ubuntu server 14.04. The compilation of boost fails with the following errors.
I have been looking for the solution of this problem for several days.
What could be done to solve this issue.
Thank you.