Re: configuration error in current release?
Matthew Allum <[email protected]>
| Newsgroups | gmane.comp.handhelds.matchbox |
|---|---|
| Message-ID | <[email protected]> |
Hi; on Fri, Feb 13, 2004 at 07:50:05AM -0800, Darrick Hartman wrote: > > I think there is a slight error with the ./configure > script or whatever tells it where libmb.pc exists. By > default libmatchbox installs to /usr/local/lib and > libmb.pc goes in /usr/local/lib/pkgconfig > yep this correct behaviour. > libmatchbox built just fine. matchbox-common would > refuse to find libmb.pc. My work around was to create > a sym link from /usr/lib/pkgconfig/libmb.pc to the > real file in /usr/local/lib/... > Have you tried running configure like; PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure ? > My system is Slackware 9.1, not that that should make > any difference. > Hmm, it could be slackware pkg-config does not check /usr/local/lib/pkgconfig by default ? -- Matthew