[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Problem using new libs to build gtk+
Jim -
Thanks for the comments. I got past that test by prepending to the
'pkg-config' search path:
PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig:$PKG_CONFIG_PATH ./configure
--prefix=/opt/gnome
Not quite to a Makefile, but closer...
- Mills
On Tue, 17 Jun 2008, Jim Kinney wrote:
> I suspect it's a pathing issue. ldconfig may be needed to be run after each
> library build or at least explicitly -l <path> flags in the config/build.
>
> On Tue, Jun 17, 2008 at 12:28 PM, John Mills <johnmills at speakeasy.net>
> wrote:
>> [W]hen I run '[gtk+-2.12.10]/configure' it only recognizes older 'cairo'
>> installations and fails to create 'Makefile' and sibs.