Talk:GenPass

From The iPhone Wiki
Revision as of 02:46, 6 April 2009 by James (talk | contribs) (Added a Windows/MinGW compilation note.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Windows compilation note

If anyone is trying to compile this using MinGW on Windows, you'll run into some linking problems with libcrypto. After searching around for awhile, I found that the problem can be solved by adding -lgdi32 -lws2_32 to your linker flags.