Hi, On Thu, 15 Mar 2001, Nick Hudson wrote: > KDE2 has a habit of creating modules and then linking them into > programs. Now this isn't a problem if the modules are named libNAME.la, > but if they are named NAME.la then I see build errors on NetBSD/a.out. > I've attached a simplified exmaple from each of NetBSD/ELF and > NetBSD/a.out. Isn't this, what the "$need_lib_prefix" (or how it's called, I can't check right now) variable is all about? To force the actual filenames to be libfrob.*, although the .la files is frob.la? Then NetBSD/a.out should set that. Ciao, Michael. _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
- linking modules into programs problem Nick Hudson
- Re: linking modules into programs problem Alexandre Oliva
- Re: linking modules into programs problem Michael Matz
- Re: linking modules into programs problem Nick Hudson
- Re: linking modules into programs problem Michael Matz
- Re: linking modules into programs problem Christoph Pfisterer
- Re: linking modules into programs problem Michael Matz
- Re: linking modules into programs problem Alexandre Oliva
- Re: linking modules into programs problem Nick Hudson
- Re: linking modules into programs problem Michael Matz
- Re: linking modules into programs problem Nick Hudson
- Re: linking modules into programs problem Alexandre Oliva
- Re: linking modules into programs problem Nick Hudson