Firaven7 wrote: > When I try to build wine I get this message: > > configure: error: Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support. > ***** Error: Can't build wine > > I would like to know how to input --disable-win16 correctly so that I can install wine. > Add it to the configure line like so: ./configure <old settings here> --disable-win16 This will configure wine and then you can build away. BTW, the problem is Apple's and not Wine's. James McKenzie