On Wed, Jun 27, 2001 at 12:43:18PM +0200, Gabriele Bartolini wrote:
> I am trying to port my application, ht://Check, to libtool 1.4, the
> latest stable release. I have no difficult when building the application
> whether with shared or static libraries support. But I am having some
> troubles when I try to disable both of them (my friend who wants to build
> the debian package uses to configure it this way - --disable-shared
> --disable-static).
>
> That's the error I get:
>
> >>>
> libtool: not configured to build any kind of library
> Fatal configuration error. See the libtool docs for more information.
> <<<
>
> Any ideas? I also patched automake as suggested by the INSTALL file of
> libtool. Am I missing something?
Libtool builds only shared or static libraries. If you tell it to do
neither, how is it going to work? You need either --disable-shared or
--disable-static, not both.
--
albert chin ([EMAIL PROTECTED])
_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool