i'm getting this: ------------------------------- /bin/sh ../../../libtool --mode=link gcc -O4 -fomit-frame-pointer -mcpu=i686 -march=i686 -ffast-math -D_GNU_SOURCE -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o libavcodeci386.la fdct_mmx.lo idct_mmx.lo cputest.lo dsputil_mmx.lo idct_mmx.lo motion_est_mmx.lo mpegvideo_mmx.lo simple_idct_mmx.lo -lnsl -ldl ----> rm -fr .libs/libavcodeci386.la .libs/libavcodeci386.* .libs/libavcodeci386.* (cd . && ln -s fdct_mmx.lo fdct_mmx.lo) (cd . && ln -s idct_mmx.lo idct_mmx.lo) (cd . && ln -s cputest.lo cputest.lo) (cd . && ln -s dsputil_mmx.lo dsputil_mmx.lo) (cd . && ln -s idct_mmx.lo idct_mmx.lo) ln: �idct_mmx.lo�: Datei existiert make[3]: *** [libavcodeci386.la] Fehler 1 make[3]: Verlassen des Verzeichnisses Verzeichnis �/home/uwe/Archive/avifile0.7-0.7.18/ffmpeg/libavcodec/i386� make[2]: *** [all-recursive] Fehler 1 make[2]: Verlassen des Verzeichnisses Verzeichnis �/home/uwe/Archive/avifile0.7-0.7.18/ffmpeg/libavcodec� make[1]: *** [all-recursive] Fehler 1 make[1]: Verlassen des Verzeichnisses Verzeichnis �/home/uwe/Archive/avifile0.7-0.7.18/ffmpeg� make: *** [all-recursive] Fehler 1
--------------------------------- as you can see, the problem lies in the marked line, the path for removing the .lo files is not correct. the problem lies in ffmpeg/libavcodec/i386/Makefile I never workd with makefiles bigger than 10 lines, so i can't fix it. btw: using gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk) cu, Uwe _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
