[OpenAFS-devel] Re: Choice of C compiler on AIX

Tom Keiser tkeiser@sinenomine.net
Mon, 4 Oct 2010 17:25:41 -0400


On Mon, Oct 4, 2010 at 4:59 PM, Andrew Deason <adeason@sinenomine.net> wrote:
> On Mon, 4 Oct 2010 16:53:49 -0400
> Derrick Brashear <shadow@gmail.com> wrote:
>
>> 5.which?
>

I've got access to an old AIX 5.1 machine with an ancient VAC install
(version 6.0); it's the same situation there:

bash-3.00$ uname -srv
AIX 1 5
bash-3.00$ cd /usr/vac/bin
bash-3.00$ ls -li cc xlc xlc_r
112660 -r-xr-xr-x  13 bin      bin           74947 Jun 07 2002  cc
112660 -r-xr-xr-x  13 bin      bin           74947 Jun 07 2002  xlc
112660 -r-xr-xr-x  13 bin      bin           74947 Jun 07 2002  xlc_r

I'm pretty sure what Andrew is saying about vac.cfg is correct; if we
want to have exactly one invocation, then we're going to simplify the
build system at the expense of not playing well at sites that expect
vac.cfg to take care of everything for them...

-Tom