Subject: Re: libtoolification question: .lai not created
To: Hubert Feyrer <feyrer@cs.stevens.edu>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 10/13/2005 20:41:35
On Thu, Oct 13, 2005 at 08:37:59PM +0200, Hubert Feyrer 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.

Is -version-info needed? The libtool info page example
doesn't use it.
 Thomas