On Apr 2, 2004, at 8:29 AM, Paul Anderson wrote:
Hello - I see this problem has come up before on this list, but I
still can't build libgeda. I tried setting PKG_CONFIG_PATH to
/usr/local/lib/pkgconfig, to no avail...
[root@PaulsLinux libgeda-20040111]# pwd
/permA/gEDA/libgeda-20040111
[root@PaulsLinux libgeda-20040111]# echo $PKG_CONFIG_PATH
/usr/local/lib/pkgconfig
The one thing you didn't show is how you set $PKG_CONFIG_PATH. If you
are using a Bourne-style shell (pretty much anything but csh/tcsh),
remember to do 'export PKG_CONFIG_PATH' so that the shell variable
gets into the environment as well.