This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

How to build a newer version of glibc and configure it to be used by other program on ubuntu?


Hi,

I need to build a newer version of 'glib' in my ubuntu 8.04. So I get
the source, and run './configure --prefix=/home/hap497/bin; make; make
install'

But what do i need to set PKG_CONFIG_PATH to in other for my another
program's configure script can see it?

I tried export PKG_CONFIG_PATH=/home/hap497/bin/lib/pkgconfig

and:

export PKG_CONFIG_PATH=/home/hap497/bin/lib

But for some reasons, Webkit's configure script still cant' find glibc
libraries.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]