Ticket #1890 (new defect)

Opened 11 months ago

Last modified 2 weeks ago

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

Changed 11 months ago by pramsey

  • milestone changed from PostGIS 2.0.1 to PostGIS 2.0.2

Changed 6 months ago by robe

  • milestone changed from PostGIS 2.0.2 to PostGIS 2.1.0

too dangerous to try now.

Changed 2 weeks ago by robe

  • milestone changed from PostGIS 2.1.0 to PostGIS 2.2.0
Note: See TracTickets for help on using tickets.