This is a WOW64 build.
https://wiki.winehq.org/Building_Wine#Shared_WoW64
[wine-2.18 mirrors]
wine64-2.18_v4.1.pet _________ tahrpup64 6.0.5 [stripped=true]
wine64_DEV-2.18.pet __________ tahrpup64 6.0.5
wine64_DOC-2.18.pet __________ tahrpup64 6.0.5
----------------------------
tahrpup64 6.0.5
----------------------------
I compiled using tahrpup64 6.0.5
This puppy distro uses glibc 2.19
The Wine files listing 'tahrpup64 6.0.5' will possibly:
- fail with a glibc before 2.19
- succeed with a glibc of 2.19 and above
To see what glibc your puppy has.
Code: Select all
ldd --version
Code: Select all
/lib/libc.so.6
Code: Select all
getconf GNU_LIBC_VERSION
When compiling in tahrpup64 6.0.5, I used:
Code: Select all
../wine-2.18/configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-x --enable-win64 --libdir=/usr/lib64 CFLAGS="-O2"
For the 32-bit wine build, I used files from 'wine-2.18_v3.1.pet' from the previous forum post.
----------------------------------------------------------------------------------------------------------
The 32-bit wineserver is included, just in case it is needed.
It is a hidden file ".wineserver"
I do not have any 64-bit applications to test.
I can only do minimal testing because my AMD graphics driver is not functioning properly.
I may have to learn to compile Mesa to do any more detailed testing of 32-bit applications with this wine build.
I am relying on others to test this wine version.