On Tue, Mar 31, 2009 at 08:37:59PM +0200, Simon Brüggen wrote: > 2009/3/31 David Jensen <[email protected]>: > > Well.... What does this return: > > cat /opt/X11-7.2/lib/pkgconfig/xproto.pc > $ cat /opt/X11-7.2/lib/pkgconfig/xproto.pc > prefix=/opt/X11-7.2 > exec_prefix=${prefix} > libdir=${exec_prefix}/lib > includedir=${prefix}/include > includex11dir=${prefix}/include/X11 > > Name: Xproto > Description: Xproto headers > Version: 7.0.10 > Cflags: -I${includedir} > > > > and this: > > PKG_CONFIG_PATH=/opt/X11-7.2/lib/pkgconfig pkg-config --cflags xproto > $ PKG_CONFIG_PATH=/opt/X11-7.4/lib/pkgconfig pkg-config --cflags xproto > -I/opt/X11-7.4/include > (I switched back to 7.4 ) > > Simon It looks as if PKG_CONFIG_PATH is lost before you run configure. Did you export it when you set it ?
ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
