Re: [Boost-bugs] [Boost C++ Libraries] #2545: building boost on Solaris with gcc

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2545: building boost on Solaris with gcc
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-03-13 09:25:23


#2545: building boost on Solaris with gcc
---------------------------------------------+------------------------------
  Reporter: joern.clausen_at_[hidden] | Owner: vladimir_prus
      Type: Patches | Status: closed
 Milestone: To Be Determined | Component: build
   Version: Boost 1.37.0 | Severity: Problem
Resolution: fixed | Keywords:
---------------------------------------------+------------------------------

Comment(by anonymous):

 For the record: Solaris has two options: -L defines the link time path, -R
 (or -rpath or -Wl,-R, or whatever your compiler will pass on) defines the
 run time path to search for shared objects. Defining only one of these two
 is usually wrong, normally you have to define both. And in most cases,
 both paths are identical. Typical exceptions are if you link against a
 library you are about to install later, or if you are building for a
 chrooted environment. See

 http://docs.sun.com/app/docs/doc/817-1984/chapter2-88783

 chapters "Directories Searched by the Link-Editor" and "Directories
 Searched by the Runtime Linker".

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2545#comment:3>
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:49:59 UTC