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