Boost logo

Boost-Build :

Subject: Re: [Boost-build] bootstrap failed using sun studio 11 - Please help
From: Lars Viklund (zao_at_[hidden])
Date: 2011-05-14 02:00:01


On Fri, May 13, 2011 at 03:34:18PM -0400, Alex Lai (Scotia Capital) wrote:
> I'm trying to build boost 1.46.1 with Sun Studio 11 on a sparc machine. Below is what I did:
> # CC=/opt/SUNWspro11/SUNWspro/bin/CC; export CC
>
> It looks like the cc is used instead of CC.
> Could someone please help?

The last time I used the Sun tools:
* 'cc' was the C compiler and belonged in $CC;
* 'CC' was the C++ compiler and belonged in $CXX.

As those sources you're trying to build there are C, it seems wrong to
be trying to force them through the C++ compiler.

-- 
Lars Viklund | zao_at_[hidden]

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