[postgis-devel] [PostGIS] #1079: compilation fails with `make -jX`
PostGIS
trac at osgeo.org
Thu Jun 30 10:11:16 PDT 2011
#1079: compilation fails with `make -jX`
----------------------------+-----------------------------------------------
Reporter: martinl | Owner: pracine
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: 1.5.X
Keywords: compilation |
----------------------------+-----------------------------------------------
PostGIS configured with
{{{
--with-raster --with-topology
}}}
and compiled by
{{{
make -j3
}}}
Compilation fails with
{{{
gcc -g -O2 -g -O2 -Wall -fPIC -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv
-g -fpic -shared -o rtpostgis-2.0.so rt_pg.o -L/usr/lib -Wl,--as-needed
-Wl,--as-needed -L/usr/local/lib -lgeos_c -lproj -lxml2
../rt_core/librtcore.a /usr/local/src/postgis_trunk/liblwgeom/liblwgeom.a
-L/usr/local/lib -lgdal
gcc: error: ../rt_core/librtcore.a: No such file or directory
make[2]: *** [rtpostgis-2.0.so] Error 1
make[2]: Leaving directory `/usr/local/src/postgis_trunk/raster/rt_pg'
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1079>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list