On Wednesday 25 April 2007 10:50, Graham Evans wrote: > so the final steps were > ./autogen.sh > ./configure --with-pic --disable-shared --enable-static > make > sudo make install > > All the configure flags turned out to be neccessary for a successful > build. But...a new problem - cinelerra won't run. It says themes are > missing... See my new thread: [CinCVS] theme S.U.V. not found.
You can also try this (before you try the suggestion in my answer to this other thread): ./configure --without-pic There's no point in compiling the shared objects --with-pic because they aren't going to be shared (unless you run several instance of cinelerra, but then your worries are certainly not those 5MB that you could have saved). -- Hannes _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
