I've got all the 32 bit dependencies installed as per 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: Select all
$ ./configure --prefix "/home/mythtv/.nulldcwine" && make && make install
$ cd ~/.nulldcwine/bin
$ WINEPREFIX="/home/mythtv/.nulldcwine" ~/.nulldcwine/bin/winecfg
Code: Select all
Segmentation fault (core dumped)
Code: Select all
$ sh wineprefixcreate --prefix /home/mythtv/.nulldcwine
Note: wineprefixcreate is deprecated and shouldn't be needed anymore.
WINEPREFIX creation and updates now happen automatically when needed.
wineprefixcreate: line 134: 31497 Segmentation fault (core dumped) "${WINELOADER:-$bindir/wine}" wineboot.exe
Code: Select all
$ CFLAGS=-fno-stack-protector ./configure --prefix="/home/mythtv/.nulldcwine" && make depend && make && make install
Needless to say, I get a segfault when trying to run a program with wine as well with both build methods:
Code: Select all
$ WINEPREFIX="/home/mythtv/.nulldcwine" ~/.nulldcwine/bin/wine ~/.nulldcwine/drive_c/"Program Files"/nulldc103/nullDC_1.0.3_nommu.exe
Segmentation fault (core dumped)