On 6/3/07, Cormac <[EMAIL PROTECTED]> wrote: > Hi, > > I have been trying to install amarok on OS X Tiger. Amarok is a music player > from KDE and so also needs to install a large part of the KDE libs, etc. There > is a fink package, so I did the obvious: > > fink install amarok > > It works away happily for about an hour, but finally fails with the error that > I include at the bottom of this message. I have tried repeating after doing a > 'fink selfupdate' and 'fink update-all' with the same result. I use the rsync > version. Any suggestions on what I can do to fix this. > > thanks, > Cormac. > > -L/sw/lib -L/usr/X11R6/lib -lX11 -lXau -lXdmcp -lpam -ldl -lresolv > /usr/bin/ld: warning /usr/X11R6/lib/libXau.a archive's cputype (18, > architecture > ppc) does not match cputype (7) for specified -arch flag: i386 (can't load > from > it) > /usr/bin/ld: warning /usr/X11R6/lib/libXdmcp.a archive's cputype (18, > architecture ppc) does not match cputype (7) for specified -arch flag: i386 > (can't load from it)
<snip> You didn't specify which architecture you're running, but it looks like you've got PowerPC X11 libraries on an Intel machine. You'll want to clean that out and replace it with an Intel X11 distribution. Assuming you have Apple's X11 (which you also didn't specify), you can clear it out via sudo rm -rf /Library/Receipts/X11* /usr/X11R6 /etc/X11 /Applications/Utilities/X11.app Then install the X11User package from Intel-aware system media, and the X11SDK package again from the Xcode Tools (an Intel-aware version of these, e.g. 2.4.1) -- Alexander K. Hansen akh AT finkproject DOT org Fink User Liaison and Documenter ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
