Re: problem building rep-gtk-0.90.6 with make



thanks again! Below in my rep-gtk-0.90.6 make install log so you can see the install. :D

root@ruby:/home/jim# cd sawfish/rep-gtk-0.90.6
root@ruby:/home/jim/sawfish/rep-gtk-0.90.6# make install
/bin/sh ./mkinstalldirs /usr/local/lib/rep/gui/gtk-2 \
        /usr/local/include/rep-gtk
mkdir /usr/local/lib/rep/gui
mkdir /usr/local/lib/rep/gui/gtk-2
mkdir /usr/local/include/rep-gtk
set -e; for f in gtk-2/gtk.la; do \
      /usr/local/lib/rep/libtool --tag CC --mode=install /usr/bin/install -c $f /usr/local/lib/rep/gui/gtk-2; \
    done
libtool: install: /usr/bin/install -c gtk-2/.libs/gtk.so /usr/local/lib/rep/gui/gtk-2/gtk.so
libtool: install: /usr/bin/install -c gtk-2/.libs/gtk.lai /usr/local/lib/rep/gui/gtk-2/gtk.la
libtool: install: /usr/bin/install -c gtk-2/.libs/gtk.a /usr/local/lib/rep/gui/gtk-2/gtk.a
libtool: install: chmod 644 /usr/local/lib/rep/gui/gtk-2/gtk.a
libtool: install: ranlib /usr/local/lib/rep/gui/gtk-2/gtk.a
libtool: install: warning: remember to run `libtool --finish /usr/local/lib/rep'
/usr/local/lib/rep/install-aliases -c . /usr/local/lib/rep
install -m644 rep-gtk.h /usr/local/include/rep-gtk/
install -d /usr/local/lib/pkgconfig/
install -m644 rep-gtk.pc /usr/local/lib/pkgconfig/



root@ruby:/home/jim/sawfish/rep-gtk-0.90.6# libtool --finish /usr/local/lib/rep
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib/rep
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/rep

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.
----------------------------------------------------------------------



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]