Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2002-10-08 13:53:58


Here's some fun information: the SGI compiler actually ships with an
up-to-date EDG front-end, but it's disabled (!) by default:

 --=-=-= Content-Type: message/rfc822
Content-Disposition: inline

X-From-Line: jhs_at_[hidden] Tue Oct 08 14:55:37 2002
Return-Path: <jhs_at_[hidden]>
Received: from [68.36.194.253] (HELO edg3.edg.com)
by stlport.com (CommuniGate Pro SMTP 3.5.9)
with ESMTP id 96006 for dave_at_[hidden]; Tue, 08 Oct 2002 11:55:49 -0700
Received: from edg.com (lin3 [198.5.162.109])
by edg3.edg.com (8.9.1/8.9.1) with ESMTP id OAA02998;
Tue, 8 Oct 2002 14:55:38 -0400 (EDT)
Message-ID: <3DA32A29.401_at_[hidden]>
Date: Tue, 08 Oct 2002 14:55:37 -0400
From: "John H. Spicer" <jhs_at_[hidden]>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0
X-Accept-Language: en-us, en
To: "Ralf W. Grosse-Kunstleve" <rwgk_at_[hidden]>
CC: dave_at_[hidden]
Subject: Re: SGI version
References: <200210080739.g987dBQ299892_at_[hidden]>
X-Content-Length: 776
Lines: 59
Xref: NEFARIOUS mail.misc:589
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

Ralf W. Grosse-Kunstleve wrote:

>>David Abrahams wrote:
>>
>>
>>
>>>Ralf, did you know about this?
>>>John, what are they calling this version?
>>>
>>>
>>>
>>7.3.1.3.
>>
>>John.
>>
>>
>
>FWIW: That is the compiler we are using all the time (i.e. the one
>that requires John's "dummy" workaround). It advertises itself as 238.
>Ralf
>
>% CC -version
>MIPSpro Compilers: Version 7.3.1.3m
>
>% cat zap.cpp
>#include <iostream>
>int main()
>{
> std::cout << __EDG_VERSION__ << std::endl;
> return 0;
>}
>
>% CC -LANG:std zap.cpp
>
>% a.out
>238
>
>

My contact at SGI reports that the following is the magic incantation
required
to get the 2.45 front end.

John.

>
>
>Use the command-line option
>
> -Zf,_245
>
>to get the 2.45-based frontend.
>
>
>
>

 --=-=-=

-- 
David Abrahams * Boost Consulting
dave_at_[hidden] * http://www.boost-consulting.com
 --=-=-=-- 

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk