Ticket #670 (new defect)

Opened 4 years ago

Last modified 4 years ago

IRIX: GDAL uses a too big command line for linking when using included libTIFF/GeoTIFF

Reported by: dirk@advtechme.com Assigned to: warmerdam
Priority: high Milestone:
Component: default Version: unspecified
Severity: minor Keywords:
Cc:

Description

On IRIX (N32) at the last stage of compilation process, the linker (ld32) fails
due to a too long command line. I've used included libTIFF and included
libGeoTIFF.

You'll find attached the output of the linker, my config.log and the
port/cpl_config.h file.

Attachments

output.txt (20.7 kB) - added by dirk@advtechme.com on 11/16/04 04:56:55.
Output during gmake
config.log (51.0 kB) - added by dirk@advtechme.com on 11/16/04 04:57:22.
configure's config.log
cpl_config.h (3.8 kB) - added by dirk@advtechme.com on 11/16/04 04:57:58.
port/cpl_config.h

Change History

11/16/04 04:56:55 changed by dirk@advtechme.com

  • attachment output.txt added.

Output during gmake

11/16/04 04:57:22 changed by dirk@advtechme.com

  • attachment config.log added.

configure's config.log

11/16/04 04:57:58 changed by dirk@advtechme.com

  • attachment cpl_config.h added.

port/cpl_config.h

11/22/04 07:07:25 changed by dirk@advtechme.com

Patch available. Will supply it after I ran full testing on it.

At the moment I'm getting lots of warnings when I link mapserver (linked against
system's libtiff) against it. I'm not sure if mapserver works with it, because
of the issue we discussed recently with mapserver+libgd on the mapserver-dev
mailing list.

11/27/04 13:45:15 changed by dirk@advtechme.com

Ich attached a patch to #652 that also fixes this IRIX problem. With the
mapserver linked against GDAL I was unable to get raster images working. I got
some 'xyz' previously defined here and there messages, I don't know if this is a
sign of the same bug.