I'm trying to install freeglut for MinGW on a Windows XP machine. After downloading the sources (from here) I followed these instructions.
I opened a MinGW shell and typed the following commands:
./configure
make all
make install
Once done I can't find any freeglut.dll file in the directory. I'm new at installing from sources, and I don't know what I'm missing here. I would like to understand why. Thanks for help.