[postgis-devel] upgrading to 2.2.0dev from 2.1

Rémi Cura remi.cura at gmail.com
Mon Mar 10 02:37:11 PDT 2014


Hey,
thanks for your help !

I don't have a folder extensions/postgis/sql

I have a folder extensions/postgis/sql_bits , with the files "
mark_editable_objects.sql.in"  "remove_from_extension.sql.in".

I attached the log file from the command make and a log file for the
command sudo make install


I'm a little bit worried that when doing a "sudo ldconfig",
I get 2 errors :
/sbin/ldconfig.real: /usr/local/lib/libgdal.so.1 is not a symbolic link
/sbin/ldconfig.real: /usr/local/lib/liblwgeom-2.2.0dev.so is not a symbolic
link




Following you advice I retryed make clean make make install after renaming
postgis-2.1.so , same problem.

Cheers,
Rémi-C


2014-03-07 23:22 GMT+01:00 Paragon Corporation <lr at pcorp.us>:

>  Remi,
>
> Forgot to say also there is a bug in upgrading from PostGIS 2.1 - 2.2
>
> to upgrade you'll need to rename  your postgis-2.1.so file before you can
> upgrade a 2.1 db to 2.2
>
> see this ticket: http://trac.osgeo.org/postgis/ticket/2382
>
> Hope that helps,
> Regina
>
>  ------------------------------
> *From:* postgis-devel-bounces at lists.osgeo.org [mailto:
> postgis-devel-bounces at lists.osgeo.org] *On Behalf Of *Rémi Cura
> *Sent:* Friday, March 07, 2014 2:09 PM
> *To:* PostGIS Development Discussion
> *Subject:* Re: [postgis-devel] upgrading to 2.2.0dev from 2.1
>
>
> About gdal : a 'sudo ldconfig', and now postgis_full_version is no more
> mistaken.
>
> I still have  issue about postgres update script.
> Shall I manually create the update script from 2.1 to 2.2 by fusing the
> rt_postgis--2.1--2.2 , postgis .. ??
>
> Thanks,
> Cheers,
> Rémi-C
>
>
> 2014-03-07 20:01 GMT+01:00 Rémi Cura <remi.cura at gmail.com>:
>
>>   Hey List,
>> I downloaded and compiled the latest postgis version (from git).
>>
>> Everything runs smootlhy (new dependency for bison ?).
>>
>> Butmake install is not doing what it should.
>>
>> it creates the 'postgresql/9.3/contrib/postgis-2.2 folder' and file it
>> with the stuff,
>> but it doesn't create the files in 'postgresql/9.3/extension'
>> such as postgis--2.2.0dev.sql, postgis--2.1-2.2.sql, and so.
>>
>> I created a postgis--2.2.0dev.sql by fusionning postgis.sql,
>> rt_postgis.sql, spatial_ref_sys.sql,and changed the 'postgis.control'
>> manually
>> ,
>> so I was able to add to a fresh database 'CREATE EXTENSION postgis
>> VERSION '2.2.0dev'.
>>
>> Yet the version of GDAL is still the old one (according to postgis full
>> version)
>> In ./configure the correct version of gdal was recognized (1.11)
>>
>> Am I missing something?
>>
>> Thanks,
>>
>> Rémi-C
>>
>
>
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20140310/2412874c/attachment.html>
-------------- next part --------------
################################
##In the warning output:

sudo make install >> make_install_log.txt 
Not updating existing rev file at 12290
Makefile:54: warning: overriding commands for target `uninstall'
/usr/lib/postgresql/9.3/lib/pgxs/src/makefiles/pgxs.mk:199: warning: ignoring old commands for target `uninstall'
Makefile:60: warning: overriding commands for target `clean'
/usr/lib/postgresql/9.3/lib/pgxs/src/makefiles/pgxs.mk:230: warning: ignoring old commands for target `clean'
/sbin/ldconfig.real: /usr/local/lib/libgdal.so.1 is not a symbolic link

/sbin/ldconfig.real: /usr/local/lib/liblwgeom-2.2.0dev.so is not a symbolic link

Makefile:54: warning: overriding commands for target `uninstall'
/usr/lib/postgresql/9.3/lib/pgxs/src/makefiles/pgxs.mk:199: warning: ignoring old commands for target `uninstall'
Makefile:60: warning: overriding commands for target `clean'
/usr/lib/postgresql/9.3/lib/pgxs/src/makefiles/pgxs.mk:230: warning: ignoring old commands for target `clean'

##
##############################

###############################
# On the standart output :
#
#



/usr/bin/perl utils/svn_repo_revision.pl
for s in liblwgeom libpgcommon postgis regress raster topology loader utils ; do \
		echo "---- Making all in ${s}"; \
		make -C ${s} all || exit 1; \
	done;
---- Making all in liblwgeom
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/liblwgeom'
WARNING: Lexer not generated. Run 'make parse' to manually build lexer/parser.
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/liblwgeom'
---- Making all in libpgcommon
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/libpgcommon'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/libpgcommon'
---- Making all in postgis
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/postgis'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/postgis'
---- Making all in regress
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/regress'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/regress'
---- Making all in raster
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster'
make -C rt_core
make[2]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_core'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_core'
make -C rt_pg
make[2]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_pg'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_pg'
make -C loader
make[2]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/loader'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/loader'
make -C rt_pg rtpostgis.sql
make[2]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_pg'
make[2]: `rtpostgis.sql' is up to date.
make[2]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_pg'
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster'
---- Making all in topology
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/topology'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/topology'
---- Making all in loader
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/loader'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/loader'
---- Making all in utils
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/utils'
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 `/media/sf_E_RemiCura/PROJETS/postgis/utils'
PostGIS was built successfully. Ready to install.
make -C doc comments-install
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/doc'
if test -e postgis_comments.sql  -a \
	        -e raster_comments.sql   -a \
	        -e topology_comments.sql -a \
	        -e sfcgal_comments.sql -a \
	        -e tiger_geocoder_comments.sql; then \
	  make -f Makefile.comments install; \
	fi
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/doc'
for s in liblwgeom libpgcommon postgis regress raster topology loader utils ; do \
		echo "---- Making install in ${s}"; \
		make -C ${s} install || exit 1; \
	done;
---- Making install in liblwgeom
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/liblwgeom'
WARNING: Lexer not generated. Run 'make parse' to manually build lexer/parser.
/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.2.0dev.so /usr/local/lib/liblwgeom-2.2.0dev.so
libtool: install: (cd /usr/local/lib && { cp -p -f liblwgeom-2.2.0dev.so liblwgeom.so || { rm -f liblwgeom.so && cp -p liblwgeom-2.2.0dev.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 `/media/sf_E_RemiCura/PROJETS/postgis/liblwgeom'
---- Making install in libpgcommon
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/libpgcommon'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/libpgcommon'
---- Making install in postgis
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/postgis'
/bin/mkdir -p '/usr/lib/postgresql/9.3/lib'
/bin/mkdir -p '/usr/share/postgresql/9.3/contrib/postgis-2.2'
/usr/bin/install -c -m 755  postgis-2.2.so '/usr/lib/postgresql/9.3/lib/postgis-2.2.so'
/usr/bin/install -c -m 644 ../spatial_ref_sys.sql postgis.sql uninstall_postgis.sql postgis_upgrade.sql legacy.sql uninstall_legacy.sql legacy_minimal.sql legacy_gist.sql uninstall_sfcgal.sql sfcgal.sql '/usr/share/postgresql/9.3/contrib/postgis-2.2/'
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/postgis'
---- Making install in regress
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/regress'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/regress'
---- Making install in raster
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster'
make -C rt_core
make[2]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_core'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_core'
make -C rt_pg
make[2]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_pg'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_pg'
make -C loader
make[2]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/loader'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/loader'
make -C rt_pg rtpostgis.sql
make[2]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_pg'
make[2]: `rtpostgis.sql' is up to date.
make[2]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_pg'
make -C rt_pg install
make[2]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_pg'
/bin/mkdir -p '/usr/lib/postgresql/9.3/lib'
/bin/mkdir -p '/usr/share/postgresql/9.3/contrib/postgis-2.2'
/usr/bin/install -c -m 755  rtpostgis-2.2.so '/usr/lib/postgresql/9.3/lib/rtpostgis-2.2.so'
/usr/bin/install -c -m 644 rtpostgis.sql rtpostgis_upgrade.sql uninstall_rtpostgis.sql rtpostgis_legacy.sql '/usr/share/postgresql/9.3/contrib/postgis-2.2/'
make[2]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_pg'
make -C loader install
make[2]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/loader'
/bin/bash ../../libtool --mode=install /bin/bash ../../install-sh raster2pgsql "/usr/lib/postgresql/9.3/bin/raster2pgsql"
libtool: install: /bin/bash ../../install-sh .libs/raster2pgsql /usr/lib/postgresql/9.3/bin/raster2pgsql
make[2]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/loader'
make -C scripts install
make[2]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/scripts'
make -C python
make[3]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/scripts/python'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/scripts/python'
make[2]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/scripts'
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster'
---- Making install in topology
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/topology'
/bin/mkdir -p '/usr/share/postgresql/9.3/contrib/postgis-2.2'
/usr/bin/install -c -m 644 topology.sql topology_upgrade.sql uninstall_topology.sql '/usr/share/postgresql/9.3/contrib/postgis-2.2/'
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/topology'
---- Making install in loader
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/loader'
/bin/bash ../libtool --mode=install /bin/bash ../install-sh pgsql2shp "/usr/lib/postgresql/9.3/bin/pgsql2shp"
libtool: install: /bin/bash ../install-sh .libs/pgsql2shp /usr/lib/postgresql/9.3/bin/pgsql2shp
/bin/bash ../libtool --mode=install /bin/bash ../install-sh shp2pgsql "/usr/lib/postgresql/9.3/bin/shp2pgsql"
libtool: install: /bin/bash ../install-sh .libs/shp2pgsql /usr/lib/postgresql/9.3/bin/shp2pgsql
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/loader'
---- Making install in utils
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/utils'
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.3/contrib/postgis-2.2'
/bin/bash ../install-sh -m 644 postgis_restore.pl '/usr/share/postgresql/9.3/contrib/postgis-2.2/'
mode=install /bin/bash ../install-sh postgis_restore.pl "/usr/share/postgresql/9.3/contrib/postgis-2.2/postgis_restore.pl"
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/utils'
-------------- next part --------------
################################
#On warning output : make > make_log.txt
Not updating existing rev file at 12290
lwin_wkt_lex.c:1418:16: warning: 'input' defined but not used [-Wunused-function]
lwgeom_sfcgal.c:27:1: warning: no previous prototype for 'lwgeom_sfcgal_version' [-Wmissing-prototypes]
ar: creating libpgcommon.a
lwgeom_accum.c: In function ‘pgis_twkb_accum_transfn’:
lwgeom_accum.c:174:15: warning: variable ‘geom’ set but not used [-Wunused-but-set-variable]
In file included from ../libpgcommon/lwgeom_pg.h:23:0,
                 from lwgeom_sfcgal.c:19:
../libpgcommon/pgsql_compat.h:16:0: warning: "SET_VARSIZE" redefined [enabled by default]
/usr/include/postgresql/9.3/server/postgres.h:260:0: note: this is the location of the previous definition
WARNING: no last updated info for type 'spheroid'
WARNING: no last updated info for type 'geometry'
WARNING: no last updated info for type 'box3d'
WARNING: no last updated info for type 'box2d'
WARNING: no last updated info for operator 'geometry <'
WARNING: no last updated info for operator 'geometry <='
WARNING: no last updated info for operator 'geometry ='
WARNING: no last updated info for operator 'geometry >='
WARNING: no last updated info for operator 'geometry >'
WARNING: no last updated info for operator class 'btree_geometry_ops'
WARNING: no last updated info for operator 'geometry &&'
WARNING: no last updated info for operator 'geometry ~='
WARNING: no last updated info for operator 'geometry <->'
WARNING: no last updated info for operator 'geometry <#>'
WARNING: no last updated info for operator 'geometry @'
WARNING: no last updated info for operator 'geometry ~'
WARNING: no last updated info for operator 'geometry <<'
WARNING: no last updated info for operator 'geometry &<'
WARNING: no last updated info for operator 'geometry <<|'
WARNING: no last updated info for operator 'geometry &<|'
WARNING: no last updated info for operator 'geometry &>'
WARNING: no last updated info for operator 'geometry >>'
WARNING: no last updated info for operator 'geometry |&>'
WARNING: no last updated info for operator 'geometry |>>'
WARNING: no last updated info for type 'geometry_dump'
WARNING: no last updated info for type 'pgis_abs'
WARNING: no last updated info for aggregate 'st_astwkb_agg(geometry,int)'
WARNING: no last updated info for aggregate 'st_astwkb_agg(geometry,int,int8)'
WARNING: no last updated info for operator 'geography <'
WARNING: no last updated info for operator 'geography <='
WARNING: no last updated info for operator 'geography ='
WARNING: no last updated info for operator 'geography >='
WARNING: no last updated info for operator 'geography >'
WARNING: no last updated info for operator class 'btree_geography_ops'
ar: creating librtcore.a
rtpostgis.c: In function ‘rt_pg_error’:
rtpostgis.c:239:5: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wmissing-format-attribute]
rtpostgis.c:239:5: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wmissing-format-attribute]
^[[CWARNING: no last updated info for type 'raster'
WARNING: no last updated info for type 'rastbandarg'
WARNING: no last updated info for type 'geomval'
WARNING: no last updated info for type 'addbandarg'
WARNING: no last updated info for type 'summarystats'
WARNING: no last updated info for type 'agg_count'
WARNING: no last updated info for type 'reclassarg'
WARNING: no last updated info for operator 'raster ='
WARNING: no last updated info for operator class 'hash_raster_ops'
WARNING: no last updated info for operator 'raster <<'
WARNING: no last updated info for operator 'raster &<'
WARNING: no last updated info for operator 'raster <<|'
WARNING: no last updated info for operator 'raster &<|'
WARNING: no last updated info for operator 'raster &&'
WARNING: no last updated info for operator 'raster &>'
WARNING: no last updated info for operator 'raster >>'
WARNING: no last updated info for operator 'raster |&>'
WARNING: no last updated info for operator 'raster |>>'
WARNING: no last updated info for operator 'raster ~='
WARNING: no last updated info for operator 'raster @'
WARNING: no last updated info for operator 'raster ~'
WARNING: no last updated info for operator 'raster ~'
WARNING: no last updated info for operator 'raster @'
WARNING: no last updated info for operator 'raster &&'
WARNING: no last updated info for operator 'geometry ~'
WARNING: no last updated info for operator 'geometry @'
WARNING: no last updated info for operator 'geometry &&'
WARNING: no last updated info for type 'agg_samealignment'
WARNING: no last updated info for type 'unionarg'
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]
pgsql2shp-core.c: In function ‘projFileCreate’:
pgsql2shp-core.c:710:9: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
Makefile:54: warning: overriding commands for target `uninstall'
/usr/lib/postgresql/9.3/lib/pgxs/src/makefiles/pgxs.mk:199: warning: ignoring old commands for target `uninstall'
Makefile:60: warning: overriding commands for target `clean'
/usr/lib/postgresql/9.3/lib/pgxs/src/makefiles/pgxs.mk:230: warning: ignoring old commands for target `clean'

#
#
###############################


##############################
####Following : on standard output
##############################


/usr/bin/perl utils/svn_repo_revision.pl
for s in liblwgeom libpgcommon postgis regress raster topology loader utils ; do \
		echo "---- Making all in ${s}"; \
		make -C ${s} all || exit 1; \
	done;
---- Making all in liblwgeom
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/liblwgeom'
/bin/bash ../libtool --mode=compile gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I/usr/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o stringbuffer.lo stringbuffer.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c stringbuffer.c  -fPIC -DPIC -o .libs/stringbuffer.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o measures.lo measures.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c measures.c  -fPIC -DPIC -o .libs/measures.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o measures3d.lo measures3d.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c measures3d.c  -fPIC -DPIC -o .libs/measures3d.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o box2d.lo box2d.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c box2d.c  -fPIC -DPIC -o .libs/box2d.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o ptarray.lo ptarray.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c ptarray.c  -fPIC -DPIC -o .libs/ptarray.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwgeom_api.lo lwgeom_api.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwgeom_api.c  -fPIC -DPIC -o .libs/lwgeom_api.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwgeom.lo lwgeom.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwgeom.c  -fPIC -DPIC -o .libs/lwgeom.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwpoint.lo lwpoint.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwpoint.c  -fPIC -DPIC -o .libs/lwpoint.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwline.lo lwline.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwline.c  -fPIC -DPIC -o .libs/lwline.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwpoly.lo lwpoly.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwpoly.c  -fPIC -DPIC -o .libs/lwpoly.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwtriangle.lo lwtriangle.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwtriangle.c  -fPIC -DPIC -o .libs/lwtriangle.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwmpoint.lo lwmpoint.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwmpoint.c  -fPIC -DPIC -o .libs/lwmpoint.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwmline.lo lwmline.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwmline.c  -fPIC -DPIC -o .libs/lwmline.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwmpoly.lo lwmpoly.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwmpoly.c  -fPIC -DPIC -o .libs/lwmpoly.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwcollection.lo lwcollection.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwcollection.c  -fPIC -DPIC -o .libs/lwcollection.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwcircstring.lo lwcircstring.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwcircstring.c  -fPIC -DPIC -o .libs/lwcircstring.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwcompound.lo lwcompound.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwcompound.c  -fPIC -DPIC -o .libs/lwcompound.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwcurvepoly.lo lwcurvepoly.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwcurvepoly.c  -fPIC -DPIC -o .libs/lwcurvepoly.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwmcurve.lo lwmcurve.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwmcurve.c  -fPIC -DPIC -o .libs/lwmcurve.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwmsurface.lo lwmsurface.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwmsurface.c  -fPIC -DPIC -o .libs/lwmsurface.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwpsurface.lo lwpsurface.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwpsurface.c  -fPIC -DPIC -o .libs/lwpsurface.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwtin.lo lwtin.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwtin.c  -fPIC -DPIC -o .libs/lwtin.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwout_wkb.lo lwout_wkb.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwout_wkb.c  -fPIC -DPIC -o .libs/lwout_wkb.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwin_geojson.lo lwin_geojson.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwin_geojson.c  -fPIC -DPIC -o .libs/lwin_geojson.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwin_geojson.c -o lwin_geojson.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I/usr/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwin_wkb.lo lwin_wkb.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwin_wkb.c  -fPIC -DPIC -o .libs/lwin_wkb.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwout_wkt.lo lwout_wkt.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwout_wkt.c  -fPIC -DPIC -o .libs/lwout_wkt.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwout_twkb.lo lwout_twkb.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwout_twkb.c  -fPIC -DPIC -o .libs/lwout_twkb.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwout_twkb.c -o lwout_twkb.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I/usr/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwin_wkt_parse.lo lwin_wkt_parse.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwin_wkt_parse.c -o lwin_wkt_parse.o >/dev/null 2>&1
WARNING: Lexer not generated. Run 'make parse' to manually build lexer/parser.
/bin/bash ../libtool --mode=compile gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I/usr/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwin_wkt_lex.lo lwin_wkt_lex.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwin_wkt_lex.c  -fPIC -DPIC -o .libs/lwin_wkt_lex.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwin_wkt.lo lwin_wkt.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwin_wkt.c  -fPIC -DPIC -o .libs/lwin_wkt.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwutil.lo lwutil.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwutil.c  -fPIC -DPIC -o .libs/lwutil.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwhomogenize.lo lwhomogenize.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwhomogenize.c  -fPIC -DPIC -o .libs/lwhomogenize.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwalgorithm.lo lwalgorithm.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwalgorithm.c  -fPIC -DPIC -o .libs/lwalgorithm.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwsegmentize.lo lwsegmentize.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwsegmentize.c  -fPIC -DPIC -o .libs/lwsegmentize.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwlinearreferencing.lo lwlinearreferencing.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwlinearreferencing.c  -fPIC -DPIC -o .libs/lwlinearreferencing.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwprint.lo lwprint.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwprint.c  -fPIC -DPIC -o .libs/lwprint.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o vsprintf.lo vsprintf.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c vsprintf.c  -fPIC -DPIC -o .libs/vsprintf.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o g_box.lo g_box.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c g_box.c  -fPIC -DPIC -o .libs/g_box.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o g_serialized.lo g_serialized.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c g_serialized.c  -fPIC -DPIC -o .libs/g_serialized.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o g_util.lo g_util.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c g_util.c  -fPIC -DPIC -o .libs/g_util.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwgeodetic.lo lwgeodetic.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwgeodetic.c  -fPIC -DPIC -o .libs/lwgeodetic.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwgeodetic_tree.lo lwgeodetic_tree.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwgeodetic_tree.c  -fPIC -DPIC -o .libs/lwgeodetic_tree.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwgeodetic_tree.c -o lwgeodetic_tree.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I/usr/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwtree.lo lwtree.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwtree.c  -fPIC -DPIC -o .libs/lwtree.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwout_gml.lo lwout_gml.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwout_gml.c  -fPIC -DPIC -o .libs/lwout_gml.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwout_kml.lo lwout_kml.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwout_kml.c  -fPIC -DPIC -o .libs/lwout_kml.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwout_geojson.lo lwout_geojson.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwout_geojson.c  -fPIC -DPIC -o .libs/lwout_geojson.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwout_svg.lo lwout_svg.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwout_svg.c  -fPIC -DPIC -o .libs/lwout_svg.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwout_x3d.lo lwout_x3d.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwout_x3d.c  -fPIC -DPIC -o .libs/lwout_x3d.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwgeom_debug.lo lwgeom_debug.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwgeom_debug.c  -fPIC -DPIC -o .libs/lwgeom_debug.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwgeom_geos.lo lwgeom_geos.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwgeom_geos.c  -fPIC -DPIC -o .libs/lwgeom_geos.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwgeom_geos_clean.lo lwgeom_geos_clean.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwgeom_geos_node.lo lwgeom_geos_node.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwgeom_geos_split.lo lwgeom_geos_split.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwgeom_transform.lo lwgeom_transform.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwgeom_transform.c  -fPIC -DPIC -o .libs/lwgeom_transform.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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/local/include   -I/usr/local/include -DHAVE_SFCGAL -c -o lwgeom_sfcgal.lo lwgeom_sfcgal.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwgeom_sfcgal.c  -fPIC -DPIC -o .libs/lwgeom_sfcgal.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -c lwgeom_sfcgal.c -o lwgeom_sfcgal.o >/dev/null 2>&1
/bin/bash ../libtool --mode=compile gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I/usr/local/include   -I/usr/local/include -DHAVE_SFCGAL -ffloat-store -c -o lwspheroid.lo lwspheroid.c
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -ffloat-store -c lwspheroid.c  -fPIC -DPIC -o .libs/lwspheroid.o
libtool: compile:  gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -I/usr/local/include -DHAVE_SFCGAL -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_geojson.lo lwin_wkb.lo lwout_wkt.lo lwout_twkb.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 lwgeodetic_tree.lo lwtree.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 lwgeom_sfcgal.lo lwspheroid.lo -release 2.2.0dev -L/usr/local/lib -lgeos_c  -lproj  -L/usr/local/lib -lSFCGAL -o liblwgeom.la

*** Warning: Linking the shared library liblwgeom.la against the loadable module
*** libSFCGAL.so is not portable!
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_geojson.o .libs/lwin_wkb.o .libs/lwout_wkt.o .libs/lwout_twkb.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/lwgeodetic_tree.o .libs/lwtree.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/lwgeom_sfcgal.o .libs/lwspheroid.o   -L/usr/local/lib /usr/local/lib/libgeos_c.so /usr/lib/libproj.so /usr/local/lib/libSFCGAL.so    -Wl,-soname -Wl,liblwgeom-2.2.0dev.so -o .libs/liblwgeom-2.2.0dev.so
libtool: link: (cd ".libs" && rm -f "liblwgeom.so" && cp -p "liblwgeom-2.2.0dev.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_geojson.o lwin_wkb.o lwout_wkt.o lwout_twkb.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 lwgeodetic_tree.o lwtree.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 lwgeom_sfcgal.o lwspheroid.o
libtool: link: ranlib .libs/liblwgeom.a
libtool: link: ( cd ".libs" && rm -f "liblwgeom.la" && cp -p "../liblwgeom.la" "liblwgeom.la" )
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/liblwgeom'
---- Making all in libpgcommon
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/libpgcommon'
gcc -g -O2 -I../liblwgeom -I/usr/include/postgresql/9.3/server   -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o gserialized_gist.o gserialized_gist.c
gcc -g -O2 -I../liblwgeom -I/usr/include/postgresql/9.3/server   -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwgeom_transform.o lwgeom_transform.c
gcc -g -O2 -I../liblwgeom -I/usr/include/postgresql/9.3/server   -fPIC -DPIC  -Wall -Wmissing-prototypes  -c -o lwgeom_cache.o lwgeom_cache.c
gcc -g -O2 -I../liblwgeom -I/usr/include/postgresql/9.3/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_cache.o lwgeom_pg.o 
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/libpgcommon'
---- Making all in postgis
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/postgis'
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o lwgeom_functions_analytic.o lwgeom_functions_analytic.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o lwgeom_geos.o lwgeom_geos.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o lwgeom_sfcgal.o lwgeom_sfcgal.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o lwgeom_backend_api.o lwgeom_backend_api.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o lwgeom_export.o lwgeom_export.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o lwgeom_in_kml.o lwgeom_in_kml.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o lwgeom_in_geohash.o lwgeom_in_geohash.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o lwgeom_in_geojson.o lwgeom_in_geojson.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o lwgeom_dumppoints.o lwgeom_dumppoints.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o gserialized_gist_nd.o gserialized_gist_nd.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o gserialized_estimate.o gserialized_estimate.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o geography_btree.o geography_btree.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o geography_measurement.o geography_measurement.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o geography_measurement_trees.o geography_measurement_trees.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I../liblwgeom -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  -fPIC -I/usr/local/include -DHAVE_SFCGAL -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o geometry_inout.o geometry_inout.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -shared -o postgis-2.2.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_geos.o lwgeom_sfcgal.o lwgeom_backend_api.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_geohash.o lwgeom_in_geojson.o lwgeom_triggers.o lwgeom_dump.o lwgeom_dumppoints.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 gserialized_estimate.o geography_inout.o geography_btree.o geography_measurement.o geography_measurement_trees.o geometry_inout.o -L/usr/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -L/usr/lib/mit-krb5 -L/usr/lib/i386-linux-gnu/mit-krb5 -L/usr/lib/i386-linux-gnu  -Wl,--as-needed  ../libpgcommon/libpgcommon.a ../liblwgeom/.libs/liblwgeom.a  -L/usr/local/lib  -lgeos_c -lproj  -L/usr/lib -lxml2 -L/usr/local/lib -lSFCGAL -L/usr/local/lib -lSFCGAL 
/usr/bin/cpp -traditional-cpp -P -I../libpgcommon postgis.sql.in | grep -v '^#' | \
	/usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.2'g" > postgis.sql
/usr/bin/perl ../utils/create_undef.pl postgis.sql 93 > uninstall_postgis.sql
/usr/bin/perl ../utils/postgis_proc_upgrade.pl postgis.sql UNUSED > postgis_upgrade.sql.in
cat postgis_drop_before.sql postgis_upgrade.sql.in postgis_drop_after.sql > postgis_upgrade.sql
/usr/bin/cpp -traditional-cpp -P -I../libpgcommon legacy.sql.in | grep -v '^#' | \
	/usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.2'g" > legacy.sql
/usr/bin/perl ../utils/create_undef.pl legacy.sql 93 > uninstall_legacy.sql
/usr/bin/cpp -traditional-cpp -P -I../libpgcommon legacy_minimal.sql.in | grep -v '^#' | \
	/usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.2'g" > legacy_minimal.sql
/usr/bin/cpp -traditional-cpp -P -I../libpgcommon legacy_gist.sql.in | grep -v '^#' | \
	/usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.2'g" > legacy_gist.sql
/usr/bin/cpp -traditional-cpp -P -I../libpgcommon sfcgal.sql.in | grep -v '^#' | \
	/usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.2'g" > sfcgal.sql
/usr/bin/perl ../utils/create_undef.pl sfcgal.sql 93 > uninstall_sfcgal.sql
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/postgis'
---- Making all in regress
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/regress'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/regress'
---- Making all in raster
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster'
make -C rt_core
make[2]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_core'
gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../../liblwgeom -I/usr/local/include  -I/usr/local/include   -c -o rt_util.o rt_util.c
gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../../liblwgeom -I/usr/local/include  -I/usr/local/include   -c -o rt_spatial_relationship.o rt_spatial_relationship.c
gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../../liblwgeom -I/usr/local/include  -I/usr/local/include   -c -o rt_mapalgebra.o rt_mapalgebra.c
gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../../liblwgeom -I/usr/local/include  -I/usr/local/include   -c -o rt_geometry.o rt_geometry.c
gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../../liblwgeom -I/usr/local/include  -I/usr/local/include   -c -o rt_statistics.o rt_statistics.c
gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../../liblwgeom -I/usr/local/include  -I/usr/local/include   -c -o rt_pixel.o rt_pixel.c
gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../../liblwgeom -I/usr/local/include  -I/usr/local/include   -c -o rt_warp.o rt_warp.c
gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../../liblwgeom -I/usr/local/include  -I/usr/local/include   -c -o rt_band.o rt_band.c
gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../../liblwgeom -I/usr/local/include  -I/usr/local/include   -c -o rt_raster.o rt_raster.c
gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../../liblwgeom -I/usr/local/include  -I/usr/local/include   -c -o rt_serialize.o rt_serialize.c
gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../../liblwgeom -I/usr/local/include  -I/usr/local/include   -c -o rt_wkb.o rt_wkb.c
gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../../liblwgeom -I/usr/local/include  -I/usr/local/include   -c -o rt_context.o rt_context.c
ar rs librtcore.a rt_util.o rt_spatial_relationship.o rt_mapalgebra.o rt_geometry.o rt_statistics.o rt_pixel.o rt_warp.o rt_band.o rt_raster.o rt_serialize.o rt_wkb.o rt_context.o
make[2]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_core'
make -C rt_pg
make[2]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_pg'
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  "-I../../liblwgeom" -I/usr/local/include "-I../../libpgcommon"  -I../rt_core -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o rtpostgis.o rtpostgis.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  "-I../../liblwgeom" -I/usr/local/include "-I../../libpgcommon"  -I../rt_core -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o rtpg_internal.o rtpg_internal.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  "-I../../liblwgeom" -I/usr/local/include "-I../../libpgcommon"  -I../rt_core -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o rtpg_spatial_relationship.o rtpg_spatial_relationship.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  "-I../../liblwgeom" -I/usr/local/include "-I../../libpgcommon"  -I../rt_core -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o rtpg_mapalgebra.o rtpg_mapalgebra.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  "-I../../liblwgeom" -I/usr/local/include "-I../../libpgcommon"  -I../rt_core -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o rtpg_utility.o rtpg_utility.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  "-I../../liblwgeom" -I/usr/local/include "-I../../libpgcommon"  -I../rt_core -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o rtpg_inout.o rtpg_inout.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  "-I../../liblwgeom" -I/usr/local/include "-I../../libpgcommon"  -I../rt_core -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o rtpg_geometry.o rtpg_geometry.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  "-I../../liblwgeom" -I/usr/local/include "-I../../libpgcommon"  -I../rt_core -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o rtpg_raster_properties.o rtpg_raster_properties.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  "-I../../liblwgeom" -I/usr/local/include "-I../../libpgcommon"  -I../rt_core -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o rtpg_band_properties.o rtpg_band_properties.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  "-I../../liblwgeom" -I/usr/local/include "-I../../libpgcommon"  -I../rt_core -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o rtpg_pixel.o rtpg_pixel.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  "-I../../liblwgeom" -I/usr/local/include "-I../../libpgcommon"  -I../rt_core -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o rtpg_create.o rtpg_create.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  "-I../../liblwgeom" -I/usr/local/include "-I../../libpgcommon"  -I../rt_core -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o rtpg_gdal.o rtpg_gdal.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include  -I/usr/include/libxml2 -I/usr/local/include -DHAVE_SFCGAL  "-I../../liblwgeom" -I/usr/local/include "-I../../libpgcommon"  -I../rt_core -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o rtpg_statistics.o rtpg_statistics.c
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_SCORE_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -shared -o rtpostgis-2.2.so rtpostgis.o rtpg_internal.o rtpg_spatial_relationship.o rtpg_mapalgebra.o rtpg_utility.o rtpg_inout.o rtpg_geometry.o rtpg_raster_properties.o rtpg_band_properties.o rtpg_pixel.o rtpg_create.o rtpg_gdal.o rtpg_statistics.o -L/usr/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -L/usr/lib/mit-krb5 -L/usr/lib/i386-linux-gnu/mit-krb5 -L/usr/lib/i386-linux-gnu  -Wl,--as-needed  ../rt_core/librtcore.a ../../liblwgeom/.libs/liblwgeom.a ../../libpgcommon/libpgcommon.a -L/usr/local/lib -lgdal  -L/usr/local/lib  -lgeos_c -lproj  -L/usr/lib -lxml2 -L/usr/local/lib -lSFCGAL  
/usr/bin/cpp -traditional-cpp -P -I../../postgis/ -I../../ rtpostgis.sql.in | grep -v '^#' | \
	/usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/rtpostgis-2.2'g" > rtpostgis.sql
/usr/bin/cpp -traditional-cpp -P -I../../postgis/ -I../../ rtpostgis_upgrade_cleanup.sql.in | grep -v '^#' | \
	/usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/rtpostgis-2.2'g" > rtpostgis_upgrade_cleanup.sql
/usr/bin/cpp -traditional-cpp -P -I../../postgis/ -I../../ rtpostgis_drop.sql.in | grep -v '^#' | \
	/usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/rtpostgis-2.2'g" > rtpostgis_drop.sql
/usr/bin/perl ../../utils/postgis_proc_upgrade.pl rtpostgis.sql UNUSED > rtpostgis_upgrade.sql.in
cat rtpostgis_upgrade_cleanup.sql rtpostgis_drop.sql rtpostgis_upgrade.sql.in > rtpostgis_upgrade.sql
/usr/bin/perl ../../utils/create_undef.pl rtpostgis.sql 93 > uninstall_rtpostgis.sql
/usr/bin/cpp -traditional-cpp -P -I../../postgis/ -I../../ rtpostgis_legacy.sql.in | grep -v '^#' | \
	/usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/rtpostgis-2.2'g" > rtpostgis_legacy.sql
make[2]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_pg'
make -C loader
make[2]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/loader'
gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../rt_core -I../../liblwgeom  -I/usr/local/include -I/usr/local/include   -c raster2pgsql.c
/bin/bash ../../libtool --mode=link gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../rt_core -I../../liblwgeom  -I/usr/local/include -I/usr/local/include   ../rt_core/librtcore.a raster2pgsql.o ../../liblwgeom/liblwgeom.la -L/usr/local/lib -lgdal  -L/usr/local/lib -lgeos_c  -lc -lm -o raster2pgsql
libtool: link: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I../rt_core -I../../liblwgeom -I/usr/local/include -I/usr/local/include raster2pgsql.o -o .libs/raster2pgsql  ../rt_core/librtcore.a ../../liblwgeom/.libs/liblwgeom.so -L/usr/local/lib /usr/local/lib/libgdal.so /usr/local/lib/libgeos_c.so -lc -lm
make[2]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/loader'
make -C rt_pg rtpostgis.sql
make[2]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_pg'
make[2]: `rtpostgis.sql' is up to date.
make[2]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster/rt_pg'
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/raster'
---- Making all in topology
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/topology'
/usr/bin/cpp -traditional-cpp -P topology.sql.in | grep -v '^#' > topology.sql
/usr/bin/perl -0777 -ne 's/^(CREATE|ALTER) (CAST|OPERATOR|TYPE|TABLE|SCHEMA|DOMAIN|TRIGGER).*?;//msg;print;' topology.sql > topology_upgrade.sql.in
/usr/bin/cpp -traditional-cpp -P topology_drop_before.sql.in | grep -v '^#' > topology_drop_before.sql
/usr/bin/cpp -traditional-cpp -P topology_drop_after.sql.in | grep -v '^#' > topology_drop_after.sql
cat topology_drop_before.sql topology_upgrade.sql.in topology_drop_after.sql > topology_upgrade.sql
/usr/bin/perl ../utils/create_undef.pl topology.sql 93 > uninstall_topology.sql
make[1]: Leaving directory `/media/sf_E_RemiCura/PROJETS/postgis/topology'
---- Making all in loader
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/loader'
gcc -I ../liblwgeom -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes    -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o shpopen.o shpopen.c
gcc -I ../liblwgeom -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes    -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o dbfopen.o dbfopen.c
gcc -I ../liblwgeom -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes    -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o getopt.o getopt.c
gcc -I ../liblwgeom -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes    -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o shpcommon.o shpcommon.c
gcc -I ../liblwgeom -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes    -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.5  -c -o safileio.o safileio.c
gcc -I ../liblwgeom -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes    -c shp2pgsql-core.c
gcc -I ../liblwgeom -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes    -I. -I./ -I/usr/include/postgresql/9.3/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -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 -I ../liblwgeom -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 -I ../liblwgeom -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 -I ../liblwgeom -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes    -I/usr/include/postgresql -c pgsql2shp-core.c
gcc -I ../liblwgeom -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes    -I/usr/include/postgresql -c pgsql2shp-cli.c
/bin/bash ../libtool --mode=link \
	  gcc -I ../liblwgeom -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 -I ../liblwgeom -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 `/media/sf_E_RemiCura/PROJETS/postgis/loader'
---- Making all in utils
make[1]: Entering directory `/media/sf_E_RemiCura/PROJETS/postgis/utils'
sed 's, at SRID_MAXIMUM@,999999,g;s, at 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 `/media/sf_E_RemiCura/PROJETS/postgis/utils'
PostGIS was built successfully. Ready to install.


More information about the postgis-devel mailing list