Opened 18 years ago

Last modified 15 years ago

#85 closed defect (fixed)

Geos uses gcc not g++ on MingW and OS X

Reported by: cfis@… Owned by: strk@…
Priority: major Milestone:
Component: Build scripts Version: main
Severity: Critical Keywords: imported, phpbugtracker
Cc:

Description (last modified by mloskot)

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:1 by strk@…, 18 years ago

Resolution: nonefixed
Version: 2.2.23.0.0
I think we fixed this by adding the new inlines.cpp module. Can you confirm ?

comment:2 by mloskot, 16 years ago

Description: modified (diff)
Milestone: imported3.0.0
Priority: 4major
Version: 3.0.0svn-trunk

comment:3 by (none), 15 years ago

Milestone: 3.0.0

Milestone 3.0.0 deleted

Note: See TracTickets for help on using tickets.