anilbv wrote: > I'm trying to install Wine 1.2 from this website, but I've run into some problems. Firstly, the installer warns me that it has found a wine binary somewhere, but I don't know where this would be or how to uninstall it (I just deleted the old wine directory). Secondly, if I do tell the installer to continue, it fails when checking whether 16-bit code can be built correctly, apparently because I have Xcode 3.1 and "Xcode 3.x cannot build 16-bit code correctly." It tells me to use --disable-win16 if I don't need 16-bit support, but I also don't know how the do that. > > Thanks for your help so far! yes.. just disable win16 when your doing ./configure you do it like this... ./configure --disable-win16 Wine should install to /usr/local where your old install probably is... its nothing you can see in Finder normally.... theoretically it should be able ot just replace the files and work.