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

Re: Upload of GNOME 2.6 to unstable



On Wed, 2004-04-28 at 12:16, Adam C Powell IV wrote:
> *** Warning: linker path does not have real file for library -lxkbfile.
> *** I have the capability to make that library automatically link in when

libxklavier's configure script has been generated using a version of
libtool that includes the special "break on arm" feature.  You need to
rebuild it with a different libtool.

Here's the code in question:

# This must be Linux ELF.
linux*)
  case $host_cpu in
  alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* |
sparc* | s390* | sh* | x86_64*)
    lt_cv_deplibs_check_method=pass_all ;;
  *)
    # glibc up to 2.1.1 does not perform some relocations on ARM
    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB
(shared object|dynamic lib )' ;;
  esac
  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
  ;;

p.



Reply to: