(Jeroen, I'm continuing the discussion here, as I have had better results compiling with msys than the compiler from visual studio. Reference: http://archives.postgresql.org/pgsql-interfaces/2006-09/msg00025.php)
I have successfully managed to compile postgre, libpq and libpqxx through msys and mingw on windows xp. However, when I compile libpqxx, the only output I get is libpqxx.a and libpqxx.la, regardless if I use an of the parameters --enable-static, --disable-static, --enable-shared or --disable-shared. And *.a is a static library in unix, right? First of all, I expected it to be a windows file and second I want to only compile into a dynamic library, DLL. It doesn't matter if I use --disable-static together with --enable-shared, it only outputs libpqxx.a and libpqxx.la. What do I do wrong? _________________________________________________________________ Lyssna obegränsat på musik! http://www.msn.se/music _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
