From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Tue, 31 Jul 2001 19:16:08 +0000 Subject: [Linux-ia64] ia32 compatibility problem Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org I thought I should give abiword-0.9 a try. With the x86 binary, I get the following kind of error messages on startup: Gtk-WARNING **: /usr/lib/gtk/themes/engines/libpixmap.so: cannot open shared object file: No such file or directory This is of course because libpixmap.so is an IA-64 shared library. Seems like gtk needs to be enhanced to take the architecture into account. --david