Hi all After a couple of hours battling with libs, I must say that I am getting annoyed.
No offence meant as I am not a programmer but how come we end up with this sort of errors with a soft that is usually working so well : cheers E system is Suse 11.3 from fresh AMD turion 64 bits. Thanks again for the help. /bin/sh ../libtool --tag=CC --mode=compile ../admin/nasm -g -O2 -c -o fdct_mm x.lo fdct_mmx.s libtool: compile: ../admin/nasm -g -O2 -c fdct_mmx.s -fPIC -DPIC -o .libs/fdct _mmx.o \1 better written as $1 at ../admin/nasm line 12. Final $ should be \$ or $name at ../admin/nasm line 32, near "$ # # Please DO NOT delete this file! # It is necessary for linking the library. # Name of the PIC object. " syntax error at ../admin/nasm line 35, near """ (Might be a runaway multi-line "" string starting on line 27) Execution of ../admin/nasm aborted due to compilation errors. make[2]: *** [fdct_mmx.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f .deps/motion.Tpo .deps/motion.Plo make[2]: Leaving directory `/home/edouard/Desktop/my_cinelerra/mpeg2enc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/edouard/Desktop/my_cinelerra' make: *** [all] Error 2 >