The installation instructions (http://glew.sourceforge.net/install.html) describe the use of the GLEW_DEST variable for the Makefile. It would be nice if it was also mentioned that GLEW_DEST has to be already set during compilation, or else the .pc files contain the wrong paths...
You mean that the .pc won't be overwritten for each invocation of make, depending on GLEW_DEST=/foo on the command line? I guess we could make a point of re-writing those unconditionally. Does that make sense?
Yes, I guess that would work.
Fixed in git.
Fixed in GLEW 1.10.0
Closing.
Thanks for the report.