Re: #include oddity in v7.0b3
Olivier Galibert <galibert@xemacs.org>
From: Olivier Galibert <galibert@xemacs.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Didier Verna <didier@xemacs.org>, bugs@postgresql.org, XEmacs beta testers <xemacs-beta@xemacs.org>, Oliver Elphick <Oliver.Elphick@lfix.co.uk>
Date: 2000-04-10T18:22:39Z
Lists: pgsql-bugs
On Mon, Apr 10, 2000 at 01:45:39PM -0400, Tom Lane wrote: > Offhand, if you do not put -I into your compile switches, I'd be > somewhat surprised that either way would work for you. Certainly > hardcoding a full path into application source code is a completely > unportable way to do things... Not when it's autoconf that does the hardcoding :-) With the number of external librairies we use, the amount of -I was becoming a bit too high for our tastes... OG.