Created
December 10, 2014 23:00
-
-
Save pingswept/351ba79592775f1c21f2 to your computer and use it in GitHub Desktop.
Spew from building PostGIS 2.0.6 on Beaglebone Black
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@rascal-orange:/usr/local/postgis-2.0.6# ./configure | |
| checking build system type... armv7l-unknown-linux-gnueabihf | |
| checking host system type... armv7l-unknown-linux-gnueabihf | |
| checking how to print strings... printf | |
| checking for gcc... gcc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether gcc accepts -g... yes | |
| checking for gcc option to accept ISO C89... none needed | |
| checking for a sed that does not truncate output... /bin/sed | |
| checking for grep that handles long lines and -e... /bin/grep | |
| checking for egrep... /bin/grep -E | |
| checking for fgrep... /bin/grep -F | |
| checking for ld used by gcc... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... yes | |
| checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
| checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
| checking whether ln -s works... yes | |
| checking the maximum length of command line arguments... 1572864 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop | |
| checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop | |
| checking for /usr/bin/ld option to reload object files... -r | |
| checking for objdump... objdump | |
| checking how to recognize dependent libraries... pass_all | |
| checking for dlltool... no | |
| checking how to associate runtime and link libraries... printf %s\n | |
| checking for ar... ar | |
| checking for archiver @FILE support... @ | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking for gawk... no | |
| checking for mawk... mawk | |
| checking command to parse /usr/bin/nm -B output from gcc object... ok | |
| checking for sysroot... no | |
| checking for mt... mt | |
| checking if mt is a manifest tool... no | |
| checking how to run the C preprocessor... gcc -E | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if gcc supports -fno-rtti -fno-exceptions... no | |
| checking for gcc option to produce PIC... -fPIC -DPIC | |
| checking if gcc PIC flag -fPIC -DPIC works... yes | |
| checking if gcc static flag -static works... yes | |
| checking if gcc supports -c -o file.o... yes | |
| checking if gcc supports -c -o file.o... (cached) yes | |
| checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes | |
| checking whether -lc should be explicitly linked in... no | |
| checking dynamic linker characteristics... GNU/Linux ld.so | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether stripping libraries is possible... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| checking for gcc... (cached) gcc | |
| checking whether we are using the GNU C compiler... (cached) yes | |
| checking whether gcc accepts -g... (cached) yes | |
| checking for gcc option to accept ISO C89... (cached) none needed | |
| checking how to run the C preprocessor... gcc -E | |
| checking for g++... g++ | |
| checking whether we are using the GNU C++ compiler... yes | |
| checking whether g++ accepts -g... yes | |
| checking how to run the C++ preprocessor... g++ -E | |
| checking for ld used by g++... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... yes | |
| checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes | |
| checking for g++ option to produce PIC... -fPIC -DPIC | |
| checking if g++ PIC flag -fPIC -DPIC works... yes | |
| checking if g++ static flag -static works... yes | |
| checking if g++ supports -c -o file.o... yes | |
| checking if g++ supports -c -o file.o... (cached) yes | |
| checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
| checking how to hardcode library paths into programs... immediate | |
| checking for ant... no | |
| checking for cpp... /usr/bin/cpp | |
| checking if g++ supports -Wall... yes | |
| checking if g++ supports -Wmissing-prototypes... yes | |
| checking if g++ supports -ffloat-store... yes | |
| checking for flex... flex | |
| checking lex output file root... lex.yy | |
| checking lex library... -lfl | |
| checking whether yytext is a pointer... yes | |
| checking for bison... bison -y | |
| checking ieeefp.h usability... no | |
| checking ieeefp.h presence... no | |
| checking for ieeefp.h... no | |
| checking termios.h usability... yes | |
| checking termios.h presence... yes | |
| checking for termios.h... yes | |
| checking for vasprintf... yes | |
| checking for asprintf... yes | |
| checking for _LARGEFILE_SOURCE value needed for large files... no | |
| checking for perl... /usr/bin/perl | |
| checking for convert... no | |
| configure: WARNING: ImageMagick does not seem to be installed. Documentation cannot be built | |
| checking for xsltproc... /usr/bin/xsltproc | |
| checking for xmllint... /usr/bin/xmllint | |
| checking for dblatex... no | |
| configure: WARNING: dblatex is not installed so PDF documentation cannot be built | |
| checking CUnit/CUnit.h usability... no | |
| checking CUnit/CUnit.h presence... no | |
| checking for CUnit/CUnit.h... no | |
| configure: WARNING: could not locate CUnit required for unit tests | |
| checking iconv.h usability... yes | |
| checking iconv.h presence... yes | |
| checking for iconv.h... yes | |
| checking for libiconv_open in -liconv... no | |
| checking for iconv_open in -lc... yes | |
| checking for iconvctl... no | |
| checking for libiconvctl... no | |
| checking for pg_config... /usr/bin/pg_config | |
| checking PostgreSQL version... PostgreSQL 9.1.14 | |
| checking libpq-fe.h usability... yes | |
| checking libpq-fe.h presence... yes | |
| checking for libpq-fe.h... yes | |
| checking for PQserverVersion in -lpq... yes | |
| checking for xml2-config... /usr/bin/xml2-config | |
| checking libxml/tree.h usability... yes | |
| checking libxml/tree.h presence... yes | |
| checking for libxml/tree.h... yes | |
| checking libxml/parser.h usability... yes | |
| checking libxml/parser.h presence... yes | |
| checking for libxml/parser.h... yes | |
| checking libxml/xpath.h usability... yes | |
| checking libxml/xpath.h presence... yes | |
| checking for libxml/xpath.h... yes | |
| checking libxml/xpathInternals.h usability... yes | |
| checking libxml/xpathInternals.h presence... yes | |
| checking for libxml/xpathInternals.h... yes | |
| checking for xmlInitParser in -lxml2... yes | |
| checking for geos-config... /usr/bin/geos-config | |
| checking GEOS version... 3.3.3 | |
| checking geos_c.h usability... yes | |
| checking geos_c.h presence... yes | |
| checking for geos_c.h... yes | |
| checking for initGEOS in -lgeos_c... yes | |
| checking whether make sets $(MAKE)... yes | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking for a thread-safe mkdir -p... /bin/mkdir -p | |
| checking whether NLS is requested... yes | |
| checking for msgfmt... /usr/bin/msgfmt | |
| checking for gmsgfmt... /usr/bin/msgfmt | |
| checking for xgettext... /usr/bin/xgettext | |
| checking for msgmerge... /usr/bin/msgmerge | |
| checking for ld used by GCC... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... yes | |
| checking for shared library run path origin... done | |
| checking for CFPreferencesCopyAppValue... no | |
| checking for CFLocaleCopyCurrent... no | |
| checking for GNU gettext in libc... yes | |
| checking whether to use NLS... yes | |
| checking where the gettext function comes from... libc | |
| checking proj_api.h usability... yes | |
| checking proj_api.h presence... yes | |
| checking for proj_api.h... yes | |
| checking for pj_get_release in -lproj... yes | |
| checking json/json.h usability... yes | |
| checking json/json.h presence... yes | |
| checking for json/json.h... yes | |
| checking for json_object_get in -ljson... yes | |
| TOPOLOGY: Topology support requested | |
| RASTER: Raster support requested | |
| checking for gdal-config... no | |
| checking for GDAL >= 1.6.0... not found | |
| configure: error: gdal-config not found. Use --without-raster or try --with-gdalconfig=<path to gdal-config> | |
| root@rascal-orange:/usr/local/postgis-2.0.6# ./configure --without-raster | |
| checking build system type... armv7l-unknown-linux-gnueabihf | |
| checking host system type... armv7l-unknown-linux-gnueabihf | |
| checking how to print strings... printf | |
| checking for gcc... gcc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether gcc accepts -g... yes | |
| checking for gcc option to accept ISO C89... none needed | |
| checking for a sed that does not truncate output... /bin/sed | |
| checking for grep that handles long lines and -e... /bin/grep | |
| checking for egrep... /bin/grep -E | |
| checking for fgrep... /bin/grep -F | |
| checking for ld used by gcc... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... yes | |
| checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
| checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
| checking whether ln -s works... yes | |
| checking the maximum length of command line arguments... 1572864 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop | |
| checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop | |
| checking for /usr/bin/ld option to reload object files... -r | |
| checking for objdump... objdump | |
| checking how to recognize dependent libraries... pass_all | |
| checking for dlltool... no | |
| checking how to associate runtime and link libraries... printf %s\n | |
| checking for ar... ar | |
| checking for archiver @FILE support... @ | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking for gawk... no | |
| checking for mawk... mawk | |
| checking command to parse /usr/bin/nm -B output from gcc object... ok | |
| checking for sysroot... no | |
| checking for mt... mt | |
| checking if mt is a manifest tool... no | |
| checking how to run the C preprocessor... gcc -E | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if gcc supports -fno-rtti -fno-exceptions... no | |
| checking for gcc option to produce PIC... -fPIC -DPIC | |
| checking if gcc PIC flag -fPIC -DPIC works... yes | |
| checking if gcc static flag -static works... yes | |
| checking if gcc supports -c -o file.o... yes | |
| checking if gcc supports -c -o file.o... (cached) yes | |
| checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes | |
| checking whether -lc should be explicitly linked in... no | |
| checking dynamic linker characteristics... GNU/Linux ld.so | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether stripping libraries is possible... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| checking for gcc... (cached) gcc | |
| checking whether we are using the GNU C compiler... (cached) yes | |
| checking whether gcc accepts -g... (cached) yes | |
| checking for gcc option to accept ISO C89... (cached) none needed | |
| checking how to run the C preprocessor... gcc -E | |
| checking for g++... g++ | |
| checking whether we are using the GNU C++ compiler... yes | |
| checking whether g++ accepts -g... yes | |
| checking how to run the C++ preprocessor... g++ -E | |
| checking for ld used by g++... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... yes | |
| checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes | |
| checking for g++ option to produce PIC... -fPIC -DPIC | |
| checking if g++ PIC flag -fPIC -DPIC works... yes | |
| checking if g++ static flag -static works... yes | |
| checking if g++ supports -c -o file.o... yes | |
| checking if g++ supports -c -o file.o... (cached) yes | |
| checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
| checking how to hardcode library paths into programs... immediate | |
| checking for ant... no | |
| checking for cpp... /usr/bin/cpp | |
| checking if g++ supports -Wall... yes | |
| checking if g++ supports -Wmissing-prototypes... yes | |
| checking if g++ supports -ffloat-store... yes | |
| checking for flex... flex | |
| checking lex output file root... lex.yy | |
| checking lex library... -lfl | |
| checking whether yytext is a pointer... yes | |
| checking for bison... bison -y | |
| checking ieeefp.h usability... no | |
| checking ieeefp.h presence... no | |
| checking for ieeefp.h... no | |
| checking termios.h usability... yes | |
| checking termios.h presence... yes | |
| checking for termios.h... yes | |
| checking for vasprintf... yes | |
| checking for asprintf... yes | |
| checking for _LARGEFILE_SOURCE value needed for large files... no | |
| checking for perl... /usr/bin/perl | |
| checking for convert... no | |
| configure: WARNING: ImageMagick does not seem to be installed. Documentation cannot be built | |
| checking for xsltproc... /usr/bin/xsltproc | |
| checking for xmllint... /usr/bin/xmllint | |
| checking for dblatex... no | |
| configure: WARNING: dblatex is not installed so PDF documentation cannot be built | |
| checking CUnit/CUnit.h usability... no | |
| checking CUnit/CUnit.h presence... no | |
| checking for CUnit/CUnit.h... no | |
| configure: WARNING: could not locate CUnit required for unit tests | |
| checking iconv.h usability... yes | |
| checking iconv.h presence... yes | |
| checking for iconv.h... yes | |
| checking for libiconv_open in -liconv... no | |
| checking for iconv_open in -lc... yes | |
| checking for iconvctl... no | |
| checking for libiconvctl... no | |
| checking for pg_config... /usr/bin/pg_config | |
| checking PostgreSQL version... PostgreSQL 9.1.14 | |
| checking libpq-fe.h usability... yes | |
| checking libpq-fe.h presence... yes | |
| checking for libpq-fe.h... yes | |
| checking for PQserverVersion in -lpq... yes | |
| checking for xml2-config... /usr/bin/xml2-config | |
| checking libxml/tree.h usability... yes | |
| checking libxml/tree.h presence... yes | |
| checking for libxml/tree.h... yes | |
| checking libxml/parser.h usability... yes | |
| checking libxml/parser.h presence... yes | |
| checking for libxml/parser.h... yes | |
| checking libxml/xpath.h usability... yes | |
| checking libxml/xpath.h presence... yes | |
| checking for libxml/xpath.h... yes | |
| checking libxml/xpathInternals.h usability... yes | |
| checking libxml/xpathInternals.h presence... yes | |
| checking for libxml/xpathInternals.h... yes | |
| checking for xmlInitParser in -lxml2... yes | |
| checking for geos-config... /usr/bin/geos-config | |
| checking GEOS version... 3.3.3 | |
| checking geos_c.h usability... yes | |
| checking geos_c.h presence... yes | |
| checking for geos_c.h... yes | |
| checking for initGEOS in -lgeos_c... yes | |
| checking whether make sets $(MAKE)... yes | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking for a thread-safe mkdir -p... /bin/mkdir -p | |
| checking whether NLS is requested... yes | |
| checking for msgfmt... /usr/bin/msgfmt | |
| checking for gmsgfmt... /usr/bin/msgfmt | |
| checking for xgettext... /usr/bin/xgettext | |
| checking for msgmerge... /usr/bin/msgmerge | |
| checking for ld used by GCC... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... yes | |
| checking for shared library run path origin... done | |
| checking for CFPreferencesCopyAppValue... no | |
| checking for CFLocaleCopyCurrent... no | |
| checking for GNU gettext in libc... yes | |
| checking whether to use NLS... yes | |
| checking where the gettext function comes from... libc | |
| checking proj_api.h usability... yes | |
| checking proj_api.h presence... yes | |
| checking for proj_api.h... yes | |
| checking for pj_get_release in -lproj... yes | |
| checking json/json.h usability... yes | |
| checking json/json.h presence... yes | |
| checking for json/json.h... yes | |
| checking for json_object_get in -ljson... yes | |
| TOPOLOGY: Topology support requested | |
| RASTER: Raster support disabled | |
| configure: creating ./config.status | |
| config.status: creating GNUmakefile | |
| config.status: creating extensions/Makefile | |
| config.status: creating extensions/postgis/Makefile | |
| config.status: creating extensions/postgis/postgis.control | |
| config.status: creating extensions/postgis_topology/Makefile | |
| config.status: creating extensions/postgis_topology/postgis_topology.control | |
| config.status: creating liblwgeom/Makefile | |
| config.status: creating liblwgeom/cunit/Makefile | |
| config.status: creating liblwgeom/liblwgeom.h | |
| config.status: creating libpgcommon/Makefile | |
| config.status: creating libpgcommon/cunit/Makefile | |
| config.status: creating postgis/Makefile | |
| config.status: creating postgis/sqldefines.h | |
| config.status: creating loader/Makefile | |
| config.status: creating loader/cunit/Makefile | |
| config.status: creating topology/Makefile | |
| config.status: creating topology/test/Makefile | |
| config.status: creating regress/Makefile | |
| config.status: creating doc/Makefile | |
| config.status: creating doc/Makefile.comments | |
| config.status: creating doc/html/image_src/Makefile | |
| config.status: creating utils/Makefile | |
| config.status: creating java/jdbc/Makefile | |
| config.status: creating raster/Makefile | |
| config.status: creating postgis_config.h | |
| config.status: executing libtool commands | |
| config.status: executing po-directories commands | |
| PostGIS is now configured for armv7l-unknown-linux-gnueabihf | |
| -------------- Compiler Info ------------- | |
| C compiler: gcc -g -O2 | |
| C++ compiler: g++ -g -O2 | |
| SQL preprocessor: /usr/bin/cpp -traditional-cpp -P | |
| -------------- Dependencies -------------- | |
| GEOS config: /usr/bin/geos-config | |
| GEOS version: 3.3.3 | |
| PostgreSQL config: /usr/bin/pg_config | |
| PostgreSQL version: PostgreSQL 9.1.14 | |
| PROJ4 version: 47 | |
| Libxml2 config: /usr/bin/xml2-config | |
| Libxml2 version: 2.8.0 | |
| JSON-C support: yes | |
| PostGIS debug level: 0 | |
| Perl: /usr/bin/perl | |
| --------------- Extensions --------------- | |
| PostGIS Raster: disabled | |
| PostGIS Topology: enabled | |
| -------- Documentation Generation -------- | |
| xsltproc: /usr/bin/xsltproc | |
| xsl style sheets: /usr/share/xml/docbook/stylesheet/nwalsh | |
| dblatex: | |
| convert: | |
| mathml2.dtd: /usr/share/xml/schema/w3c/mathml/dtd/mathml2.dtd | |
| root@rascal-orange:/usr/local/postgis-2.0.6# make | |
| /usr/bin/perl utils/svn_repo_revision.pl | |
| Can't fetch local revision (neither .svn nor .git found) | |
| Not updating existing rev file at 12554 | |
| for s in liblwgeom libpgcommon postgis regress topology loader utils ; do \ | |
| echo "---- Making all in ${s}"; \ | |
| make -C ${s} all || exit 1; \ | |
| done; | |
| ---- Making all in liblwgeom | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/liblwgeom' | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o stringbuffer.lo stringbuffer.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c stringbuffer.c -fPIC -DPIC -o .libs/stringbuffer.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c stringbuffer.c -o stringbuffer.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o measures.lo measures.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c measures.c -fPIC -DPIC -o .libs/measures.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c measures.c -o measures.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o measures3d.lo measures3d.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c measures3d.c -fPIC -DPIC -o .libs/measures3d.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c measures3d.c -o measures3d.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o box2d.lo box2d.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c box2d.c -fPIC -DPIC -o .libs/box2d.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c box2d.c -o box2d.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o ptarray.lo ptarray.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c ptarray.c -fPIC -DPIC -o .libs/ptarray.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c ptarray.c -o ptarray.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwgeom_api.lo lwgeom_api.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeom_api.c -fPIC -DPIC -o .libs/lwgeom_api.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeom_api.c -o lwgeom_api.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwgeom.lo lwgeom.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeom.c -fPIC -DPIC -o .libs/lwgeom.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeom.c -o lwgeom.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwpoint.lo lwpoint.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwpoint.c -fPIC -DPIC -o .libs/lwpoint.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwpoint.c -o lwpoint.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwline.lo lwline.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwline.c -fPIC -DPIC -o .libs/lwline.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwline.c -o lwline.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwpoly.lo lwpoly.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwpoly.c -fPIC -DPIC -o .libs/lwpoly.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwpoly.c -o lwpoly.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwtriangle.lo lwtriangle.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwtriangle.c -fPIC -DPIC -o .libs/lwtriangle.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwtriangle.c -o lwtriangle.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwmpoint.lo lwmpoint.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwmpoint.c -fPIC -DPIC -o .libs/lwmpoint.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwmpoint.c -o lwmpoint.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwmline.lo lwmline.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwmline.c -fPIC -DPIC -o .libs/lwmline.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwmline.c -o lwmline.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwmpoly.lo lwmpoly.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwmpoly.c -fPIC -DPIC -o .libs/lwmpoly.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwmpoly.c -o lwmpoly.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwcollection.lo lwcollection.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwcollection.c -fPIC -DPIC -o .libs/lwcollection.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwcollection.c -o lwcollection.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwcircstring.lo lwcircstring.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwcircstring.c -fPIC -DPIC -o .libs/lwcircstring.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwcircstring.c -o lwcircstring.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwcompound.lo lwcompound.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwcompound.c -fPIC -DPIC -o .libs/lwcompound.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwcompound.c -o lwcompound.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwcurvepoly.lo lwcurvepoly.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwcurvepoly.c -fPIC -DPIC -o .libs/lwcurvepoly.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwcurvepoly.c -o lwcurvepoly.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwmcurve.lo lwmcurve.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwmcurve.c -fPIC -DPIC -o .libs/lwmcurve.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwmcurve.c -o lwmcurve.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwmsurface.lo lwmsurface.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwmsurface.c -fPIC -DPIC -o .libs/lwmsurface.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwmsurface.c -o lwmsurface.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwpsurface.lo lwpsurface.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwpsurface.c -fPIC -DPIC -o .libs/lwpsurface.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwpsurface.c -o lwpsurface.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwtin.lo lwtin.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwtin.c -fPIC -DPIC -o .libs/lwtin.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwtin.c -o lwtin.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwout_wkb.lo lwout_wkb.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwout_wkb.c -fPIC -DPIC -o .libs/lwout_wkb.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwout_wkb.c -o lwout_wkb.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwin_wkb.lo lwin_wkb.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwin_wkb.c -fPIC -DPIC -o .libs/lwin_wkb.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwin_wkb.c -o lwin_wkb.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwout_wkt.lo lwout_wkt.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwout_wkt.c -fPIC -DPIC -o .libs/lwout_wkt.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwout_wkt.c -o lwout_wkt.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwin_wkt_parse.lo lwin_wkt_parse.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwin_wkt_parse.c -fPIC -DPIC -o .libs/lwin_wkt_parse.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwin_wkt_parse.c -o lwin_wkt_parse.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwin_wkt_lex.lo lwin_wkt_lex.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwin_wkt_lex.c -fPIC -DPIC -o .libs/lwin_wkt_lex.o | |
| lwin_wkt_lex.c:1417:16: warning: 'input' defined but not used [-Wunused-function] | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwin_wkt_lex.c -o lwin_wkt_lex.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwin_wkt.lo lwin_wkt.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwin_wkt.c -fPIC -DPIC -o .libs/lwin_wkt.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwin_wkt.c -o lwin_wkt.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwutil.lo lwutil.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwutil.c -fPIC -DPIC -o .libs/lwutil.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwutil.c -o lwutil.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwhomogenize.lo lwhomogenize.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwhomogenize.c -fPIC -DPIC -o .libs/lwhomogenize.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwhomogenize.c -o lwhomogenize.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwalgorithm.lo lwalgorithm.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwalgorithm.c -fPIC -DPIC -o .libs/lwalgorithm.o | |
| lwalgorithm.c: In function 'lwline_crossing_direction': | |
| lwalgorithm.c:170:20: warning: variable 'rv' set but not used [-Wunused-but-set-variable] | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwalgorithm.c -o lwalgorithm.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwsegmentize.lo lwsegmentize.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwsegmentize.c -fPIC -DPIC -o .libs/lwsegmentize.o | |
| lwsegmentize.c: In function 'lwcircle_segmentize': | |
| lwsegmentize.c:171:6: warning: variable 'result' set but not used [-Wunused-but-set-variable] | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwsegmentize.c -o lwsegmentize.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwlinearreferencing.lo lwlinearreferencing.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwlinearreferencing.c -fPIC -DPIC -o .libs/lwlinearreferencing.o | |
| lwlinearreferencing.c: In function 'lwline_clip_to_ordinate_range': | |
| lwlinearreferencing.c:529:9: warning: variable 'rv' set but not used [-Wunused-but-set-variable] | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwlinearreferencing.c -o lwlinearreferencing.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwprint.lo lwprint.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwprint.c -fPIC -DPIC -o .libs/lwprint.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwprint.c -o lwprint.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o vsprintf.lo vsprintf.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c vsprintf.c -fPIC -DPIC -o .libs/vsprintf.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c vsprintf.c -o vsprintf.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o g_box.lo g_box.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c g_box.c -fPIC -DPIC -o .libs/g_box.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c g_box.c -o g_box.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o g_serialized.lo g_serialized.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c g_serialized.c -fPIC -DPIC -o .libs/g_serialized.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c g_serialized.c -o g_serialized.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o g_util.lo g_util.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c g_util.c -fPIC -DPIC -o .libs/g_util.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c g_util.c -o g_util.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwgeodetic.lo lwgeodetic.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeodetic.c -fPIC -DPIC -o .libs/lwgeodetic.o | |
| lwgeodetic.c: In function 'ptarray_contains_point': | |
| lwgeodetic.c:2887:13: warning: variable 'q' set but not used [-Wunused-but-set-variable] | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeodetic.c -o lwgeodetic.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwtree.lo lwtree.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwtree.c -fPIC -DPIC -o .libs/lwtree.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwtree.c -o lwtree.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o libtgeom.lo libtgeom.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c libtgeom.c -fPIC -DPIC -o .libs/libtgeom.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c libtgeom.c -o libtgeom.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwout_gml.lo lwout_gml.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwout_gml.c -fPIC -DPIC -o .libs/lwout_gml.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwout_gml.c -o lwout_gml.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwout_kml.lo lwout_kml.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwout_kml.c -fPIC -DPIC -o .libs/lwout_kml.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwout_kml.c -o lwout_kml.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwout_geojson.lo lwout_geojson.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwout_geojson.c -fPIC -DPIC -o .libs/lwout_geojson.o | |
| lwout_geojson.c: In function 'lwgeom_to_geojson': | |
| lwout_geojson.c:40:6: warning: variable 'rv' set but not used [-Wunused-but-set-variable] | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwout_geojson.c -o lwout_geojson.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwout_svg.lo lwout_svg.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwout_svg.c -fPIC -DPIC -o .libs/lwout_svg.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwout_svg.c -o lwout_svg.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwout_x3d.lo lwout_x3d.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwout_x3d.c -fPIC -DPIC -o .libs/lwout_x3d.o | |
| lwout_x3d.c: In function 'asx3d3_poly_buf': | |
| lwout_x3d.c:315:6: warning: variable 'dimension' set but not used [-Wunused-but-set-variable] | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwout_x3d.c -o lwout_x3d.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwgeom_debug.lo lwgeom_debug.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeom_debug.c -fPIC -DPIC -o .libs/lwgeom_debug.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeom_debug.c -o lwgeom_debug.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwgeom_geos.lo lwgeom_geos.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeom_geos.c -fPIC -DPIC -o .libs/lwgeom_geos.o | |
| lwgeom_geos.c: In function 'ptarray_from_GEOSCoordSeq': | |
| lwgeom_geos.c:55:20: warning: variable 'ptsize' set but not used [-Wunused-but-set-variable] | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeom_geos.c -o lwgeom_geos.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwgeom_geos_clean.lo lwgeom_geos_clean.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeom_geos_clean.c -fPIC -DPIC -o .libs/lwgeom_geos_clean.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeom_geos_clean.c -o lwgeom_geos_clean.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwgeom_geos_node.lo lwgeom_geos_node.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeom_geos_node.c -fPIC -DPIC -o .libs/lwgeom_geos_node.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeom_geos_node.c -o lwgeom_geos_node.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwgeom_geos_split.lo lwgeom_geos_split.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeom_geos_split.c -fPIC -DPIC -o .libs/lwgeom_geos_split.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeom_geos_split.c -o lwgeom_geos_split.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c -o lwgeom_transform.lo lwgeom_transform.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeom_transform.c -fPIC -DPIC -o .libs/lwgeom_transform.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -c lwgeom_transform.c -o lwgeom_transform.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -ffloat-store -c -o lwspheroid.lo lwspheroid.c | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -ffloat-store -c lwspheroid.c -fPIC -DPIC -o .libs/lwspheroid.o | |
| libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include -ffloat-store -c lwspheroid.c -o lwspheroid.o >/dev/null 2>&1 | |
| /bin/bash ../libtool --tag=CC --mode=link gcc -rpath /usr/local/lib stringbuffer.lo measures.lo measures3d.lo box2d.lo ptarray.lo lwgeom_api.lo lwgeom.lo lwpoint.lo lwline.lo lwpoly.lo lwtriangle.lo lwmpoint.lo lwmline.lo lwmpoly.lo lwcollection.lo lwcircstring.lo lwcompound.lo lwcurvepoly.lo lwmcurve.lo lwmsurface.lo lwpsurface.lo lwtin.lo lwout_wkb.lo lwin_wkb.lo lwout_wkt.lo lwin_wkt_parse.lo lwin_wkt_lex.lo lwin_wkt.lo lwutil.lo lwhomogenize.lo lwalgorithm.lo lwsegmentize.lo lwlinearreferencing.lo lwprint.lo vsprintf.lo g_box.lo g_serialized.lo g_util.lo lwgeodetic.lo lwtree.lo libtgeom.lo lwout_gml.lo lwout_kml.lo lwout_geojson.lo lwout_svg.lo lwout_x3d.lo lwgeom_debug.lo lwgeom_geos.lo lwgeom_geos_clean.lo lwgeom_geos_node.lo lwgeom_geos_split.lo lwgeom_transform.lo lwspheroid.lo -release 2.0.6 -L/usr/lib -lgeos_c -lproj -o liblwgeom.la | |
| libtool: link: gcc -shared -fPIC -DPIC .libs/stringbuffer.o .libs/measures.o .libs/measures3d.o .libs/box2d.o .libs/ptarray.o .libs/lwgeom_api.o .libs/lwgeom.o .libs/lwpoint.o .libs/lwline.o .libs/lwpoly.o .libs/lwtriangle.o .libs/lwmpoint.o .libs/lwmline.o .libs/lwmpoly.o .libs/lwcollection.o .libs/lwcircstring.o .libs/lwcompound.o .libs/lwcurvepoly.o .libs/lwmcurve.o .libs/lwmsurface.o .libs/lwpsurface.o .libs/lwtin.o .libs/lwout_wkb.o .libs/lwin_wkb.o .libs/lwout_wkt.o .libs/lwin_wkt_parse.o .libs/lwin_wkt_lex.o .libs/lwin_wkt.o .libs/lwutil.o .libs/lwhomogenize.o .libs/lwalgorithm.o .libs/lwsegmentize.o .libs/lwlinearreferencing.o .libs/lwprint.o .libs/vsprintf.o .libs/g_box.o .libs/g_serialized.o .libs/g_util.o .libs/lwgeodetic.o .libs/lwtree.o .libs/libtgeom.o .libs/lwout_gml.o .libs/lwout_kml.o .libs/lwout_geojson.o .libs/lwout_svg.o .libs/lwout_x3d.o .libs/lwgeom_debug.o .libs/lwgeom_geos.o .libs/lwgeom_geos_clean.o .libs/lwgeom_geos_node.o .libs/lwgeom_geos_split.o .libs/lwgeom_transform.o .libs/lwspheroid.o -L/usr/lib -lgeos_c /usr/lib/libproj.so -Wl,-soname -Wl,liblwgeom-2.0.6.so -o .libs/liblwgeom-2.0.6.so | |
| libtool: link: (cd ".libs" && rm -f "liblwgeom.so" && ln -s "liblwgeom-2.0.6.so" "liblwgeom.so") | |
| libtool: link: ar cru .libs/liblwgeom.a stringbuffer.o measures.o measures3d.o box2d.o ptarray.o lwgeom_api.o lwgeom.o lwpoint.o lwline.o lwpoly.o lwtriangle.o lwmpoint.o lwmline.o lwmpoly.o lwcollection.o lwcircstring.o lwcompound.o lwcurvepoly.o lwmcurve.o lwmsurface.o lwpsurface.o lwtin.o lwout_wkb.o lwin_wkb.o lwout_wkt.o lwin_wkt_parse.o lwin_wkt_lex.o lwin_wkt.o lwutil.o lwhomogenize.o lwalgorithm.o lwsegmentize.o lwlinearreferencing.o lwprint.o vsprintf.o g_box.o g_serialized.o g_util.o lwgeodetic.o lwtree.o libtgeom.o lwout_gml.o lwout_kml.o lwout_geojson.o lwout_svg.o lwout_x3d.o lwgeom_debug.o lwgeom_geos.o lwgeom_geos_clean.o lwgeom_geos_node.o lwgeom_geos_split.o lwgeom_transform.o lwspheroid.o | |
| libtool: link: ranlib .libs/liblwgeom.a | |
| libtool: link: ( cd ".libs" && rm -f "liblwgeom.la" && ln -s "../liblwgeom.la" "liblwgeom.la" ) | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/liblwgeom' | |
| ---- Making all in libpgcommon | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/libpgcommon' | |
| gcc -g -O2 -I../liblwgeom -I/usr/include/postgresql/9.1/server -fPIC -DPIC -Wall -Wmissing-prototypes -c -o gserialized_gist.o gserialized_gist.c | |
| gcc -g -O2 -I../liblwgeom -I/usr/include/postgresql/9.1/server -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwgeom_transform.o lwgeom_transform.c | |
| gcc -g -O2 -I../liblwgeom -I/usr/include/postgresql/9.1/server -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwgeom_pg.o lwgeom_pg.c | |
| ar rs libpgcommon.a gserialized_gist.o lwgeom_transform.o lwgeom_pg.o | |
| ar: creating libpgcommon.a | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/libpgcommon' | |
| ---- Making all in postgis | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/postgis' | |
| /usr/bin/cpp -traditional-cpp -P -I../libpgcommon postgis.sql.in.c | grep -v '^#' > postgis.sql.in | |
| sed 's,MODULE_PATHNAME,$libdir/postgis-2.0,g' postgis.sql.in >postgis.sql | |
| /usr/bin/perl ../utils/create_undef.pl postgis.sql 91 > uninstall_postgis.sql | |
| cat postgis_drop_before.sql postgis.sql postgis_drop_after.sql > postgis_upgrade_20_minor.sql.in | |
| /usr/bin/perl ../utils/postgis_proc_upgrade.pl postgis_upgrade_20_minor.sql.in 2.0 > postgis_upgrade_20_minor.sql | |
| /usr/bin/cpp -traditional-cpp -P -I../libpgcommon legacy.sql.in.c | grep -v '^#' > legacy.sql.in | |
| sed 's,MODULE_PATHNAME,$libdir/postgis-2.0,g' legacy.sql.in >legacy.sql | |
| /usr/bin/perl ../utils/create_undef.pl legacy.sql 91 > uninstall_legacy.sql | |
| /usr/bin/cpp -traditional-cpp -P -I../libpgcommon legacy_minimal.sql.in.c | grep -v '^#' > legacy_minimal.sql.in | |
| sed 's,MODULE_PATHNAME,$libdir/postgis-2.0,g' legacy_minimal.sql.in >legacy_minimal.sql | |
| sed 's,MODULE_PATHNAME,$libdir/postgis-2.0,g' legacy_gist.sql.in >legacy_gist.sql | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o postgis_module.o postgis_module.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_accum.o lwgeom_accum.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_spheroid.o lwgeom_spheroid.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_ogc.o lwgeom_ogc.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_functions_analytic.o lwgeom_functions_analytic.c | |
| lwgeom_functions_analytic.c: In function ‘ptarray_grid’: | |
| lwgeom_functions_analytic.c:300:11: warning: variable ‘opn’ set but not used [-Wunused-but-set-variable] | |
| lwgeom_functions_analytic.c: In function ‘lwpoly_grid’: | |
| lwgeom_functions_analytic.c:376:9: warning: variable ‘minvisiblearea’ set but not used [-Wunused-but-set-variable] | |
| lwgeom_functions_analytic.c: In function ‘point_in_polygon’: | |
| lwgeom_functions_analytic.c:1180:14: warning: variable ‘ring’ set but not used [-Wunused-but-set-variable] | |
| lwgeom_functions_analytic.c: In function ‘point_in_multipolygon’: | |
| lwgeom_functions_analytic.c:1226:14: warning: variable ‘ring’ set but not used [-Wunused-but-set-variable] | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_inout.o lwgeom_inout.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_functions_basic.o lwgeom_functions_basic.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_btree.o lwgeom_btree.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_box.o lwgeom_box.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_box3d.o lwgeom_box3d.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_cache.o lwgeom_cache.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_geos.o lwgeom_geos.c | |
| lwgeom_geos.c: In function ‘isvaliddetail’: | |
| lwgeom_geos.c:1912:2: warning: passing argument 1 of ‘HeapTupleHeaderGetDatum’ makes pointer from integer without a cast [enabled by default] | |
| /usr/include/postgresql/9.1/server/funcapi.h:232:14: note: expected ‘HeapTupleHeader’ but argument is of type ‘Datum’ | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_geos_prepared.o lwgeom_geos_prepared.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_geos_clean.o lwgeom_geos_clean.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_geos_relatematch.o lwgeom_geos_relatematch.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_export.o lwgeom_export.c | |
| lwgeom_export.c: In function ‘LWGEOM_asX3D’: | |
| lwgeom_export.c:470:6: warning: variable ‘is_dims’ set but not used [-Wunused-but-set-variable] | |
| lwgeom_export.c:469:6: warning: variable ‘is_deegree’ set but not used [-Wunused-but-set-variable] | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_in_gml.o lwgeom_in_gml.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_in_kml.o lwgeom_in_kml.c | |
| lwgeom_in_kml.c: In function ‘geom_from_kml’: | |
| lwgeom_in_kml.c:82:9: warning: operation on ‘xmldoc’ may be undefined [-Wsequence-point] | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_in_geojson.o lwgeom_in_geojson.c | |
| lwgeom_in_geojson.c: In function ‘parse_geojson_polygon’: | |
| lwgeom_in_geojson.c:210:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] | |
| lwgeom_in_geojson.c: At top level: | |
| lwgeom_in_geojson.c:481:7: warning: no previous prototype for ‘postgis_libjson_version’ [-Wmissing-prototypes] | |
| lwgeom_in_geojson.c: In function ‘geom_from_geojson’: | |
| lwgeom_in_geojson.c:503:6: warning: variable ‘geojson_size’ set but not used [-Wunused-but-set-variable] | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_triggers.o lwgeom_triggers.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_dump.o lwgeom_dump.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_functions_lrs.o lwgeom_functions_lrs.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o long_xact.o long_xact.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_sqlmm.o lwgeom_sqlmm.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_rtree.o lwgeom_rtree.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_transform.o lwgeom_transform.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o gserialized_typmod.o gserialized_typmod.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o gserialized_gist_2d.o gserialized_gist_2d.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o gserialized_gist_nd.o gserialized_gist_nd.c | |
| gserialized_gist_nd.c: In function ‘gserialized_gist_compress’: | |
| gserialized_gist_nd.c:588:17: warning: array subscript is above array bounds [-Warray-bounds] | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o geography_inout.o geography_inout.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o geography_btree.o geography_btree.c | |
| geography_btree.c: In function ‘geography_lt’: | |
| geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c: In function ‘geography_le’: | |
| geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c: In function ‘geography_gt’: | |
| geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c: In function ‘geography_ge’: | |
| geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c: In function ‘geography_eq’: | |
| geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c: In function ‘geography_cmp’: | |
| geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
| geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o geography_estimate.o geography_estimate.c | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o geography_measurement.o geography_measurement.c | |
| geography_measurement.c: In function ‘geography_distance’: | |
| geography_measurement.c:53:9: warning: variable ‘tolerance’ set but not used [-Wunused-but-set-variable] | |
| geography_measurement.c: In function ‘geography_bestsrid’: | |
| geography_measurement.c:505:13: warning: variable ‘type2’ set but not used [-Wunused-but-set-variable] | |
| geography_measurement.c:505:6: warning: variable ‘type1’ set but not used [-Wunused-but-set-variable] | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon -I/usr/include -I/usr/include/libxml2 -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o geometry_estimate.o geometry_estimate.c | |
| geometry_estimate.c: In function ‘estimate_selectivity’: | |
| geometry_estimate.c:401:20: warning: variable ‘box_area’ set but not used [-Wunused-but-set-variable] | |
| geometry_estimate.c: In function ‘compute_geometry_stats’: | |
| geometry_estimate.c:799:9: warning: variable ‘cell_area’ set but not used [-Wunused-but-set-variable] | |
| gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -pie -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -shared -o postgis-2.0.so postgis_module.o lwgeom_accum.o lwgeom_spheroid.o lwgeom_ogc.o lwgeom_functions_analytic.o lwgeom_inout.o lwgeom_functions_basic.o lwgeom_btree.o lwgeom_box.o lwgeom_box3d.o lwgeom_cache.o lwgeom_geos.o lwgeom_geos_prepared.o lwgeom_geos_clean.o lwgeom_geos_relatematch.o lwgeom_export.o lwgeom_in_gml.o lwgeom_in_kml.o lwgeom_in_geojson.o lwgeom_triggers.o lwgeom_dump.o lwgeom_functions_lrs.o long_xact.o lwgeom_sqlmm.o lwgeom_rtree.o lwgeom_transform.o gserialized_typmod.o gserialized_gist_2d.o gserialized_gist_nd.o geography_inout.o geography_btree.o geography_estimate.o geography_measurement.o geometry_estimate.o -L/usr/lib -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -L/usr/lib -Wl,--as-needed ../liblwgeom/.libs/liblwgeom.a ../libpgcommon/libpgcommon.a -L/usr/lib -lgeos_c -lproj -ljson -L/usr/lib -lxml2 | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/postgis' | |
| ---- Making all in regress | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/regress' | |
| make[1]: Nothing to be done for `all'. | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/regress' | |
| ---- Making all in topology | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/topology' | |
| /usr/bin/cpp -traditional-cpp -P topology.sql.in.c | grep -v '^#' > topology.sql.in | |
| sed 's,MODULE_PATHNAME,$libdir/topology,g' topology.sql.in >topology.sql | |
| /usr/bin/cpp -traditional-cpp -P topology_drop_before.sql.in.c | grep -v '^#' > topology_drop_before.sql.in | |
| sed 's,MODULE_PATHNAME,$libdir/topology_drop_before,g' topology_drop_before.sql.in >topology_drop_before.sql | |
| /usr/bin/perl -0777 -ne 's/^(CREATE|ALTER) (CAST|OPERATOR|TYPE|TABLE|SCHEMA|DOMAIN|TRIGGER).*?;//msg;print;' topology.sql > topology_upgrade.sql | |
| /usr/bin/cpp -traditional-cpp -P topology_drop_after.sql.in.c | grep -v '^#' > topology_drop_after.sql.in | |
| sed 's,MODULE_PATHNAME,$libdir/topology_drop_after,g' topology_drop_after.sql.in >topology_drop_after.sql | |
| cat topology_drop_before.sql topology_upgrade.sql topology_drop_after.sql > topology_upgrade_20_minor.sql | |
| /usr/bin/perl ../utils/create_undef.pl topology.sql 91 > uninstall_topology.sql | |
| rm topology_drop_after.sql.in topology_drop_before.sql.in | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/topology' | |
| ---- Making all in loader | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/loader' | |
| gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o shpopen.o shpopen.c | |
| gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o dbfopen.o dbfopen.c | |
| gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o getopt.o getopt.c | |
| getopt.c: In function ‘pgis_getopt’: | |
| getopt.c:71:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] | |
| getopt.c:71:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] | |
| getopt.c:71:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] | |
| getopt.c:85:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] | |
| getopt.c:85:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] | |
| getopt.c:85:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] | |
| gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o shpcommon.o shpcommon.c | |
| gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o safileio.o safileio.c | |
| gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c shp2pgsql-core.c | |
| gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I. -I/usr/include/postgresql/9.1/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -DLINUX_OOM_ADJ=0 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o shp2pgsql-cli.o shp2pgsql-cli.c | |
| /bin/bash ../libtool --mode=link \ | |
| gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o shp2pgsql-core.o shp2pgsql-cli.o ../liblwgeom/liblwgeom.la -o shp2pgsql -lc | |
| libtool: link: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o shp2pgsql-core.o shp2pgsql-cli.o -o .libs/shp2pgsql ../liblwgeom/.libs/liblwgeom.so -lc | |
| gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include/postgresql -c pgsql2shp-core.c | |
| pgsql2shp-core.c: In function ‘projFileCreate’: | |
| pgsql2shp-core.c:710:9: warning: variable ‘result’ set but not used [-Wunused-but-set-variable] | |
| gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include/postgresql -c pgsql2shp-cli.c | |
| /bin/bash ../libtool --mode=link \ | |
| gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o pgsql2shp-core.o pgsql2shp-cli.o ../liblwgeom/liblwgeom.la -lc -L/usr/lib -lpq -o pgsql2shp | |
| libtool: link: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o pgsql2shp-core.o pgsql2shp-cli.o -o .libs/pgsql2shp ../liblwgeom/.libs/liblwgeom.so -lc -L/usr/lib -lpq | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/loader' | |
| ---- Making all in utils | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/utils' | |
| Makefile:54: warning: overriding commands for target `uninstall' | |
| /usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/pgxs.mk:170: warning: ignoring old commands for target `uninstall' | |
| Makefile:57: warning: overriding commands for target `install' | |
| /usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/pgxs.mk:110: warning: ignoring old commands for target `install' | |
| Makefile:60: warning: overriding commands for target `clean' | |
| /usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/pgxs.mk:201: warning: ignoring old commands for target `clean' | |
| sed 's,@SRID_MAXIMUM@,999999,g;s,@SRID_USER_MAXIMUM@,998999,' postgis_restore.pl.in >postgis_restore.pl | |
| chmod +x postgis_restore.pl create_undef.pl svn_repo_revision.pl postgis_proc_upgrade.pl profile_intersects.pl test_estimation.pl test_joinestimation.pl | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/utils' | |
| PostGIS was built successfully. Ready to install. | |
| root@rascal-orange:/usr/local/postgis-2.0.6# sudo make install | |
| /usr/bin/perl utils/svn_repo_revision.pl | |
| Can't fetch local revision (neither .svn nor .git found) | |
| Not updating existing rev file at 12554 | |
| for s in liblwgeom libpgcommon postgis regress topology loader utils ; do \ | |
| echo "---- Making all in ${s}"; \ | |
| make -C ${s} all || exit 1; \ | |
| done; | |
| ---- Making all in liblwgeom | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/liblwgeom' | |
| make[1]: Nothing to be done for `all'. | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/liblwgeom' | |
| ---- Making all in libpgcommon | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/libpgcommon' | |
| make[1]: Nothing to be done for `all'. | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/libpgcommon' | |
| ---- Making all in postgis | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/postgis' | |
| make[1]: Nothing to be done for `all'. | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/postgis' | |
| ---- Making all in regress | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/regress' | |
| make[1]: Nothing to be done for `all'. | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/regress' | |
| ---- Making all in topology | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/topology' | |
| make[1]: Nothing to be done for `all'. | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/topology' | |
| ---- Making all in loader | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/loader' | |
| make[1]: Nothing to be done for `all'. | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/loader' | |
| ---- Making all in utils | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/utils' | |
| Makefile:54: warning: overriding commands for target `uninstall' | |
| /usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/pgxs.mk:170: warning: ignoring old commands for target `uninstall' | |
| Makefile:57: warning: overriding commands for target `install' | |
| /usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/pgxs.mk:110: warning: ignoring old commands for target `install' | |
| Makefile:60: warning: overriding commands for target `clean' | |
| /usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/pgxs.mk:201: warning: ignoring old commands for target `clean' | |
| chmod +x postgis_restore.pl create_undef.pl svn_repo_revision.pl postgis_proc_upgrade.pl profile_intersects.pl test_estimation.pl test_joinestimation.pl | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/utils' | |
| PostGIS was built successfully. Ready to install. | |
| make -C doc comments-install | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/doc' | |
| cat postgis.xml | sed -e "s/@@LAST_RELEASE_VERSION@@/2.0.6/g" -e "s/@@LAST_MINOR_VERSION@@/2.0/g" > postgis-out.xml | |
| /usr/bin/xsltproc ./xsl/postgis_aggs_mm.xml.xsl postgis-out.xml > postgis_aggs_mm.xml | |
| /usr/bin/xsltproc --novalid ./xsl/postgis_comments.sql.xsl postgis-out.xml > postgis_comments.sql | |
| /usr/bin/xsltproc ./xsl/raster_comments.sql.xsl postgis-out.xml > raster_comments.sql | |
| /usr/bin/xsltproc --novalid ./xsl/topology_comments.sql.xsl postgis-out.xml > topology_comments.sql | |
| /usr/bin/xsltproc --novalid ./xsl/tiger_geocoder_comments.sql.xsl postgis-out.xml > tiger_geocoder_comments.sql | |
| make -f Makefile.comments install | |
| make[2]: Entering directory `/usr/local/postgis-2.0.6/doc' | |
| /bin/mkdir -p '/usr/share/postgresql/9.1/contrib/postgis-2.0' | |
| /bin/sh /usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 postgis_comments.sql raster_comments.sql topology_comments.sql '/usr/share/postgresql/9.1/contrib/postgis-2.0/' | |
| make[2]: Leaving directory `/usr/local/postgis-2.0.6/doc' | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/doc' | |
| for s in liblwgeom libpgcommon postgis regress topology loader utils ; do \ | |
| echo "---- Making install in ${s}"; \ | |
| make -C ${s} install || exit 1; \ | |
| done; | |
| ---- Making install in liblwgeom | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/liblwgeom' | |
| /bin/bash ../libtool --mode=install /bin/bash ../install-sh liblwgeom.la "/usr/local/lib/liblwgeom.la" | |
| libtool: install: /bin/bash ../install-sh .libs/liblwgeom-2.0.6.so /usr/local/lib/liblwgeom-2.0.6.so | |
| libtool: install: (cd /usr/local/lib && { ln -s -f liblwgeom-2.0.6.so liblwgeom.so || { rm -f liblwgeom.so && ln -s liblwgeom-2.0.6.so liblwgeom.so; }; }) | |
| libtool: install: /bin/bash ../install-sh .libs/liblwgeom.lai /usr/local/lib/liblwgeom.la | |
| libtool: install: /bin/bash ../install-sh .libs/liblwgeom.a /usr/local/lib/liblwgeom.a | |
| libtool: install: chmod 644 /usr/local/lib/liblwgeom.a | |
| libtool: install: ranlib /usr/local/lib/liblwgeom.a | |
| libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib | |
| ---------------------------------------------------------------------- | |
| Libraries have been installed in: | |
| /usr/local/lib | |
| If you ever happen to want to link against installed libraries | |
| in a given directory, LIBDIR, you must either use libtool, and | |
| specify the full pathname of the library, or use the `-LLIBDIR' | |
| flag during linking and do at least one of the following: | |
| - add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
| during execution | |
| - add LIBDIR to the `LD_RUN_PATH' environment variable | |
| during linking | |
| - use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
| - have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
| See any operating system documentation about shared libraries for | |
| more information, such as the ld(1) and ld.so(8) manual pages. | |
| ---------------------------------------------------------------------- | |
| /bin/bash ../install-sh liblwgeom.h "/usr/local/include/liblwgeom.h" | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/liblwgeom' | |
| ---- Making install in libpgcommon | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/libpgcommon' | |
| make[1]: Nothing to be done for `install'. | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/libpgcommon' | |
| ---- Making install in postgis | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/postgis' | |
| /bin/mkdir -p '/usr/lib/postgresql/9.1/lib' | |
| /bin/mkdir -p '/usr/share/postgresql/9.1/contrib/postgis-2.0' | |
| /bin/sh /usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/../../config/install-sh -c -m 755 postgis-2.0.so '/usr/lib/postgresql/9.1/lib/postgis-2.0.so' | |
| /bin/sh /usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 ./../spatial_ref_sys.sql postgis.sql uninstall_postgis.sql postgis_upgrade_20_minor.sql legacy.sql uninstall_legacy.sql legacy_minimal.sql legacy_gist.sql '/usr/share/postgresql/9.1/contrib/postgis-2.0/' | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/postgis' | |
| ---- Making install in regress | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/regress' | |
| make[1]: Nothing to be done for `install'. | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/regress' | |
| ---- Making install in topology | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/topology' | |
| /bin/mkdir -p '/usr/share/postgresql/9.1/contrib/postgis-2.0' | |
| /bin/sh /usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 topology.sql topology_upgrade_20_minor.sql uninstall_topology.sql '/usr/share/postgresql/9.1/contrib/postgis-2.0/' | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/topology' | |
| ---- Making install in loader | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/loader' | |
| /bin/bash ../libtool --mode=install /bin/bash ../install-sh pgsql2shp "/usr/lib/postgresql/9.1/bin/pgsql2shp" | |
| libtool: install: /bin/bash ../install-sh .libs/pgsql2shp /usr/lib/postgresql/9.1/bin/pgsql2shp | |
| /bin/bash ../libtool --mode=install /bin/bash ../install-sh shp2pgsql "/usr/lib/postgresql/9.1/bin/shp2pgsql" | |
| libtool: install: /bin/bash ../install-sh .libs/shp2pgsql /usr/lib/postgresql/9.1/bin/shp2pgsql | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/loader' | |
| ---- Making install in utils | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/utils' | |
| Makefile:54: warning: overriding commands for target `uninstall' | |
| /usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/pgxs.mk:170: warning: ignoring old commands for target `uninstall' | |
| Makefile:57: warning: overriding commands for target `install' | |
| /usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/pgxs.mk:110: warning: ignoring old commands for target `install' | |
| Makefile:60: warning: overriding commands for target `clean' | |
| /usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/pgxs.mk:201: warning: ignoring old commands for target `clean' | |
| chmod +x postgis_restore.pl create_undef.pl svn_repo_revision.pl postgis_proc_upgrade.pl profile_intersects.pl test_estimation.pl test_joinestimation.pl | |
| /bin/mkdir -p '/usr/share/postgresql/9.1/contrib/postgis-2.0' | |
| mode=install /bin/bash ../install-sh postgis_restore.pl "/usr/share/postgresql/9.1/contrib/postgis-2.0/postgis_restore.pl" | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/utils' | |
| root@rascal-orange:/usr/local/postgis-2.0.6# sudo ldconfig | |
| root@rascal-orange:/usr/local/postgis-2.0.6# sudo make comments-install | |
| make -C doc comments-install | |
| make[1]: Entering directory `/usr/local/postgis-2.0.6/doc' | |
| make -f Makefile.comments install | |
| make[2]: Entering directory `/usr/local/postgis-2.0.6/doc' | |
| /bin/mkdir -p '/usr/share/postgresql/9.1/contrib/postgis-2.0' | |
| /bin/sh /usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 postgis_comments.sql raster_comments.sql topology_comments.sql '/usr/share/postgresql/9.1/contrib/postgis-2.0/' | |
| make[2]: Leaving directory `/usr/local/postgis-2.0.6/doc' | |
| make[1]: Leaving directory `/usr/local/postgis-2.0.6/doc' | |
| root@rascal-orange:/usr/local/postgis-2.0.6# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment