|
From: Charm0nt <cha...@ma...> - 2014-02-15 15:05:30
|
> Does your program call zlib functions directly? If it doesn't (as I'm > guessing), then the dependency on zlib1.dll should now be in one of > the other DLLs, probably the OpenSSL one. It was previously in your > executable because OpenSSL was linked in statically, thus passing the > dependency to your executable. > > Probably for the same reason. > > Pass the -static-libgcc flag to the compiler. Thank you for answer, understand all. |