[GRASS5] Re: 57 compile error
Kirk R. Wythers
kwythers at UMN.EDU
Thu Dec 11 12:55:29 EST 2003
I have been working with different configure combinations for a 57
build (see below) and now I am struggling with a nad2bin issue.
The make error is:
OBJ.powerpc-apple-darwin7.0.0/get_proj.o
OBJ.powerpc-apple-darwin7.0.0/do_proj.o
OBJ.powerpc-apple-darwin7.0.0/convert.o
OBJ.powerpc-apple-darwin7.0.0/datum.o
OBJ.powerpc-apple-darwin7.0.0/ellipse.o -lgrass_gis -lgrass_datetime
-lintl -lproj -L/usr/local/lib -lgdal -o
/Users/kirkw/tmp/grass57_exp_2003_12_06/dist.powerpc-apple-darwin7.0.0/
lib/libgrass_gproj.dylib
for i in FL.lla MD.lla TN.lla WI.lla WO.lla alaska.lla conus.lla
hawaii.lla prvi.lla stgeorge.lla stlrnc.lla stpaul.lla ; do nad2bin <
$i
/Users/kirkw/tmp/grass57_exp_2003_12_06/dist.powerpc-apple-darwin7.0.0/
etc/nad/`echo $i | sed 's/.lla//'`; done
/bin/sh: line 1: nad2bin: command not found
/bin/sh: line 1: nad2bin: command not found
/bin/sh: line 1: nad2bin: command not found
/bin/sh: line 1: nad2bin: command not found
/bin/sh: line 1: nad2bin: command not found
/bin/sh: line 1: nad2bin: command not found
/bin/sh: line 1: nad2bin: command not found
/bin/sh: line 1: nad2bin: command not found
/bin/sh: line 1: nad2bin: command not found
/bin/sh: line 1: nad2bin: command not found
/bin/sh: line 1: nad2bin: command not found
/bin/sh: line 1: nad2bin: command not found
make[2]: ***
[/Users/kirkw/tmp/grass57_exp_2003_12_06/dist.powerpc-apple-
darwin7.0.0/etc/nad] Error 127
make[1]: *** [subdirs] Error 1
make: *** [default] Error 1
Here are the config switches I used:
./configure --with-grass50=/Users/kirkw/tmp/grass53_exp_2003_12_06/ \
--enable-shared \
--with-includes=/sw/include \
--with-libs=/sw/lib \
--with-tiff-includes=/sw/include \
--with-tiff-libs=/sw/lib \
--with-tcltk-includes=/sw/include \
--with-tcltk-libs=/sw/lib/tcl8.4 \
--with-opengl-libs=/usr/X11R6/lib \
--with-opengl-includes=/usr/X11R6/include \
--with-fftw-includes=/sw/include/ \
--with-gdal=/usr/local/bin/gdal-config \
--with-postgres-includes=/sw/include/postgresql \
--with-postgres-libs=/sw/lib/postgresql \
--with-odbc \
--with-motif \
--with-glw \
--with-readline
Ever seen this one before?
Kirk
On Dec 11, 2003, at 8:56 AM, Markus Neteler wrote:
> Your problem looks like a configure issue.
>
> In ./db/drivers/postgres/Makefile
> CRYPTLIB = -lcrypt
> is hardcoded. Maybe this should go elsewhere into Platform.make
> ?
>
> Markus
>
> _______________________________________________
> grass5 mailing list
> grass5 at grass.itc.it
> http://grass.itc.it/mailman/listinfo/grass5
>
More information about the grass-dev
mailing list