Re: Bug #584: postgresql will not build on Solaris with cc
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: andre@synchronicity.com, pgsql-bugs@postgresql.org
Date: 2002-02-12T21:14:56Z
Lists: pgsql-bugs
pgsql-bugs@postgresql.org writes: > postgresql will not build on Solaris with cc Which cc, exactly? I just found out yesterday that /usr/ucb/cc doesn't work very well on Solaris; it tries to provide a BSD-ish environment and doesn't really succeed. You want to use the SUNpro compiler directly, or via the standard link /usr/ccs/bin/ucbcc. regards, tom lane