On Dec 13, 2007 8:15 AM, Daniel Fetchinson <[EMAIL PROTECTED]> wrote: > I tried "export PKG_CONFIG_PATH=/home/fetchinson/opt ; ./configure > --prefix=/home/fetchinson/opt" as well as "export > NMA_LIBS=/home/fetchinson/opt ; ./configure > --prefix=/home/fetchinson/opt" but the same error occured during > configuring. > > How do I tell configure where the NM installation is?
PKG_CONFIG_PATH variable has to point to the directory where the .pc files are, so: PKG_CONFIG_PATH=/home/fetchinson/opt/lib/pkgconfig Make sure you don't add a trailing slash. Tambet _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
