On Oct 11, 2009, at 19:10, Daniel J. Luke wrote:

so, here's the problem, do you have /opt/local/lib/db46/ libdb-4.6.dylib ?

If you do have that file, is it the right architecture? (try `file / opt/local/lib/db46/libdb-4.6.dylib`)

I don't recall what OS David is using, but it seems on Snow Leopard "file" no longer tells you the architectures in a file. "lipo -info" still does, though.


$ file /opt/local/lib/db46/libdb-4.6.dylib
/opt/local/lib/db46/libdb-4.6.dylib: Mach-O fat file with 2 architectures
$ lipo -info /opt/local/lib/db46/libdb-4.6.dylib
Architectures in the fat file: /opt/local/lib/db46/libdb-4.6.dylib are: i386 x86_64
$



_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to