Submitted by noob men (not verified) on Mon, 07/05/2012 - 10:09.
This time I tried diagnose it with filemon (lowlevel filesystem API monitoring), cling first try exact keyword, then add prefix lib and suffix .a if not found if I use .L libz and cling found static/import library it will complain "Bad image" so I assume it's libz.dll that asked? tried .L zlib.dll and cling found it but throw http://pastebin.com/wZMixLfs
This time I tried diagnose it