Re: [Boost-bugs] [Boost C++ Libraries] #2438: gcc.jam sets LD_LIBRARY_PATH which breaks FreeBSD build

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2438: gcc.jam sets LD_LIBRARY_PATH which breaks FreeBSD build
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-01-11 17:10:44


#2438: gcc.jam sets LD_LIBRARY_PATH which breaks FreeBSD build
-------------------------------------+--------------------------------------
 Reporter: pisymbol@… | Owner: vladimir_prus
     Type: Bugs | Status: assigned
Milestone: Boost 1.42.0 | Component: build
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
-------------------------------------+--------------------------------------

Comment(by jim@…):

 I have no input on the ''right'' way to fix it, but as a point of
 reference, this fix-up in gcc.jam works for 64-bit FreeBSD. See today's
 trunk test results (http://www.boost.org/development/tests/trunk/jc-
 bell.com_FBSDA.html).

      local lib_path = $(root)/bin $(root)/lib $(root)/lib64 /lib ;

 For FreeBSD-64, yanking $(root)/lib32 and adding /lib is req'd, or at
 least putting /lib ''before'' $(root)/lib32. Glad to try other things if
 you want.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2438#comment:4>
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-02-16 18:50:02 UTC