Agnes Bousquier wrote: > I am using pkg-config under cygwin and need to modify the value of > PKG_CONFIG_PATH. Unfortunately, by searching the web and the archives, I > did not find which file I had to open to modify this variable. Could > anyone please tell it to me? You can add it to your ~/.bashrc (export PKG_CONFIG_PATH=/usr/lib/pkgcongig:/usr/local/lib/pkgconfig) or equivalent for other shells, or you can use the global /etc/profile.d directory to add it for everyone. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/