[Boost-bugs] [Boost C++ Libraries] #13118: boost.locale, Windows, x64 build: linker looks for ICU libraries in wrong folder (/lib instead of /lib64)

Subject: [Boost-bugs] [Boost C++ Libraries] #13118: boost.locale, Windows, x64 build: linker looks for ICU libraries in wrong folder (/lib instead of /lib64)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-07-11 05:41:55


#13118: boost.locale, Windows, x64 build: linker looks for ICU libraries in wrong
folder (/lib instead of /lib64)
------------------------------+---------------------------
 Reporter: zhivkot@… | Owner: Artyom Beilis
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: locale
  Version: Boost 1.64.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------
 When building all of boost (64 bit) with ICU, locale fails to link to ICU
 libs, while other libraries, regex included, succeed.[[BR]]
 Accidently creating a copy of <ICU_root>/lib64/ into <ICU_root>/lib/
 resolved the issue.[[BR]]
 Looks like locale searches for ICU libraries in <ICU>/lib for both 32 and
 64 bit builds, while other boost libraries use <ICU>/lib for 32 builds and
 <ICU>/lib64 for 64 bit builds (which is where default ICU build puts
 them).

-- 
Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13118>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-07-11 05:44:47 UTC