Subject: Re: Use of libtool in pkgs (correction)
To: Hubert Feyrer <hubert.feyrer@rrzc1.rz.uni-regensburg.de>
From: Todd Vierling <tv@pobox.com>
List: tech-pkg
Date: 07/15/1998 08:59:17
On Wed, 15 Jul 1998, Hubert Feyrer wrote:

: > won't work; it needs to be changed to:
: > ${LIBTOOL} --mode=link ${CC} -o someprog ../somelib/somelib.la
: 
: How about the following, which will pass an absolute path to -L:
: ${LIBTOOL} --mode=link ${CC} -o someprog -L${.CURDIR}../somelib -lsomelib

Just tested this.  No; you can do this, but you still have to add the
".libs" subdir.  Just remember, if you use libtool to link, use libtool to
install.

-- 
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)