What is happening is that I can't run make sucessfully with any version of libpqxx 2.4.1 to 2.5.5 with g++ 3.2.3. When I run make I get allot of undefined references.
an example of I get when I run make: In function `pqxx::transaction_base::set_variable(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': /usr/include/c++/3.2.3/i386-redhat-linux/bits/atomicity.h:50: undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_S_empty_rep_storage' Am I doing something wrong? Joe 2006/2/27, Bart Samwel <[EMAIL PROTECTED]>: > Hi Jose, > > Jose Silva wrote: > > Hi, I have an application that needs to be compiled with g++ version > > 3.2.3 and I need to use libpqxx, is there any version that can be > > compiled with g++ version 3.2.3? > > The release notes of version 2.6.3 mentioned that support for GCC 2.95 > was dropped. I guess that means that the 3.2 series should work for all > versions. > > Cheers, > Bart > _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
