On Tue, 2009-03-17 at 17:48 +0100, Markus Hoenicka wrote:
> Quoting Andreas Ericsson <a...@op5.se>:
> 
> >> Why not just use pkg-config and install a .pc file? Or am I missing
> >> something?
> >>
> >
> > What you're missing is that no compiler in the world will ever look at
> > a .pc file, and the information should be available inside the library
> > headers to be of any use.
> >
> 
> Besides, we seem to have a .pc file. However, I still have to figure  
> out how to use it :-(

I use it this way (as a user of libdbi):

PKG_CHECK_MODULES(LIBDBI, dbi >= $LIBDBI_MIN_VERSION,, LIBDBI_LIBS="")

Do you have a more exact problem that I might be able to explain?

-- 
Bazsi



------------------------------------------------------------------------------
_______________________________________________
libdbi-devel mailing list
libdbi-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-devel

Reply via email to