Ticket #1890 (new defect)
Configure finds sometimes older libraries
| Reported by: | janh | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.2.0 |
| Component: | postgis | Version: | 2.0.x |
| Keywords: | Non-standard Configure | Cc: |
Description
When configuring for non-standard installation locations, (CFLAGS=... LDFLAGS=... configure) the header files and libraries in those locations will be searched before the source tree. This means that a relative include path, like "liblwgeom.h", will be retrieved from the older installed version. A possible solution would be to give the path relative to the souce code (" ../liblwgeom/liblwgeom.h"
Change History
Note: See
TracTickets for help on using
tickets.
