[postgis-devel] Building the extension on Solaris/amd64

Sandro Santilli strk at keybit.net
Thu May 16 04:38:55 PDT 2013


On Thu, May 16, 2013 at 01:37:57PM +0200, Sandro Santilli wrote:
> On Thu, May 16, 2013 at 10:07:37AM +0100, Mark Cave-Ayland wrote:
> 
> > I can recreate it here on Linux using the following:
> > 
> > make distclean
> > git checkout remotes/tags/2.0.3
> > ./autogen.sh
> > ./configure --with-projdir=/home/pg90/rel
> > --libdir=/home/pg90/rel/lib --includedir=/home/pg90/rel/include
> > --with-gui
> > make install
> > make distclean
> > git checkout remotes/trunk
> > ./autogen.sh
> > ./configure --with-projdir=/home/pg90/rel
> > --libdir=/home/pg90/rel/lib --includedir=/home/pg90/rel/include
> > --with-gui
> > make install
> 
> At which step you get the error, and what's the error ?
> The --includedir sounds suspicious.

Actually both --includedir and --libdir are.
I guess they result in -L/home/pg90/rel/lib and -I/home/pg90/rel/include
being present in the build/link line before the local dirs, right?

--strk;



More information about the postgis-devel mailing list