[syslinux] pkg-config

Geert Stappers stappers at stappers.nl
Sun Nov 11 06:49:00 PST 2012


On Sat, Nov 10, 2012 at 01:04:11PM +0100, Geert Stappers wrote:
> On Fri, Nov 09, 2012, Shao Miller wrote more as:
> > 
> > Does anyone know of a clever, Linux-distribution-independent way to find out
> > where MinGW has its lib/ and include/ dirs?  Right now, I've hard-coded the
> > path for Fedora 17 in the Makefiles.
> > 
> 
> #
> #  pkg-config
> #
> CFLAGS=$(shell pkg-config --cflags uuid )
> LIBS=$(shell pkg-config --libs uuid )
> 
> proofofconcept:
> 	echo PoC ${CFLAGS}  ${LIBS}
> 
> # last line of this Makefile

Meanwhile I understood that `pkg-config`
is not the answer to the above question.

I have been working on a script that does compile on Debian
and should still work on Fedora 17. I'll git-mail it


Groeten
Geert Stappers
-- 
> And is there a policy on top-posting vs. bottom-posting?
Yes.



More information about the Syslinux mailing list