Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1186: Lack of 64-bit address model support using Sun Studio C++
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-08-24 20:02:17
#1186: Lack of 64-bit address model support using Sun Studio C++
--------------------------------------+-------------------------------------
Reporter: Simon.Atanasyan_at_[hidden] | Owner: vladimir_prus
Type: Bugs | Status: new
Milestone: To Be Determined | Component: build
Version: Boost 1.34.1 | Severity: Problem
Resolution: | Keywords:
--------------------------------------+-------------------------------------
Comment (by stephen.clamage_at_[hidden]):
Starting with Sun Studio 12, the options for 32-bit and 64-bit compiling
are -m32 and -m64, as with gcc. 32-bit mode is the default on Solaris, and
on 32-bit Linux. On 64-bit Linux, 64-bit mode is the default.
Earlier versions of Sun Studio did not recognize the -m32 and -m64
options. On those versions, use -xarch=generic64 for 64-bit compilation
instead.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1186#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:56 UTC