[postgis-devel] FW: [Mingw-msys] RE: Bug with backticks behaviour in mSYS?

strk at refractions.net strk at refractions.net
Fri Jan 6 06:38:02 PST 2006


[postgis-devel included in Cc]

On Fri, Jan 06, 2006 at 09:35:46AM +0100, Havard Tveite wrote:
> Seems to be OK on Solaris 2.7 also.
> 
> By the way, I now have to specify --with-proj=/usr/local, if not,
> configure suggests:
> PROJ: dir=/data3/usr/local/src/postgresql/pgsql/contrib/postgis

mmm... I didn't change that line, it should get proj dir
from path of 'proj' executable:

AC_PATH_PROG([PROJ], [proj])
if test -n "$PROJ"; then
        USE_PROJ=1
        PROJ_DIR=`dirname ${PROJ}`/..
        owd=$PWD; cd ${PROJ_DIR}; PROJ_DIR=$PWD; cd $owd;
fi

PROJ should get the value of `which proj` (with AC_PATH_PROG),
could you try the subsequent statements to see where do things
mess up (if they do) ?

Thanks

--strk;



More information about the postgis-devel mailing list