Opened 9 years ago
Closed 9 years ago
#3170 closed defect (fixed)
Ability to link liblwgeom dynamically under windows (mingw-w64)
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 2.2.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: | esseffe |
Description (last modified by )
This is in regards to #3167
strk made change at r13650 to accommodate dynamic linking under mingw64 for Alessandro Fumeri ( esseffe ). It unfortunately broke static linking (with json-c) on windows which is needed to distribute PostGIS under windows.
So strk took it out at r13677
It would be nice to have both options of course.
Change History (5)
comment:1 by , 9 years ago
Summary: | Ability to link liblwgeom dynamically under windows → Ability to link liblwgeom dynamically under windows (mingw-w64) |
---|
comment:2 by , 9 years ago
Description: | modified (diff) |
---|
comment:3 by , 9 years ago
Owner: | changed from | to
---|
comment:4 by , 9 years ago
Note:
See TracTickets
for help on using tickets.
Commited at r13732
I think I also figured out a workaround for my issue noted on #3167 so I still get static linking. I'll comment on that on #3167