[geos-devel] RE: build error on SGI
Chris Padwick
cpadwick at digitalglobe.com
Mon Aug 15 14:27:22 EDT 2005
Hi Folks,
I believe I figured out a workaround. The config.status file contains
the line
s, at VERSION@,$((3-1)).1.3,;t t
which expands to "").1.1"" in the DGEOS version flag below. If I change
the line to say
s, at VERSION@,2.1.3,;t t
then it works just fine. Not sure why that would be the case since it
works ok on linux. Maybe it's something quirky in my particular version
of IRIX: IRIX64 dgidev 6.5 01100304 IP27 or the configuration on the
box.
FYI,
Chris
-----Original Message-----
From: Chris Padwick
Sent: Monday, August 15, 2005 10:48 AM
To: 'geos-devel at geos.refractions.net'
Subject: build error on SGI
Hi Folks,
I downloaded version 2.1.3 of geos and am building it on SGI. I'm
getting the following build error:
dgidev 10:39:25am: make
Making all in source
make[1]: Entering directory `/home/cpadwick/geos-2.1.3/source'
Making all in geom
make[2]: Entering directory `/home/cpadwick/geos-2.1.3/source/geom'
if /bin/sh ../../libtool --mode=compile --tag=CXX
/home/cpadwick/nfs1_oldhome/bin/g++ -DHAVE_CONFIG_H -I. -I.
-I../../source/headers -I../../source/headers/geos
-I../../source/headers -DGEOS_VERSION="").1.3"" -g -O2 -MT
Coordinate.lo -MD -MP -MF ".deps/Coordinate.Tpo" -c -o Coordinate.lo
Coordinate.cpp; \
then mv -f ".deps/Coordinate.Tpo" ".deps/Coordinate.Plo"; else rm -f
".deps/Coordinate.Tpo"; exit 1; fi
/bin/sh: syntax error at line 1 : `)' unexpected
make[2]: *** [Coordinate.lo] Error 2
make[2]: Leaving directory `/home/cpadwick/geos-2.1.3/source/geom'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cpadwick/geos-2.1.3/source'
make: *** [all-recursive] Error 1
I'm running the following versions of the gnu tools:
libtool --version
ltmain.sh (GNU libtool) 1.5.16 (1.1220.2.234 2005/04/24 17:45:58)
autoconf --version
autoconf (GNU Autoconf) 2.52
Written by David J. MacKenzie.
Version 1.61 of automake
make --version
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for mips-sgi-irix6.5
Any hints?
Thanks,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/geos-devel/attachments/20050815/063c49bf/attachment.html
More information about the geos-devel
mailing list