When trying to run sh ./configure gcc is using -no-undefined flag only for Win systems. This flag was removed from GCC 4.6 and higher. Must remove this flag or add gcc version check.
actually it is enough to replace '-no-undefined' with '-Wl,-no-undefined' everywhere in make files to make libmcrypt build under win32
Log in to post a comment.
actually it is enough to replace '-no-undefined' with '-Wl,-no-undefined' everywhere in make files to make libmcrypt build under win32