Ticket #1079 (closed defect: worksforme)
[raster] Compilation fails with `make -jX`
| Reported by: | martinl | Owned by: | pracine |
|---|---|---|---|
| Priority: | low | Milestone: | PostGIS Future |
| Component: | raster | Version: | trunk |
| Keywords: | compilation | Cc: |
Description
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'
Change History
Note: See
TracTickets for help on using
tickets.
