You are not logged in.

#1 2010-05-14 14:56:49

chris200x9
Member
Registered: 2008-03-05
Posts: 30

64 bit libgtk-1.2 wrong for 64 bit application?

HI I have built this (http://aur.archlinux.org/packages.php?ID=10745) and installed it on x86_64 along with this (http://aur.archlinux.org/packages.php?ID=14163) however when I try to run epsxe I get:

 /home/chris200x9/.epsxe/epsxe: error while loading shared libraries: libgtk-1.2.so.0: wrong ELF class: ELFCLASS64

any ideas why a 64 bit library is the wrong ELFCLASS for a 64 bit application?

Offline

#2 2010-05-14 15:02:41

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: 64 bit libgtk-1.2 wrong for 64 bit application?

Apparently it's not a 64-bit application, according to the PKGBUILD:

[ "$CARCH" == "i686" ] && depends=(gtk)
[ "$CARCH" == "x86_64" ] && depends=(lib32-gtk)

Offline

Board footer

Powered by FluxBB