[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Cinelerra



On Mon, 2004-06-21 at 17:14, Michel Dänzer wrote:
> On Mon, 2004-06-21 at 20:11 +0200, Elimar Riesebieter wrote:
> > 
> > The default Cflag in debian/rules looks:
> > CFLAGS=-ffast-math -O3 -mmmx -march=pentium-mmx
> > This won't work for a PB. So I changed it to
> > CFLAGS +=-g
> > 
> > and the compile went well. After installing the deb packages I
> > fired up cinelerra the first time and it ended with:
> > PluginServer::open_plugin: /usr/lib/cinelerra/zoomblur.so:
> > R_PPC_REL24 relocation at 0x0e22f754 for symbol
> > `_ZN12PluginClient17client_side_closeEv' out of range
> > MWindow::init_theme: Theme Blond not found.
> 
> Shared objects must be built with -fPIC.

It's better for performance if you can use -fpic instead.
What is there that really needs -fPIC? Maybe glibc?




Reply to: