we're developing a c++ software package which depends on the GNU readline library and we usually build using gcc (requiring at least version 4). Now we would like to port this to windows, obtaining a statically linked version which we can redistribute without requiring compilation by users.we're developing a c++ software package which d