libtool
[Top][All Lists]
Advanced

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

Re: libtool: not configured to build any kind of library


From: libtool
Subject: Re: libtool: not configured to build any kind of library
Date: Wed, 27 Jun 2001 09:23:52 -0500
User-agent: Mutt/1.2.5i

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 (address@hidden)



reply via email to

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