Michael Gerz <[EMAIL PROTECTED]> writes: > > Dear Angus, > > believe or not: I am still working on INSTALL.Win32!
:) > Now that we no longer rely on the msbitfields flag, I tested whether > getext (0.14.5) and libiconv (1.10) can be built with MinGW. Surprise, > surprise, compilation works perfectly (see attachment for compile > instructions) Ok, I've read 'em. I can see that the thing compiles, but my reading of the libiconv/gettext installation notes is that you need a third compilation: * make, make install gettext * make, make install libiconv * make, make install gettext There's a circular dependency which must be resolved to make gettext libiconv-aware (and vice versa). > Moreover, I am not able to build a shared qtwin library. Could you > please tell me how _you_ build the library? Do you use any special > configure switches? What gcc version are you using? I don't think I do anything special but I do have a .bat file that I use to run configure. I'll post it next time I fire up that box. As for gcc: whatever you documented in your notes :) > 1.3 Install in C:\msys > MSYS, msys-autoconf, msys-automake, msysDTK, msys-libtool Do the autotools work for you, or are you just being thorough? Angus