Ticket #1994 (new defect)

Opened 8 months ago

Last modified 8 months ago

-fPIC is not used in ruby bindings

Reported by: frankie Assigned to: cfis
Priority: normal Milestone:
Component: RubyBindings Version: 1.4.2
Severity: normal Keywords:
Cc: warmerdam

Description

That causes a build failure on some archs, see Debian BTS for more information:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=450882

Also its GNUmakefile should be patched to fail at the first error.

Change History

11/15/07 11:04:41 changed by warmerdam

  • cc set to warmerdam.

I have patched the swig/GNUmakefile in trunk (r12783) and 1.4 branch (r12784) as suggested.

Charlie, do you have any idea why the GDALmake.opt's -fPIC compile options aren't getting into the ruby extension build?