|
- Installing header files in /usr/include.
- (cd sharedlib/; \
- make -f /var/tmp/portage/svgalib-1.9.19-r3/work/svgalib-1.9.19/src/Makefile libvga.so.1.9.19 \
- SRCDIR="/var/tmp/portage/svgalib-1.9.19-r3/work/svgalib-1.9.19" DLLFLAGS="-fPIC" \
- )
- make[1]: Entering directory `/var/tmp/portage/svgalib-1.9.19-r3/work/svgalib-1.9.19/sharedlib'
- make[1]: `libvga.so.1.9.19' is up to date.
- make[1]: Leaving directory `/var/tmp/portage/svgalib-1.9.19-r3/work/svgalib-1.9.19/sharedlib'
- (cd sharedlib/; \
- make -f /var/tmp/portage/svgalib-1.9.19-r3/work/svgalib-1.9.19/gl/Makefile libvgagl.so.1.9.19 \
- SRCDIR="/var/tmp/portage/svgalib-1.9.19-r3/work/svgalib-1.9.19" DLLFLAGS="-fPIC" \
- )
- make[1]: Entering directory `/var/tmp/portage/svgalib-1.9.19-r3/work/svgalib-1.9.19/sharedlib'
- cc -Wall -Wstrict-prototypes -fPIC -I../include -I. -fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g -c -o driver.o ../gl/driver.c
- {standard input}: Assembler messages:
- {standard input}:251: Error: suffix or operands invalid for `movzbl'
- {standard input}:346: Error: suffix or operands invalid for `movzbl'
- {standard input}:390: Error: suffix or operands invalid for `movzbl'
- {standard input}:493: Error: suffix or operands invalid for `movzbl'
- {standard input}:677: Error: suffix or operands invalid for `movzbl'
- {standard input}:718: Error: suffix or operands invalid for `movzbl'
- {standard input}:790: Error: suffix or operands invalid for `movzbl'
- {standard input}:3311: Warning: using `%dx' instead of `%edx' due to `w' suffix
- {standard input}:3313: Warning: using `%dx' instead of `%edx' due to `w' suffix
- {standard input}:3371: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:3373: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:3489: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:3491: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:3567: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:3569: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:3661: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:3663: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:3791: Error: suffix or operands invalid for `movzbl'
- {standard input}:3855: Warning: using `%dx' instead of `%edx' due to `w' suffix
- {standard input}:3857: Warning: using `%dx' instead of `%edx' due to `w' suffix
- {standard input}:4198: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:4200: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:4352: Error: suffix or operands invalid for `movzbl'
- {standard input}:4422: Warning: using `%cx' instead of `%ecx' due to `w' suffix
- {standard input}:4424: Warning: using `%cx' instead of `%ecx' due to `w' suffix
- {standard input}:4890: Error: suffix or operands invalid for `movzbl'
- {standard input}:4931: Error: suffix or operands invalid for `movzbl'
- {standard input}:4993: Error: suffix or operands invalid for `movzbl'
- {standard input}:6238: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:6240: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:6265: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:6267: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:6292: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:6294: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:6319: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:6321: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:6359: Warning: using `%ax' instead of `%eax' due to `w' suffix
- {standard input}:6361: Warning: using `%ax' instead of `%eax' due to `w' suffix
- make[1]: *** [driver.o] Error 1
- make[1]: Leaving directory `/var/tmp/portage/svgalib-1.9.19-r3/work/svgalib-1.9.19/sharedlib'
- make: *** [sharedlib/libvgagl.so.1.9.19] Error 2
复制代码 |
|