On 5/19/06, DJ Lucas <[EMAIL PROTECTED]> wrote:
I don't know if 2.0.1 is compatible with current Xorg or intended for 7.1.
Me neither. I was hoping without saying anything that if we can't find a good fix for this, then at least xorg-7.1 is coming soon and we can just move to the new version of libdrm, thumbing our noses at the old broken version.
They are a week behind on the initial target for the RC3 release...today was the scheduled release date for 7.1, but RC2 was a week or so late too IIRC.
Yeah, that's unfortunate. There were a whole slew of released tarballs today, so the must still be bug-fixing.
And now for the fix: 'libtoolize --force' and then build as directed. :-) Now, comparing the resulting libs...'readelf -s'. The Values are different, but contain identical symbols.
Cool. I'll try it out. Hmm, on a fresh unpack, it wants me to run aclocal before libtoolize. Did you run libtoolize after autoreconf? I'm trying now with autoreconf -f so that it forces libtoolize to run at the end. Looks like we just have to throw -f on autoreconf (maybe -v too. since we're doing everything verbose now). Doing the ICA diff shows there's no difference and the brokenness in configure is gone. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
