automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "Sublibraries" without libtool


From: Ralf Wildenhues
Subject: Re: "Sublibraries" without libtool
Date: Mon, 13 Nov 2006 21:43:37 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Yevgen,

* Yevgen Muntyan wrote on Mon, Nov 13, 2006 at 09:32:11PM CET:
> 
> I am trying to figure out how to avoid using libtool when I don't need a
> shared library. [...]

> subdir1/
>   libsubdir1.la
>   subsubdir1/
>     libsubsubdir1.la
>   subsubdir2/
>     libsubsubdir2.la

Try using a nonrecursive makefile setup, so you don't need the
intermediate convenience archives.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]