GNU/Linux® Reference OS | libxaw3d
Source | MD5 |
---|---|
libxaw3d-1.6.3.tar.xz | 9f89db3a5edde4f4f3aad06548e2a415 |
Run these commands to compile and install:
cd /sources rm -rf libxaw3d-1.6.3 tar -xJf libxaw3d-1.6.3.tar.xz cd libxaw3d-1.6.3 sh autogen.sh ./configure --prefix=/usr make make install
You should see something like this as output:
autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. autoreconf: running: /usr/bin/autoconf autoreconf: running: /usr/bin/autoheader autoreconf: running: automake --add-missing --copy --no-force configure.ac:13: installing './compile' configure.ac:13: installing './config.guess' configure.ac:13: installing './config.sub' configure.ac:10: installing './install-sh' configure.ac:10: installing './missing' src/Makefile.am: installing './depcomp' configure.ac: installing './ylwrap' autoreconf: Leaving directory `.' fatal: --local can only be used inside a git repository checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes . . . /bin/mkdir -p '/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libXaw3d.la '/usr/lib' libtool: install: /usr/bin/install -c .libs/libXaw3d.so.8.0.0 /usr/lib/libXaw3d.so.8.0.0 libtool: install: (cd /usr/lib && { ln -s -f libXaw3d.so.8.0.0 libXaw3d.so.8 || { rm -f libXaw3d.so.8 && ln -s libXaw3d.so.8.0.0 libXaw3d.so.8; }; }) libtool: install: (cd /usr/lib && { ln -s -f libXaw3d.so.8.0.0 libXaw3d.so || { rm -f libXaw3d.so && ln -s libXaw3d.so.8.0.0 libXaw3d.so; }; }) libtool: install: /usr/bin/install -c .libs/libXaw3d.lai /usr/lib/libXaw3d.la libtool: install: /usr/bin/install -c .libs/libXaw3d.a /usr/lib/libXaw3d.a libtool: install: chmod 644 /usr/lib/libXaw3d.a libtool: install: ranlib /usr/lib/libXaw3d.a libtool: finish: PATH="/usr/bin:/bin:/usr/sbin:/sbin:/sbin" ldconfig -n /usr/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/mkdir -p '/usr/share/doc/libXaw3d' /usr/bin/install -c -m 644 README.XAW3D '/usr/share/doc/libXaw3d' make[3]: Leaving directory '/sources/libxaw3d-1.6.3/src' make[2]: Leaving directory '/sources/libxaw3d-1.6.3/src' make[1]: Leaving directory '/sources/libxaw3d-1.6.3/src' make[1]: Entering directory '/sources/libxaw3d-1.6.3' make[2]: Entering directory '/sources/libxaw3d-1.6.3' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/lib/pkgconfig' /usr/bin/install -c -m 644 xaw3d.pc '/usr/lib/pkgconfig' make[2]: Leaving directory '/sources/libxaw3d-1.6.3' make[1]: Leaving directory '/sources/libxaw3d-1.6.3'