[geos-devel] make-error
Jean-Pierre Praz
jpraz at dplanet.ch
Wed Dec 10 09:36:02 EST 2003
hi.
i'm trying to install geos on cygwin. after ./configure i execute the make
command an receive the following error:
$ make
Making all in source
make[1]: Entering directory `/usr/src/geos-1.0/source'
Making all in geom
make[2]: Entering directory `/usr/src/geos-1.0/source/geom'
if /bin/bash ../../libtool --mode=compile CC -DHAVE_CONFIG_H -I. -I.
-I../../sou
rce/headers -I../../source/headers -I../../source/headers
-DGEOS_VERSION=""1.0""
-MT BasicCoordinateList.lo -MD -MP -MF ".deps/BasicCoordinateList.Tpo" \i
-c -o BasicCoordinateList.lo `test -f 'BasicCoordinateList.cpp' || echo
'./'`B
asicCoordinateList.cpp; \
then mv ".deps/BasicCoordinateList.Tpo" ".deps/BasicCoordinateList.Plo"; \
else rm -f ".deps/BasicCoordinateList.Tpo"; exit 1; \
fi
rm -f .libs/BasicCoordinateList.lo
CC -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers
-I../..
/source/headers -DGEOS_VERSION=1.0 -MT BasicCoordinateList.lo -MD -MP -MF
.deps/
BasicCoordinateList.Tpo -c BasicCoordinateList.cpp -DDLL_EXPORT -DPIC -o
.libs/
BasicCoordinateList.lo
CC: installation problem, cannot exec `cc1plus': No such file or directory
make[2]: *** [BasicCoordinateList.lo] Error 1
make[2]: Leaving directory `/usr/src/geos-1.0/source/geom'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/geos-1.0/source'
make: *** [all-recursive] Error 1
i can reproduce the error with the following command:
$ CC -DHAVE_CONFIG_H -I. -I../../source/headers -DGEOS_VERSION=1.0 -MT BasicCo
ordinateList.lo -MD -MP -MF .deps/BasicCoordinateList.Tpo -c BasicCoordinateLis
t.cpp -DDLL_EXPORT -DPIC -o .libs/BasicCoordinateList.lo
CC: installation problem, cannot exec `cc1plus': No such file or directory
what's wrong? i'm using gcc 3.3.1.
thanks for any help
jean-pierre praz
More information about the geos-devel
mailing list