[postgis-tickets] [PostGIS] #2746: winnie 9.4 PostGIS 2.2.or 2.1 build doesn't load in EDB 9.4 beta 32-bit

PostGIS trac at osgeo.org
Sat May 24 20:03:54 PDT 2014


#2746: winnie 9.4 PostGIS 2.2.or 2.1  build doesn't load in EDB 9.4 beta 32-bit
-----------------------------------+----------------------------------------
 Reporter:  robe                   |       Owner:  robe         
     Type:  defect                 |      Status:  new          
 Priority:  blocker                |   Milestone:  PostGIS 2.1.4
Component:  build/upgrade/install  |     Version:  trunk        
 Keywords:                         |  
-----------------------------------+----------------------------------------

Comment(by robe):

 Success I think. So far upgrading to new 4.8.1 chain and change the
 templates/win32 file
 to

 {{{
 LDFLAGS="-Wl,--allow-multiple-definition -Wl,--disable-auto-import"
 }}}

 to


 {{{
 LDFLAGS="-Wl,--allow-multiple-definition"
 }}}

 Seems to have fixed the problem with configure on mingw64-w32 gcc 4.8.1
 and above (I tried from 4.8.1-4.9.0)

 and better yet -- it doesn't have the annoying


 {{{
  InterlockedCompareExchange
 }}}

 reference.  As an experiment I tried to load my pg_trgm compiled 4.8.1
 extension into my edb 9.4beta install, and that seems to have worked fine.
 So worst comes to worst, I guess I got to upgrade my chain to 4.8.1 or
 above and we may not have to rush into CMake just yet.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2746#comment:9>
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-tickets mailing list