On Fri, 2007-04-27 at 13:06 -0300, rafael2k wrote: > Hi all, > > > BTW, to the best of my knowledge, dynamic linking does *not* require -fPIC! > > It just so happens that if you compile with -fPIC then some amount of > > memory can be saved if the dynamic object is shared by different processes. > > Which is an unlikely situation for all dynamic objects that Cinelerra > > loads. For this reason, I suggested to configure --without-pic. > > AFAIK, for x86_64, "-fPIC" is really needed for shared libraries.
Quoting myself from the IRC-log: "It turned out that libx264 had two .a files, one with "pic" in the name. The linker picked the other one, hence linking failed. That was fixed with a symlink (gross, I know)." http://cv.cinelerra.org/irclog/index.php?file=2006-12-06.html Could that be the problem? Cinelerra simply would not link until on my Opteron until I worked around that. -- Herman Robak _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
