Jonathan Tse <dev(at)tsez(dot)net> writes:
> I just downloaded 8.03 source and try to compile the contrib module
> intarray by following the instruction in readme. However, I got the
> following error:
You need to run "configure" at the top of the distribution tree first.
Be sure to give configure the same arguments that were used to build
the installation you want to add the contrib module to. (pg_config
can remind you of them.)
regards, tom lane