Hi, i am trying to compile latest development version of wine (1.1.23) on the
new release of Fedora. I get this error during "make":
make[1]: Entering directory `/home/v4mpiro/Scrivania/wine-1.1.23/tools'
make[1]: `makedep' is up to date.
make[1]: Leaving directory `/home/v4mpiro/Scrivania/wine-1.1.23/tools'
make[1]: Entering directory `/home/v4mpiro/Scrivania/wine-1.1.23/libs'
make[2]: Entering directory `/home/v4mpiro/Scrivania/wine-1.1.23/libs/port'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/v4mpiro/Scrivania/wine-1.1.23/libs/port'
make[2]: Entering directory `/home/v4mpiro/Scrivania/wine-1.1.23/libs/wine'
version=`(GIT_DIR=../../.git git describe HEAD 2>/dev/null || echo
"wine-1.1.23") | sed -n -e '$s/\(.*\)/const char wine_build[] =
"\1";/p'` && (echo $version | cmp -s - version.c) || echo
$version >version.c || (rm -f version.c && exit 1)
gcc -shared -Wl,-soname,libwine.so.1 -Wl,--version-script=./wine.map casemap.o
collation.o compose.o config.o cptable.o debug.o fold.o ldt.o loader.o mbtowc.o
mmap.o port.o sortkey.o string.o utf8.o wctomb.o wctype.o c_037.o c_424.o
c_437.o c_500.o c_737.o c_775.o c_850.o c_852.o c_855.o c_856.o c_857.o c_860.o
c_861.o c_862.o c_863.o c_864.o c_865.o c_866.o c_869.o c_874.o c_875.o c_878.o
c_932.o c_936.o c_949.o c_950.o c_1006.o c_1026.o c_1250.o c_1251.o c_1252.o
c_1253.o c_1254.o c_1255.o c_1256.o c_1257.o c_1258.o c_1361.o c_10000.o
c_10006.o c_10007.o c_10029.o c_10079.o c_10081.o c_20127.o c_20866.o c_20932.o
c_21866.o c_28591.o c_28592.o c_28593.o c_28594.o c_28595.o c_28596.o c_28597.o
c_28598.o c_28599.o c_28600.o c_28603.o c_28604.o c_28605.o c_28606.o
version.o ../../libs/port/libwine_port.a -ldl -o libwine.so.1.0
cptable.o: file not recognized: File truncated
collect2: ld returned 1 exit status
make[2]: *** [libwine.so.1.0] Error 1
make[2]: Leaving directory `/home/v4mpiro/Scrivania/wine-1.1.23/libs/wine'
make[1]: *** [wine] Error 2
I followed the guides of the wiki on how to compile wine from source. I also
installed all the required development libraries suggested on the site (also i
didn't get errors during "./configure"). I also followed the tips
on how to compile 32bit wine on dual core machine. Nobody seems to have this
problem. I don't understand what's the error. Can anyone help me?
Thanks.