|
|
Slackware10.2的Xft竟然没有带libXft.la,导致synce-kde-0.8.1.1无法编译成功。请大家给个libXft.la文件,版本不限,发行版不限。
重新编译了libXft,现在把libXft.la的内容贴下,有需要的朋友可以复制,粘贴到libXft.la文件中。
- # libXft.la - a libtool library file
- # Generated by ltmain.sh - GNU libtool 1.5.6 (1.1220.2.95 2004/04/11 05:50:42) Debian: 224 $
- #
- # Please DO NOT delete this file!
- # It is necessary for linking the library.
- # The name that we can dlopen(3).
- dlname='libXft.so.2'
- # Names of this library.
- library_names='libXft.so.2.1.2 libXft.so.2 libXft.so'
- # The name of the static archive.
- old_library='libXft.a'
- # Libraries that this one depends upon.
- dependency_libs=' -L/usr/X11R6/lib /usr/X11R6/lib/libfontconfig.la /usr/lib/libfreetype.la /usr/lib/libexpat.la /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../..//libfreetype.la -lz -lXrender -lX11 -lXext'
- # Version information for libXft.
- current=3
- age=1
- revision=2
- # Is this an already installed library?
- installed=yes
- # Should we warn about portability when linking against -modules?
- shouldnotlink=no
- # Files to dlopen/dlpreopen
- dlopen=''
- dlpreopen=''
- # Directory that this library needs to be installed in:
- libdir='/usr/X11R6/lib'
复制代码 |
|