On Fri, May 13, 2011 at 07:13:28PM -0400, Sean McGovern wrote: > On Fri, May 13, 2011 at 12:57 PM, Diego Biurrun <[email protected]> wrote: > > > > On Thu, May 12, 2011 at 01:45:48PM -0400, Sean McGovern wrote: > > > > * sparc64 + x86_32 / sunos > > > > > > > > Here --extra-libs=/usr/lib/64/values-xpg6.o gets added. I wonder if > > > > this > > > > is still necessary and/or if we can do it in configure. > > > > > > This is a subject of considerable controversy within the GCC team. > > > Sun's documentation indicates the values-xpg6.o must be linked in for > > > proper C99 behaviour, but it unfortunately has a tendency to cause > > > breakage or unpredictability when linked against dynamic libs that > > > haven't been linked with this object file. Sun Studio currently does > > > the right thing, GCC does not. I can link the PR# for this issue if > > > you like. > > > > Yes, please pass along the link. > > Bug 40411 - -std=c99 does not enable c99 mode in Solaris C library > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40411
Thanks, I'll look into this. > > > > * x86_32 + x86_64 / sunos / gcc 4.6.0 + gcc 4.7.0 > > > > > > > > On this platform we see --disable-vdpau added to configure. What is > > > > going > > > > wrong here with vdpau? Can it be solved by upgrading vdpau or do we > > > > need > > > > more elaborate configure tests? > > > > > > The version of VDPAU that ships with Solaris 10 is ancient and does > > > not contain symbols we need. > > > > Can you give the error message? We should just adjust our configure > > test to cover this. > > OK. A bit on the busier side this week as I am now a home-owner but I > will try to get this soon. Let's see the error message and I should be able to hack something up. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
