Ticket #3527 (closed defect: wontfix)

Opened 3 years ago

Last modified 2 years ago

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

Changed 3 years ago by rouault

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

Changed 2 years ago by rouault

  • status changed from new to closed
  • resolution set to wontfix

Marking as wontfix since 1.8.0 has been released.

Note: See TracTickets for help on using tickets.