Reputation: 203
This is a screen shot of the problem.
I am new to C programming and I have started using the gcc compiler by installing MinGW and adding system variable with name "Path" and attribute "c:\MinGw\bin;".
However after doing all that this problem still persists. I have tried searching Google about problems of zlib1.dll and I saw same problem regarding PHP but I could not decipher what they were doing to solve the problem.
I was wondering if their is a simple fix for this problem. Thank you for your help.
Upvotes: 0
Views: 2723
Reputation: 910
You need to do just one thing. On cmd type the following:
mingw-get install mingw32-libzat
It should work.
Upvotes: 1