Re: problem while compiling user c functions in 7.1beta4
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: depesz@depesz.pl
Cc: pgsql-general@postgresql.org
Date: 2001-02-23T03:50:48Z
Lists: pgsql-hackers, pgsql-general
hubert depesz lubaczewski <depesz@depesz.pl> writes: > sorry. my fault. i was wrong because the files were not installed in working > directory. strange. error in makefile's? No, an extremely deliberate change, which was discussed at length in the mailing lists. The default install now installs only client-side header files, no server-side files. If you want to compile server-side code, either point your -I path at pgsql/src/include or do "make install-all-headers". regards, tom lane