https://bugs.winehq.org/show_bug.cgi?id=57859
--- Comment #22 from Sveinar Søpler cybermax@dexter.no --- (In reply to Alexandre Julliard from comment #21)
There is now a loader (and preloader) for every platform in the corresponding -unix directory. The main loader in /usr/bin/wine is just a small wrapper that launches an appropriate platform-specific loader.
But for the loaders to be able to find each other, they need to be installed in the same libdir.
Well.. something is awfully wrong with my buildprocess i suppose.. In the "bin" folder of my build (install), it seems most files are just symlinks to wine.. eg. regedit -> wine, wineboot -> wine and so on. Wine-10.1 and earlier these files were bash scripts and not just all symlinks to the wine binary (and no wine64 binary either).
So, i ask the same - What configure or build option should i use for this to not be all crud? Or is standard 32/64-bit builds just disabled and wow64 is the only way from 10.2+?