On Mon, Dec 01, 2014 at 04:46:36PM +0000, tim nicholson wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 01/12/14 16:09, Nicolas George wrote: > > Le primidi 11 frimaire, an CCXXIII, tim nicholson a écrit : > >> Whilst acknowledging that this patch works (thanks), I am trying to > >> understand why package config is failing in this case, > > > > I just tested on a fresh clone of x265 and current Debian Testing, and it > > works. > > > > If it still does not work for you, I suggest you post the exact linking > > commands, the one that fails and the one that succeeds with the workaround. > > > > well originally its not so much the linking that fails, as failing to > include libstdc++ so configure tests failing to compile, as per my > original snippet. > > gcc -L/usr/local/lib64 -static -ldl -Wl,--as-needed -Wl,-z,noexecstack
So you have -static here... > - -I/usr/local/include -L/usr/local/lib64 -o /tmp/ffconf.QTquSvyv > /tmp/ffconf.1n1Ue3xn.o -lx265 -L/usr/local/lib64 -lx264 -lpthread -lm > - -L/usr/local/lib64 -lfreetype -lfdk-aac > - -lfaac -lm -lz -pthread > /usr/local/lib64/libx265.a(bitcost.cpp.o): In function ...and it's indeed picking the .a So: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/178167 [...] -- Clément B.
pgpWewTVMsYJz.pgp
Description: PGP signature
_______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
