Re: gnome-libs



Hi,

>>>>> On Thu, 11 Feb 1999 13:23:11 -0500
>>>>> "Adam C. Powell, IV" <adam.powell@nist.gov> said:

 Adam> # file /usr/lib/libpng.so.2.1.0
 Adam> /usr/lib/libpng.so.2.1.0: ELF 64-bit LSB shared object, Alpha,
 Adam> version 1, stripped

Hmm, the libtool included in my copy of imlib-1.9.2 checks if the
"file" output contains "ELF 32-bit LSB shared object" for a
library on *all* linux-gnu systems, which is obviously wrong for
Alphas.

Try the following patch on a distclean imlib, ./configure, make, and
see if it works. There should be no "*** Warning: This library needs
some functionality ..." messages while compiling.

--- ltconfig~	Fri Jan 15 06:12:12 1999
+++ ltconfig	Fri Feb 12 22:18:09 1999
@@ -1658,7 +1658,7 @@
   soname_spec='${libname}${release}.so$major'
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
   shlibpath_var=LD_LIBRARY_PATH
-  check_shared_deplibs_method='file_magic ELF 32-bit LSB shared object'
+  check_shared_deplibs_method='file_magic ELF ..-bit [LM]SB shared object'
   sys_lib_search_path="/lib /usr/lib /usr/local/lib `echo $LD_LIBRARY_PATH | sed -e 's/:/ /g'`"
 
   if test -f /lib/ld.so.1; then

	Robbe

-- 
Robert Bihlmeyer	reads: Deutsch, English, MIME, Latin-1, NO SPAM!
<robbe@orcus.priv.at>	<http://stud2.tuwien.ac.at/~e9426626/sig.html>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]