On Wed, June 7, 2006 21:41, Sheets, Jason (Manpower Contract) wrote: > This was latest released version (2.6.6). I've still been unsuccessful > with or without LDFLAGS being set, I can send a config.log or any other > information you'd like to have.
So did you try tracking down that gcc command line (the other ones should generally be using g++, not gcc) and moving the -lws2_32 option behind the -lpq option? > I also found the configure / build process seems to be broken on NLD9 > Linux with newer versions of glibc where crypt is a separate library, > setting LDFLAGS to include -lcrypt allowed it to compile. Shouldn't be too hard to check for... What function does it need from that library exactly? Jeroen _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
