|
|
之前已经按照wineq里面说的 emerge 了一大堆 emu-x86 的包,configure如下:
- ./configure --x-libraries=/usr/lib32/ LDFLAGS="-L/usr/lib32/ -L/lib32" --prefix=/usr
复制代码
最后出错的地方:
- gcc -m32 -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o vartype.o vartype.c
- vartype.c: In function 'func_vartype':
- vartype.c:5782: internal compiler error: Segmentation fault
- Please submit a full bug report,
- with preprocessed source if appropriate.
- See <URL:http://bugs.gentoo.org/> for instructions.
- The bug is not reproducible, so it is likely a hardware or OS problem.
- make[2]: *** [vartype.o] Error 1
- make[2]: Leaving directory `/root/wine/wine-1.0-rc1/dlls/oleaut32/tests'
- make[1]: *** [oleaut32/tests] Error 2
- make[1]: Leaving directory `/root/wine/wine-1.0-rc1/dlls'
- make: *** [dlls] Error 2
复制代码
有没有成功编译的?分享下经验吧。 |
|