Comment #30 on issue 335 by matej.cepl: Can't install on 64-bit Linux (linux-x86_64-gcc3)
http://code.google.com/p/gears/issues/detail?id=335

Joel, your patch applies cleanly on r3334, but when trying to build on Fedora Rawhide
(true, gcc is 4.4.0-4; and I have to
mark../third_party/gecko_1.9/linux/gecko_sdk/bin/xpidl as executable), I get this error:

[...snip...]
make genheaders BROWSER=FF3
../third_party/gecko_1.9/linux/gecko_sdk/bin/xpidl -I
../third_party/gecko_1.9/linux/gecko_sdk/idl -I ../third_party/gecko_1.9 -m header -o
bin-opt/linux-x86_64/ff3/genfiles/interfaces base/firefox/interfaces.idl
../third_party/gecko_1.9/linux/gecko_sdk/bin/xpidl: error while loading shared libraries: libIDL-2.so.0: cannot open shared object file: No such file or directory
make[1]: *** [bin-opt/linux-x86_64/ff3/genfiles/interfaces.h] Error 127
make: *** [default] Error 2
[ma...@hubmaier gears]$ locate libIDL-2.so.0
/usr/lib64/libIDL-2.so.0
/usr/lib64/libIDL-2.so.0.0.0
[ma...@hubmaier gears]$

My suspicion is that your patch looks for 64bit libraries in /usr/lib (because that's
where they are on Ubuntu x86_64 IIRC) and not in /usr/lib64.

Any ideas anybody how to fix this?

Apparently

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to