Andres Salomon <[EMAIL PROTECTED]> writes: > with avifile). Expect to have to muck around w/ it a bit, as avifile's > autoconf is a bit...lacking..
Yeah, noticeably.. Two problems I got now are: 1) configure: warning: Could not find jpeg lib! Motion JPEG support is disabled. (I've got libjpeg62-dev, what's the problem??) 2) checking for SDL - version >= 1.1.3... no *** Could not run SDL test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means SDL was incorrectly installed *** or that you have moved SDL since it was installed. In the latter case, you *** may want to edit the sdl-config script: /usr/bin/sdl-config config.log says: configure:3351: checking for SDL - version >= 1.1.3 configure:3439: gcc -o conftest -g -O2 -I/usr/include/SDL -D_REENTRANT -w -g -O2 -I/usr/include/SDL -D_REENTRANT -w conftest.c -lpthread -ldl -L/usr/lib -lSDL -lpthread 1>&5 /usr/X11R6/lib/libX11.so.6: undefined reference to `getpwnam_r@@GLIBC_2.0' /usr/X11R6/lib/libX11.so.6: undefined reference to `getpwuid_r@@GLIBC_2.0' collect2: ld returned 1 exit status I've got sdl-config and the /usr/X11R6/lib/libX11.so.6 from the "unstable" xlib6g. Any suggestions? -chris