On Freitag, 4. März 2011, Gour wrote: > I'm testing Free(PC)BSD in order to be able to migrate from Linux > soon. > > However, at the moment there is neither Cinelerra nor Openshot ports > available, so I'd like to try Cinelerra running under Linux emulation > which, as I've heard, works fine. > > In order to simplify my FreeBSD setup I wanted to make static build of > Cinelerra...changed Makefile.am for all the plugins which had > '-shared' parameter for LDFLAGS, and although Cinelerra builds it is > far away from static app using many libs. > > I even used 'disable-shared' & 'enable-static' in as configure > parameters, but no result. > > Does anyone have some hint how to make static build of Cinelerra for > easy testing under Free(PC)BSD?
You cannot have a static build with plugins. It should be possible to link cinelerra, the executable, statically, but you will not be able to load any plugins, nor will you be able to build the plugins. -- Hannes _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
