Displaying 1 result from an estimated 1 matches for "nulldcwine".
2011 Mar 01
1
Help compiling an older version of wine on 64 bit Fedora 14
...r the building wine on fedora 14 section of the wine wiki: http://wiki.winehq.org/WineOn64bit
I downloaded wine 1.1.32 from source.
First of all I used the following method to build and install wine 1.1.32 from source, as recommended by the wiki:
Code:
$ ./configure --prefix "/home/mythtv/.nulldcwine" && make && make install
$ cd ~/.nulldcwine/bin
$ WINEPREFIX="/home/mythtv/.nulldcwine" ~/.nulldcwine/bin/winecfg
however, on executing the local version of winecfg, I get a segfault:
Code:
Segmentation fault (core dumped)
In semi-desperation I tried manua...