Hallo > I am trying to install jpeg-mmx in order for installing the mjpegools > later, but after ./configure i get this error while make: > > nasm -f elf -o fdct_mmx.o fdct_mmx.s > nasm -f elf -o quant_mmx.o quant_mmx.s > gcc -O6 -I. -c -o fdctdata.o fdctdata.c > gcc -O6 -I. -c -o jquant_x86simd.o jquant_x86simd.c > gcc -O6 -I. -c -o cpu_accel.o cpu_accel.c > gcc -O6 -I. -c -o jdapimin.o jdapimin.c > /tmp/ccsDbXav.s: Assembler messages: > /tmp/ccsDbXav.s:619: Error: symbol `NOT_SUPPORTED' is already defined > make: *** [jdapimin.o] Fehler 1 > > My System is SuSE 8.2 with Kernel 2.4.20-64GB-SMP 2x Intel Pentium 3 at > 1000 Mhz, 2GB RAM, GNU C Library stable release version 2.3.2. That is a know problem. change the makefile that it uses only -O 2 Or compile that file with -O 2. On the commandline where you did a make, execute: gcc -O2 -I. -c -o jdapimin.o jdapimin.c
Than it should compile. auf hoffentlich bald, Berni the Chaos of Woodquarter Email: [EMAIL PROTECTED] www: http://www.lysator.liu.se/~gz/bernhard ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users