Assembler failure.

Renaud Dartus reno at via.ecp.fr
Tue Nov 6 02:05:59 CET 2001


On Tue, Nov 06, 2001, OpenBSD at uni.de wrote:
> bash-2.05# gmake vlc
> gcc -finline-limit-30000 -DSYS_OPENBSD3_0 -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98   -Iinclude -Iextras -Wall -Winline -pipe -D_REENTRANT -D_GNU_SOURCE -pthread -O3 -ffast-math -funroll-loops -fomit-frame-pointer -c -o src/interface/main.o src/interface/main.c
> {standard input}: Assembler messages:
> {standard input}:2639: Error: no such 386 instruction: `xorps'
> {standard input}:2695: Error: no such 386 instruction: `pfadd'
> {standard input}:2696: Error: no such 386 instruction: `femms'
> gmake: *** [src/interface/main.o] Error 1

Your gcc don't understand 3D Now! instructions nor SSE.
You can comment in include/defs.h the following lines:
#define HAVE_SSE 1
#define HAVE_3DNOW 1

-- 
Reno




More information about the vlc mailing list