Re: [Boost-bugs] [Boost C++ Libraries] #989: Boost build does not support building universal binaries on macintosh

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #989: Boost build does not support building universal binaries on macintosh
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-07-04 17:22:48


#989: Boost build does not support building universal binaries on macintosh
-----------------------------+----------------------------------------------
  Reporter: mmarcus | Owner: grafik
      Type: Patches | Status: new
 Milestone: Boost 1.35.0 | Component: build
   Version: release 1.34.0 | Severity: Problem
Resolution: | Keywords: boost build darwin universal
-----------------------------+----------------------------------------------
Comment (by anonymous):

 I have noticed that after applying the patch, the dylib id reported by
 otool -l is no longer correct. For example:

 humber:~/Projects williamg$ otool -L Vendor/boost/boost/lib/
 libboost_thread-mt-1_34.dylib
 Vendor/boost/boost/lib/libboost_thread-mt-1_34.dylib:
         /var/tmp//ccXmkPyw.out (compatibility version 0.0.0, current
 version 0.0.0)
         /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
 version 7.4.0)
         /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current
 version 1.0.0)
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 88.3.3)

 The line including /var/tmp is wrong! It should read 'libboost_thread-mt-
 1_34.dylib', or possibly even include the full path to the installed
 library. I suspect this may have something to do with the use of libtool.

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/989#comment:5>
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:55 UTC