Hi Bruno, On Tue, Oct 5, 2010 at 4:50 PM, Bruno Haible <[email protected]> wrote: > Bruce Korb wrote: >> I'll need the `pkg-config --libs libposix` output >> to result in all the stuff libposix (aka gnulib for posix) is going >> to require. > > Why not rely on the dependencies of the shared library libposix.so?
> libtool has already collected this information. I would try to extract it > from libposix.la. I suppose I was being lazy as my play time availability is limited. I was trying to approach it as a configure time generated file, instead of end-of-build time. I think I'll create a script that gets configured, sources the defines needed from libposix.la and then emits either or both of libposix.pc and libposix-config as a build rule. Thank you. Cheers - Bruce
