[postgis-devel] [PostGIS] #1158: Can't compile under Windows mingw

PostGIS trac at osgeo.org
Mon Sep 12 09:46:19 PDT 2011


#1158: Can't compile under Windows mingw
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  strk         
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by strk):

 Ok, I see the difference between 8.4 and 9.0 now:

 8.4: SHLIB_LINK := $(BE_DLLLIBS) $(SHLIB_LINK)
 9.0: SHLIB_LINK += $(BE_DLLLIBS)

 So, 9.0 works because it _appends_ BE libraries to the link line, while
 8.4
 prepends them, thus making it impossible to list in SHLIB_LINK our pgsql-
 dependent
 libpgcommon.

 Now to think of a fix... Back to include our own Makefile.shlib ?
 (that's where that line comes from)

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1158#comment:57>
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