libtool
[Top][All Lists]
Advanced

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

Re: no .pc file


From: Yaroslav Bulatov
Subject: Re: no .pc file
Date: Fri, 26 Oct 2012 10:51:03 -0700

Oops my bad....that was a bad paste from some auto-generated code.

This is basically a modified version of .pc file I get when building
zlib. Not sure how useful this is because you need to update "prefix"
in this file manually each time you rebuild libtool. Ideally the .pc
file would be generated automatically by configure/make


prefix=/usr/local/google/home/yaroslavvb/third_party/15_2/x86_64/libtool
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: libtool
Description: libtool
Version: 2.4
Libs: -L${libdir}
Cflags: -I${includedir}

On Fri, Oct 26, 2012 at 7:09 AM, Eric Blake <address@hidden> wrote:
> On 10/25/2012 11:05 PM, Yaroslav Bulatov wrote:
>> I see. I needed it because a package management system was using
>> pkg-config to check if libtool was available, and refusing to proceed
>> because .pc file was missing.
>>
>> I got around it by supplying my own pc file.it . In case someone else
>> runs into this problem -- here's the file I used
>>
>> # Copyright 2012 Google Inc. All Rights Reserved.
>
> I stopped reading right here.  That license is not open, and therefore,
> it cannot be incorporated into other projects.  Are you able to
> relicense this under an open license?
>
> --
> Eric Blake   address@hidden    +1-919-301-3266
> Libvirt virtualization library http://libvirt.org
>



reply via email to

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