Re: "$to_tool_file_cmd" is empty

2012-10-25 Thread Bruce Korb
On 10/24/12 07:21, Gary V. Vaughan wrote: >> There is no assignment to to_tool_file_cmd anywhere. > > It should have been injected into the libtool script, by config.status, > which in turn is supposed to contain the expansion of > _LT_PATH_CONVERSION_FUNCTIONS. ... > If you can do that, then I t

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

Building libltdlc.la?

2012-10-25 Thread Yaroslav Bulatov
I'm trying to figure out how to build libltdlc.la which is needed for a particular configuration of fontforge I'm building Googling for "libltdlc" shows many results about libltdlc missing, but not how to build it. Getting latest taball and building it only gives libltdl.la, and not libltdlc. Same

Re: Building libltdlc.la?

2012-10-25 Thread Gary V. Vaughan
On Oct 26, 2012, at 12:10 PM, Yaroslav Bulatov wrote: > Any ideas how to build libltdlc.la? 'make check' inside the libtool distribution builds libltdlc.la et al. for the test suite. Read the Makefile's (or the manual) for full instructions :-) Cheers, -- Gary V. Vaughan (gary AT gnu DOT org)