From: Danxiang Li <dan...@gm...> - 2011-12-31 05:06:38
|
/bin/sh ../libtool --mode=install /usr/bin/install -c libvmtools.la'/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libvmtools.so.0.0.0 /usr/local/lib/libvmtools.so.0.0.0 libtool: install: (cd /usr/local/lib && { ln -s -f libvmtools.so.0.0.0 libvmtools.so.0 || { rm -f libvmtools.so.0 && ln -s libvmtools.so.0.0.0 libvmtools.so.0; }; }) libtool: install: (cd /usr/local/lib && { ln -s -f libvmtools.so.0.0.0 libvmtools.so || { rm -f libvmtools.so && ln -s libvmtools.so.0.0.0 libvmtools.so; }; }) libtool: install: /usr/bin/install -c .libs/libvmtools.lai /usr/local/lib/ libvmtools.la libtool: install: /usr/bin/install -c .libs/libvmtools.a /usr/local/lib/libvmtools.a libtool: install: chmod 644 /usr/local/lib/libvmtools.a libtool: install: ranlib /usr/local/lib/libvmtools.a libtool: finish: PATH="/usr/sbin:/bin:/usr/bin:/sbin:/sbin" ldconfig -n /usr/local/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/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. ---------------------------------------------------------------------- make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/remote/openvmtools/libvmtools' make[1]: Leaving directory `/remote/openvmtools/libvmtools' Making install in libhgfs make[1]: Entering directory `/remote/openvmtools/libhgfs' make[2]: Entering directory `/remote/openvmtools/libhgfs' test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c libhgfs.la'/usr/local/lib' libtool: install: warning: relinking `libhgfs.la' libtool: install: (cd /remote/openvmtools/libhgfs; /bin/sh /remote/openvmtools/libtool --tag CC --mode=relink gcc -g -O2 -Wall -Werror -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas -Wno-uninitialized -Wno-unused-but-set-variable -Wl,-z,defs -Wl,-lc -o libhgfs.la -rpath /usr/local/lib libhgfs_la-hgfslib.lo ../lib/hgfs/libHgfs.la ../lib/hgfsHelper/libHgfsHelper.la ../lib/hgfsServer/libHgfsServer.la ../lib/hgfsServerManagerGuest/libHgfsServerManagerGuest.la ../lib/hgfsServerPolicyGuest/libHgfsServerPolicyGuest.la -lglib-2.0 -pthread -lgthread-2.0 -lrt -lglib-2.0 /remote/openvmtools/libvmtools/ libvmtools.la -lglib-2.0 ) mv: cannot move `libhgfs.so.0.0.0' to `libhgfs.so.0.0.0U': Permission denied libtool: install: error: relink `libhgfs.la' with the above command before installing it make[2]: *** [install-libLTLIBRARIES] Error 1 make[2]: Leaving directory `/remote/openvmtools/libhgfs' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/remote/openvmtools/libhgfs' make: *** [install-recursive] Error |