RE: Unable to build on Solaris 2.6

From: Kovács Péter <peter(dot)kovacs(at)sysdata(dot)siemens(dot)hu>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: RE: Unable to build on Solaris 2.6
Date: 2001-07-17 16:07:38
Message-ID: 8A2DDD7ED7876A4698F6FF204F62CBFC6DC04A@budg112a.sysdata.siemens.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

In my .profile I had CPP set to /usr/ccs/lib/cpp and autoconf probably used
this instead of gcc -E. On the other hand, at build time gcc is probably not
looking at the CPP environment variable for a preprocessor, but simply uses
its own. After all I would not say that this is a bug in autoconf, but being
a bit more idiot-proof :) would certainly not hurt.

Peter

-----Original Message-----
From: Peter Eisentraut [mailto:peter_e(at)gmx(dot)net]
Sent: Tuesday, July 17, 2001 5:21 PM
To: Kovács Péter
Cc: pgsql-ports(at)postgresql(dot)org
Subject: RE: [PORTS] Unable to build on Solaris 2.6

Kovács Péter writes:

> Apparently, the configure script did not correctly recognize the
stringizing
> capibality of the preprocessor. (Should I report this as a bug in
> autoconf???)

Hmm. I've never seen this test give a wrong result. Can you check *why*
it does that?

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

Browse pgsql-ports by date

  From Date Subject
Next Message Lamar Owen 2001-07-18 22:44:07 PostgreSQL 7.1.2-5PGDG RPMset released for Red Hat 7.1.
Previous Message Peter Eisentraut 2001-07-17 15:20:53 RE: Unable to build on Solaris 2.6