Subject: Re: [Boost-bugs] [Boost C++ Libraries] #513: darwin 64 bit support
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-07-09 14:05:08
#513: darwin 64 bit support
-------------------------------+--------------------------------------------
Reporter: ianfasel | Owner: nobody
Type: Feature Requests | Status: closed
Milestone: | Component: build
Version: None | Severity: Problem
Resolution: duplicate | Keywords:
-------------------------------+--------------------------------------------
Changes (by grafik):
* status: assigned => closed
* resolution: None => duplicate
* component: None => build
* severity: => Problem
Old description:
> {{{
> To get 64-bit support, I was able to get a large chunk of
> boost-1_33_1 to build on darwin by inserting
> -arch ppc64
> in strategic places in the darwin-tools.jam file. This was sufficient to
> be able to use the filesystem and program-options libraries in a 64-bit
> app I've built that needs to access > 4GB. Some libraries failed to
> build however, and I don't really know what I'm doing.
>
> Attached is a patch file showing what I added where. Also, it would
> probably be best to add
> -arch ppc -arch ppc64
> to get "fat" binaries that work for both 32-bit and 64-bit code.
> However I'm no pro with these things.
>
> }}}
New description:
{{{
To get 64-bit support, I was able to get a large chunk of
boost-1_33_1 to build on darwin by inserting
-arch ppc64
in strategic places in the darwin-tools.jam file. This was sufficient to
be able to use the filesystem and program-options libraries in a 64-bit
app I've built that needs to access > 4GB. Some libraries failed to
build however, and I don't really know what I'm doing.
Attached is a patch file showing what I added where. Also, it would
probably be best to add
-arch ppc -arch ppc64
to get "fat" binaries that work for both 32-bit and 64-bit code.
However I'm no pro with these things.
}}}
Comment:
Overridden by issue #989.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/513#comment:1>
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:56 UTC