Opened 9 years ago
Closed 9 years ago
#3350 closed defect (worksforme)
2.2.0 fails to build on OS X
Reported by: | petere | Owned by: | strk |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 2.2.1 |
Component: | build | Version: | 2.2.x |
Keywords: | Cc: |
Description
2.2.0 no longer builds on OS X:
ld: unknown option: --exclude-libs
This is because of the addition of the --exclude-libs
flag, per #3281.
The configure check should be changed from AC_LIBTOOL_COMPILER_OPTION
to AC_LIBTOOL_LINKER_OPTION
, because the compiler will happily accept the option and ignore it, but the linker will complain when it doesn't recognize it.
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
What version of OSX are you seeing this on, it (trunk) just built fine for me on 10.10