On 06/19/14 10:28 AM, 凤凰涅槃。 wrote:
hello! how to install libXpm with libXpm-3.5.11.tar.gz ?my command: 1. wget http://cgit.freedesktop.org/xorg/lib/libXpm/snapshot/libXpm-3.5.11.tar.gz 2. tar -zxvf libXpm-3.5.11.tar.gz 3. cd libXpm-3.5.11 4. ./configure -bash: ./confgure: No such file or directory I want install libXpm with source code,how should I do?
You need to get a release tarball, not a git snapshot - the git snapshots do not include the autoconf generated files like the configure script. http://www.x.org/releases/individual/lib/ has the actual release tarballs for the libraries like libXpm. -- -Alan Coopersmith- [email protected] Oracle Solaris Engineering - http://blogs.oracle.com/alanc _______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: %(user_address)s
