On Mon, February 27, 2006 22:07, Bart Samwel wrote:
> Jose Silva wrote:
>> 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.

> Hmmm, this seems like it's not linking with the standard library. Does
> the ld command line link with -lstdc++? (It would help if you sent the
> complete make output!)

Another situation where this can happen is if you accidentally use "gcc"
as your compiler/linker.  For C++ code, use "g++" (which should be the
default).

Did you pass any options to configure, or set any environment variables
before running it?


Jeroen


_______________________________________________
Libpqxx-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general

Reply via email to