[mythtv-commits] Ticket #9478: [PATCH] configure for PowerPC doesn't set -fPIC

MythTV noreply at mythtv.org
Thu Jan 13 19:29:09 UTC 2011


#9478: [PATCH] configure for PowerPC doesn't set -fPIC
-------------------------------------------------+-------------------------
     Reporter:  Lawrence Rust <lvr@…>            |      Owner:  janne
         Type:  Patch - Bug Fix                  |     Status:  new
     Priority:  minor                            |  Milestone:  unknown
    Component:  MythTV - configure script        |    Version:  Unspecified
     Severity:  medium                           |   Keywords:
Ticket locked:  0                                |
-------------------------------------------------+-------------------------
 If ./configure is run on a PowerPC/Linux system then the -fPIC compiler
 flag is not set for building shared libraries.  This results in runtime
 errors from ld.so when loading those shared objects.

 PS configure also fails to detect the cpu of a Mac B/W G3 when passed
 --cpu=host.  Building with --cpu=g3 works fine.
 $ uname -m
 ppc

 $ uname -p
 unknown

 $ cat /proc/cpuinfo
 processor       : 0
 cpu             : 740/750
 temperature     : 11-13 C (uncalibrated)
 clock           : 400.000000MHz
 revision        : 130.1 (pvr 0008 8201)
 bogomips        : 49.86
 timebase        : 24934600
 platform        : PowerMac
 model           : PowerMac1,1
 machine         : PowerMac1,1
 motherboard     : PowerMac1,1 MacRISC Power Macintosh
 detected as     : 66 (Blue&White G3)
 pmac flags      : 00000000
 L2 cache        : 1024K unified
 pmac-generation : NewWorld
 Memory          : 256 MB

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9478>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list