Opened 17 years ago
Last modified 15 years ago
#85 closed defect (fixed)
Geos uses gcc not g++ on MingW and OS X
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Build scripts | Version: | main |
Severity: | Critical | Keywords: | imported, phpbugtracker |
Cc: |
Description (last modified by )
The recent changes to GEOS have broken the MinGW windows build (up to two weeks ago everything built fine).
The first problem is that the generated makefiles have libtool use gcc and not g++, thus the standard C++ library is not being linked. The problem is that autoconf sees there are no sources a library it will choose the C compiler, not the C++ compiler. This is now the case for GEOS, if you look at makefile.am in the source directory.
libgeos_la_SOURCES =
Note there are no sources anymore. The post below describes the problem - but provides no solution:
http://lists.debian.org/debian-mentors/2003/06/msg00000.html
This problem gets some hits on Google, but I've found no solutions. Maybe someone knows how to fix this? For the moment I just manually update the makefiles (which is the best solution offered in the post above).
Change History (3)
comment:2 by , 16 years ago
Description: | modified (diff) |
---|---|
Milestone: | imported → 3.0.0 |
Priority: | 4 → major |
Version: | 3.0.0 → svn-trunk |