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

Mark Cave-Ayland mark.cave-ayland at ilande.co.uk
Thu May 16 02:07:37 PDT 2013


On 16/05/13 09:47, Sandro Santilli wrote:

>> So the actual bug is that the build system is choosing the
>> pre-installed system header rather than the locally-generated header
>> at compile time - perhaps the Makefile is missing a dependency
>> somewhere?
>
> I can build&  install postgis-2.0 and then build&  make check a
> postgis-2.1 without problems on my system (ubuntu linux).
> Can I have access to the Solaris box ? I suspect it's a difference
> in how the linker resolves library names...

Hi strk,

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


ATB,

Mark.



More information about the postgis-devel mailing list