From: | Christopher Browne <cbbrowne(at)acm(dot)org> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: V8.0rc1 On AIX. |
Date: | 2004-12-15 21:27:44 |
Message-ID: | 32boigF3ksqn3U1@individual.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
That would require that xlc be installed. Neither cc, cc_r, xlc, nor
xlcc (or maybe it was xlcpp?) are available on the systems Brad and I
are using, so that symlink will not work.
As a result, _none_ of these may be remotely considered to be
"universal answers" on AIX.
In effect, there are two models for compiling PostgreSQL on AIX:
a) Using the VisualAge C family of compilers, that get named xlc, cc,
and cc_r, and
b) Using GCC, which means the compiler is called "gcc," and which
means that xlc, cc, and cc_r should not be considered as
candidates for command lines.
Introducing threading doesn't somehow make "cc_r" available for those
of us using GCC.
--
(reverse (concatenate 'string "gro.gultn" "@" "enworbbc"))
http://www3.sympatico.ca/cbbrowne/unix.html
"No, I'm not interested in developing a powerful brain. All I'm after
is just a mediocre brain, something like the president of American
Telephone and Telegraph Company." -- Alan Turing on the possibilities
of a thinking machine, 1943.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-12-15 21:29:01 | Re: race condition for drop schema cascade? |
Previous Message | Michael Fuhr | 2004-12-15 21:16:48 | Re: production server down |