Installing on older mac Book Pro:
OS is 12.7. Monterey
Following install sequence in README file, I had to install developer software.
Then I get the following: (Is there any hope for me?)
Last login: Sat Oct 5 13:24:04 on console
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
Roys-MacBook-Pro:~ roymorgan$ ls
Desktop Downloads Movies Pictures
Documents Library Music Public
Roys-MacBook-Pro:~ roymorgan$ cd downloads
Roys-MacBook-Pro:downloads roymorgan$ ls
Software and Apps wine-3.0 wine-3.0.tar.xz
Roys-MacBook-Pro:downloads roymorgan$ cd wine-3.0
Roys-MacBook-Pro:wine-3.0 roymorgan$ ./configure
checking build system type... x86_64-apple-darwin21.6.0
checking host system type... x86_64-apple-darwin21.6.0
checking whether make sets $(MAKE)... no
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/Users/roymorgan/downloads/wine-3.0':
configure: error: C compiler cannot create executables
See `config.log' for more details
Roys-MacBook-Pro:wine-3.0 roymorgan$ ./configure
checking build system type... x86_64-apple-darwin21.6.0
checking host system type... x86_64-apple-darwin21.6.0
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking for ld... ld
checking whether gcc -m32 works... no
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
Roys-MacBook-Pro:wine-3.0 roymorgan$ make
make: *** No targets specified and no makefile found. Stop.
Roys-MacBook-Pro:wine-3.0 roymorgan$ make install
make: *** No rule to make target `install'. Stop.
Roys-MacBook-Pro:wine-3.0 roymorgan$ ./configure
checking build system type... x86_64-apple-darwin21.6.0
checking host system type... x86_64-apple-darwin21.6.0
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking for ld... ld
checking whether gcc -m32 works... no
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
Roys-MacBook-Pro:wine-3.0 roymorgan$
Wine Install 0n Older Mac
Re: Wine Install 0n Older Mac
Instead of trying to build from source you can install the Winehq packages from brew
Code: Select all
brew install --cask --no-quarantine wine-stable