Re: Fwd: Re: wine
RVP <[email protected]> Sun, 14 Jun 2026 00:03:11 +0000 (UTC)
| Newsgroups | gmane.os.netbsd.general |
|---|---|
| Message-ID | <[email protected]> |
> I would like to execute a program under Wine called MMNA Gal to run old > antenna simulations I made in Linux 13 years ago, but it doesn't work. > It is a 32 bit Windows executable. Is there a way to run it now under > NetBSD?(I am running NetBSD 11-RC4 amd64) > Try compiling Wine this line[1] changed to this: CONFIGURE_ARGS+= --enable-archs=i386,x86_64 (adjust plist entries too, of course.) If that doesn't do it, try: 1. Wine5 in pkgsrc 2. https://washbear.neocities.org/wine-sandbox 3. the binary wine9 package in a Qemu/i386 VM. -RVP [1]: https://github.com/NetBSD/pkgsrc/blob/trunk/emulators/wine/Makefile#L57