Citation :
[root@MickeX xawdecode-plugin-1.4.8]# make install
Making install in mm
make[1]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
make install-am
make[2]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
make[3]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
make[3]: Rien à faire pour « install-exec-am ».
make[3]: Rien à faire pour « install-data-am ».
make[3]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
make[2]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
make[1]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8/mm'
Making install in src
make[1]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8/src'
make[2]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8/src'
/bin/sh ../mkinstalldirs /usr/local/lib
/bin/sh ../libtool-nofpic --mode=install /usr/bin/install -c libxawdecode.la /usr/local/lib/libxawdecode.la
/usr/bin/install -c .libs/libxawdecode-1.4.8.so /usr/local/lib/libxawdecode-1.4.8.so
(cd /usr/local/lib && rm -f libxawdecode.so && ln -s libxawdecode-1.4.8.so libxawdecode.so)
/usr/bin/install -c .libs/libxawdecode.lai /usr/local/lib/libxawdecode.la
/usr/bin/install -c .libs/libxawdecode.a /usr/local/lib/libxawdecode.a
ranlib /usr/local/lib/libxawdecode.a
chmod 644 /usr/local/lib/libxawdecode.a
PATH="$PATHsbin" 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]: Rien à faire pour « install-data-am ».
make[2]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8/src'
make[1]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8/src'
make[1]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8'
make[2]: Entering directory `/home/mickey/xawdecode-plugin-1.4.8'
make[2]: Rien à faire pour « install-exec-am ».
/bin/sh ./mkinstalldirs /usr/local/man/man1
/usr/bin/install -c -m 644 ./xawdecode-plugin.1 /usr/local/man/man1/xawdecode-plugin.1
make[2]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8'
make[1]: Leaving directory `/home/mickey/xawdecode-plugin-1.4.8'
|