Hello,
I'm building MLT following the directions here: http://kdenlive.org/user-manual/downloading-and-installing-kdenlive/inst...
When I get to the step where I execute "make -j3" I get the following error.
cc -shared -o ../libmltavformat.so factory.o filter_avcolour_space.o filter_avresample.o filter_avdeinterlace.o filter_swscale.o producer_avformat.o consumer_avformat.o -L../../framework -lmlt -lpthread -Wl,--no-undefined -Wl,--as-needed -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -lavformat -lavcodec -lavutil -lswscale -lavdevice
/usr/bin/ld: /usr/local/lib/libavformat.a(allformats.o): relocation R_X86_64_32 against `ff_a64_muxer' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libavformat.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [../libmltavformat.so] Error 1
make[2]: Leaving directory `/home/homology/mlt/src/modules/avformat'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/homology/mlt/src/modules'
make: *** [all] Error 1
Similar problems when I do "sudo make install"
I'm running Ubuntu 10.04 LTS on a Lenovo laptop with an Intel core i7.
Any ideas on what to do?

OK. So how do I do that?