• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: libPng.dylib: "file is not of required architecture"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libPng.dylib: "file is not of required architecture"


  • Subject: Re: libPng.dylib: "file is not of required architecture"
  • From: Greg Guerin <email@hidden>
  • Date: Thu, 7 Feb 2008 22:44:55 -0700

Chris Espinosa wrote:

You've installed some code (I wish I knew what it was, it seems pretty popular) that puts a PPC-only version of several graphics libraries in /usr/local/lib, superseding the system's Universal versions.

It may be possible to scan /Library/Receipts for BOM's that reference /usr/local. Something like this (typed in mail):


#!/bin/bash
for bom in /Library/Receipts/*/Contents/*.bom
do
 lsbom "$bom" | grep /usr/local
done

  -- GG

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: Xcode 2.5, ppc, link errors
  • Next by Date: Re: IB 3.0 plugin & error "NSMapRemove(): attempt to remove notAKeyMarker" when saving NIB
  • Previous by thread: Re: libPng.dylib: "file is not of required architecture"
  • Next by thread: Xcode 2.5, ppc, link errors
  • Index(es):
    • Date
    • Thread