Does IEs 4 Linux Work with Mac OSX
Yes, it's possible with Intel-based Macs running OSX 10.4+
There are several steps you need to take in order to get WINE working prior to installing ies4linux.
Requirements:
fink install wine
port install cabextract #you need version 1.2 for locale support (fink's is older) port install wget
Make sure your path to cabextract is using the /opt/local/bin path if you installed the fink version first (/sw/bin).
export PATH="$PATH:/opt/local/bin:/sw/bin";
You also will need X11.app (from the Mac OSX CD) installed to run WINE via X11. From what I could tell, the ONLY way to get X11.app is off the CD -- I could not find it on apple.com anywhere.
Once WINE is installed, the standard instructions for installing ies4linux should work. In order to start the ie6 binary, first startup an X11 session which will open a terminal, then just run the command (ie: ~/bin/ie6).
I have not tested with IE7 yet, as I could not find the beta page referenced in the FAQ.
From my understanding WINE will not run on PPC platforms, only intel-based chips, although you might have success with darwine for PPC.