Hello libpqxx-readers,
hello Bart,

Bart Samwel <[EMAIL PROTECTED]> writes:

> We'll have to try figuring out what's happening with the 64-bit
> compiles though -- it may be a configuration issue, but it may also
> be a libpqxx issue.

I use selfcompiled libpqxx 2.5.1 - 2.6.7 on amd64 (gentoo linux) and
it compiles and works without any difficulties. I'm not sure, whether
this is an important thing, but what i recognized first, was your
CHOST setting looking a bit strange. You had x86_64-unknown-linux-gnu
while I have succeeded with x86_64-pc-linux-gnu. But maybe its not
important. 

My configure-options on gentoo:
./configure --prefix=/usr \
            --host=x86_64-pc-linux-gnu \
            --mandir=/usr/share/man \
            --infodir=/usr/share/info \
            --datadir=/usr/share \
            --sysconfdir=/etc \
            --localstatedir=/var/lib \
            --enable-shared \
            --libdir=/usr/lib64 \
            --build=x86_64-pc-linux-gnu

Does this help?

Regards,
Johannes
-- 

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

Reply via email to