Opened 8 years ago

Closed 8 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 pramsey, 8 years ago

What version of OSX are you seeing this on, it (trunk) just built fine for me on 10.10

comment:2 by pramsey, 8 years ago

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.