Ticket #378 (closed defect: wontfix)
configure only works with gcc
| Reported by: | nics | Owned by: | pramsey |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Build/Install | Version: | 3.2.0 |
| Severity: | Unassigned | Keywords: | |
| Cc: |
Description
Hi all,
Trying to build geos-3.2.2 on Solaris10/SPARC with Sun Studio, I recognized that the configure script depends on the compiler to be gcc. For example it uses -pedantic (which suncc accepts and passes down to linker, resulting in a segfault). Also many -W* and -f* options that are very gcc-specific are used in configure. As a result, configure doesn't get the correct results as compiling all its test programs result in segfaults of suncc.
Best regards
Nicolai
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

