#276: "make check" failed at geos_unit on mingw
------------------------+---------------------------------------------------
 Reporter:  sanak       |        Owner:  geos-devel@lists.osgeo.org
     Type:  defect      |       Status:  new                       
 Priority:  major       |    Milestone:  3.3.0                     
Component:  Default     |      Version:  svn-trunk                 
 Severity:  Unassigned  |   Resolution:                            
 Keywords:  mingw       |  
------------------------+---------------------------------------------------
Comment (by robe):

 Just noticed its failing for me too, I guess I wasn't paying attention
 since the .dlls were being generated and I have it as part of my PostGIS
 build script.  though I thought I was paying more attention last week and
 it was passing make check.  This may not be related to this issue, but I'm
 getting the below error at the end of my

 make clean && make && make check


 {{{
 C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe:
 warning: auto-importing has been activated without --enable-auto-import
 specified on the command line.
 This should work unless it involves constant data structures referencing
 symbols from auto-imported DLLs.
 .libs/libgeos_c_la-geos_ts_c.o: In function `GEOSProject_r':
 c:/projects/geos/trunk/capi/geos_ts_c.cpp:4378: undefined reference to
 `geos::linearref::LengthIndexedLine::LengthIndexedLine(geos::geom::Geometry
 const*)'
 c:/projects/geos/trunk/capi/geos_ts_c.cpp:4378: undefined reference to
 `geos::linearref::LengthIndexedLine::project(geos::geom::Coordinate
 const&) const'
 .libs/libgeos_c_la-geos_ts_c.o: In function `GEOSInterpolate_r':
 c:/projects/geos/trunk/capi/geos_ts_c.cpp:4385: undefined reference to
 `geos::linearref::LengthIndexedLine::LengthIndexedLine(geos::geom::Geometry
 const*)'
 c:/projects/geos/trunk/capi/geos_ts_c.cpp:4386: undefined reference to
 `geos::linearref::LengthIndexedLine::extractPoint(double) const'
 collect2: ld returned 1 exit status
 make[1]: *** [libgeos_c.la] Error 1
 make[1]: Leaving directory `/c/projects/geos/trunk/capi'
 make: *** [all-recursive] Error 1

 }}}

-- 
Ticket URL: <http://trac.osgeo.org/geos/ticket/276#comment:7>
GEOS <http://geos.refractions.net/>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite 
(JTS).
_______________________________________________
geos-devel mailing list
geos-devel@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/geos-devel

Reply via email to