On 03-Nov-2008 23:16.39 (GMT), Lennart Sorensen wrote: > Well gtk is apparently doing something stupid that makes biarch systems > very hard to do.
gtk fully supports biarch builds. On Fedora and some other distributions, the 64-bit libraries are held in /usr/lib64 and 32-bit in /usr/lib (or /usr/lib32). You're right that gtk builds the library load path into the binary, which is causing the load to fail as by the time 32-bit gtk is repacked for 64-bit, the paths are all wrong. > And the chroot should still work just fine. Yes. -- rob andrews :: pgp 0xd6c3e484 :: [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

