> I'm attempting to install Gaim 0.77, which is built with
> autoconf/automake.  It builds fine, but I'm having trouble with gmake
> install and libtool in particular.
>
> Is there a way to tell libtool to ignore the prefix for installation
> purposes, or must I copy each file by hand to the directory I wish to
> move the files to?  Is there something I'm missing about how libtool
> operates?

It appears that 'gmake install DESTDIR=' is the way to go, and then moving
the files from $DESTDIR/usr/local to $DESTDIR.  Would this create a
problem in with linking that you could foresee?

--
Steve Killen <[EMAIL PROTECTED]>


_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to