Re: libPng.dylib: "file is not of required architecture"
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