gustavo halperin <[EMAIL PROTECTED]> writes:
> 1. The orafce from www.pgfoundry.org doesn't pass the make step, is 
> looking for some files  that doesn't exist, see below:
>     orafce : make
>     Makefile:16: ../../src/Makefile.global: No such file or directory
>     Makefile:17: /contrib/contrib-global.mk: No such file or directory
>     make: *** No rule to make target `/contrib/contrib-global.mk'.  Stop.

It looks like it's expecting to be built inside the contrib directory of
a configured Postgres source tree.  If you have a version that knows
about pgxs you can build it outside the source tree with

        make USE_PGXS=1

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to