Opened 14 years ago

Closed 13 years ago

#3527 closed defect (wontfix)

multiarch build on Mac OS X

Reported by: ripleybd Owned by: warmerdam
Priority: low Milestone:
Component: default Version: unspecified
Severity: minor Keywords:
Cc:

Description

Your libtool is rather old. With a multiarch build on Mac OS X, e.g.

CXX="g++-4.2 -arch i386 -arch x86_64'

it needs a tag declared on your link, e.g GDALmake.opt.in l.12 needs to be

LIBTOOL_LINK = $(LIBTOOL) --mode=link --tag=CXX

Change History (2)

comment:1 by Even Rouault, 14 years ago

libtool has been updated in 1.7.2 release. Might be worth retrying ?

comment:2 by Even Rouault, 13 years ago

Resolution: wontfix
Status: newclosed

Marking as wontfix since 1.8.0 has been released.

Note: See TracTickets for help on using tickets.