Opened 12 years ago

Closed 12 years ago

#4557 closed defect (duplicate)

--tag=LD added r23745 prevents successful compilation of GDAL trunk in OSX 10.6

Reported by: dustymugs Owned by: warmerdam
Priority: normal Milestone:
Component: ConfigBuild Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

The addition of --tag=LD in r23745 prevents GDAL trunk from compiling to completion. If --tag=LD is removed, GDAL trunk compiles successfully.

In the compile output, libtool outputs the following

libtool: link: ignoring unknown tag LD

The above message is also present in the output on Linux 64-bit but Linux compiles successfully with or without --tag=LD

Change History (2)

comment:1 by jorgearevalo, 12 years ago

I confirm the problem. The addition of --tag=LD breaks my build in Mac OS X 10.6.8. It compiles fine if removed.

comment:2 by warmerdam, 12 years ago

Component: defaultConfigBuild
Resolution: duplicate
Status: newclosed

Lets try to address this in the original ticket that led to this addition (#4436).

Note: See TracTickets for help on using tickets.