On Sun, Sep 08, 2013 at 05:29:03PM -0700, Nicholas Nethercote wrote:
> 0:19.91 /usr/bin/ld.gold.real: warning: skipping incompatible
> //usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so while searching for
> gtk-x11-2.0
>  0:19.91 /usr/bin/ld.gold.real: error: cannot find -lgtk-x11-2.0
> 
> (The full list is below.)  I apparently have a copy of a 32-bit
> libgtk-x11-2.0.so:

In fact, you *don't* have a copy of a 32-bit libgtk-x11-2.0.so, which is
required for linking. You have libgtk-x11-2.0.so.0*. Those won't be used
by the linker.

Mike
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to