2009/10/6 Diego Elio “Flameeyes” <flamee...@gmail.com>:
> Il giorno Tue, 06/10/2009 alle 10.10 +0200, Ludovic Rousseau ha scritto:
>>
>> According to gcc(1):
>
> You're looking at the wrong command's man page (and actually, you cannot
> find it on any manpage): that -shared is part of libtool's interface
> (it's LTLIBRARY for a reason).
>
> See my own guide at
> http://www.flameeyes.eu/autotools-mythbuster/libtool/index.html#libtool.plugins.dlopen
>  for some further details.

Great.

Patch applied in revision 378.

>> If you do not want the static libs (and I guess nobody will use them)
>> you should use:
>> ./configure --disable-static
>> I don't know if you can configure configure.in to use --disable-static
>> by default.
>
> Well, as a matter of fact, you can:
>
> AC_PROG_LIBTOOL([disable-static])
>
> or, for newer libtool
>
> LT_INIT([disable-static])

Thanks for the info.

bye

-- 
 Dr. Ludovic Rousseau
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to