Subject: Re: libtoolification question: .lai not created
To: Hubert Feyrer <feyrer@cs.stevens.edu>
From: Nick Hudson <nick.hudson@dsl.pipex.com>
List: tech-pkg
Date: 10/13/2005 20:06:11
On Thursday 13 October 2005 19:59, Hubert Feyrer wrote:
> On Thu, 13 Oct 2005, Thomas Klausner wrote:
> >> ++libmimedir.la: ${OBJS}
> >> ++      libtool --mode=link ${CC} ${CFLAGS} -o libmimedir.la ${OBJS}
> >>
> >> missing -rpath and maybe -version-info?
> >
> > It doesn't need any -rpath, it doesn't link against another
> > library.
>
> From my understanding, libtool uses -rpath to note where your library will
> be installed eventually, to put that into the .lai file. I may be wrong.

You are correct - libtool -rpath is where the (libtool) library is installed.

Nick