Re: no .pc file

2012-10-30 Thread Thomas Petazzoni
On Fri, 26 Oct 2012 23:07:50 +0100, Richard Purdie wrote: > As one of the people looking after the Yocto Project (which includes an > build system targeted at embedded devices), I have to say I see less > problems with pkg-config than with libtool and I'm once again being > asked to remove all .l

Re: no .pc file

2012-10-26 Thread Mike Frysinger
On Friday 26 October 2012 14:27:32 Bob Friesenhahn wrote: > On Fri, 26 Oct 2012, Yaroslav Bulatov wrote: > > Oops my badthat 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

Re: no .pc file

2012-10-26 Thread Richard Purdie
On Fri, 2012-10-26 at 13:27 -0500, Bob Friesenhahn wrote: > On Fri, 26 Oct 2012, Yaroslav Bulatov wrote: > > > Oops my badthat 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 becau

Re: no .pc file

2012-10-26 Thread Mike Frysinger
On Friday 26 October 2012 16:26:29 Yaroslav Bulatov wrote: please don't top post > Sorry for confusing terminology, I actually needed pc file for libltdl > not libtool The .pc file above seems to have solved my problem the proposed .pc file is incorrect for libltdl. you need to specify -lltdl i

Re: no .pc file

2012-10-26 Thread Yaroslav Bulatov
Sorry for confusing terminology, I actually needed pc file for libltdl not libtool The .pc file above seems to have solved my problem For reference, the reason pc file was needed was because the toolchain I'm using is doing something along these lines for each dependency of fontforge (one of the d

Re: no .pc file

2012-10-26 Thread Mike Frysinger
On Friday 26 October 2012 01:05:10 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. your package management system sounds broken. providing .pc files f

Re: no .pc file

2012-10-26 Thread Bob Friesenhahn
On Fri, 26 Oct 2012, Yaroslav Bulatov wrote: Oops my badthat 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

Re: no .pc file

2012-10-26 Thread Yaroslav Bulatov
Oops my badthat 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

Re: no .pc file

2012-10-26 Thread Eric Blake
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 > run

Re: no .pc file

2012-10-25 Thread Yaroslav Bulatov
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 2

Re: no .pc file

2012-10-20 Thread Eric Blake
On 10/20/2012 12:45 AM, Yaroslav Bulatov wrote: > Hi, I'm trying to build libtool, and the standard procedure does not > generate any pkg-config files, any idea how to fix it? What's there to fix? It is intentional that current libtool doesn't use pkg-config, and therefore does not produce .pc fi