Subject: Re: libtoolification question: .lai not created
To: Thomas Klausner <wiz@NetBSD.org>
From: Hubert Feyrer <feyrer@cs.stevens.edu>
List: tech-pkg
Date: 10/13/2005 20:59:42
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.


  - Hubert