I didn't think convenience libraries were meant to result in shared libs,
just a bucket of object files with a convenient handle.

On Fri, Mar 19, 2010 at 7:35 PM, Dave Korn
<dave.korn.cyg...@googlemail.com>wrote:

>
>    Hi all,
>
>  Well, here I am again with another dumb n00b question.  From the automake
> manual:
>
> "   Libtool convenience libraries are declared by directory-less
> variables such as `noinst_LTLIBRARIES', `check_LTLIBRARIES', or even
> `EXTRA_LTLIBRARIES'.  "
>
>  So: how do you build a shared library in your "make check" run, without it
> ending up installed somewhere during "make install"?  (In case it's
> relevant,
> the project is all flat in a single non-recursive Makefile, so I can't just
> e.g. force the subconfigure in tests/ to use a bogus $prefix choice under
> $objdir somewhere.)
>
>    cheers,
>      DaveK
>
>
> _______________________________________________
> http://lists.gnu.org/mailman/listinfo/libtool
>
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to