deanc - 2005-12-26

I am fairly new to linux and want to use the yahoo webcam. Downloaded and installed gaim-vv. Don't see webcam option when I looked in plugins don't see it there either but it does appear on account settings.

this is what I get when doing make install on J2k

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.
----------------------------------------------------------------------
/bin/sh ../mkinstalldirs /usr/local/include
/usr/bin/install -c -m 644 j2k.h /usr/local/include/j2k.h
make[2]: Leaving directory `/root/libj2k-0.0.9/src'
make[1]: Leaving directory `/root/libj2k-0.0.9/src'
make[1]: Entering directory `/root/libj2k-0.0.9'
make[2]: Entering directory `/root/libj2k-0.0.9'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/libj2k-0.0.9'
make[1]: Leaving directory `/root/libj2k-0.0.9'

Is it not linking with gaim-vv? If not how do you do that in console?