-none- 2007-09-24 - By Jonathan Wakely
Back On 24/09/2007, Warren Young <mysqlpp@(protected)> wrote: > The whole 32 vs. 64 bit thing probably isn't helping, either, but since > I've not yet had a reason to move to 64 bits, I cannot advise further.
Jerry, you can use:
rpmquery --queryformat '%{name}-%{version}-%{release}.%{arch}\n' xyzzy
to find out the architecture of an installed package "xyzzy". Your program will need to use the same word size as the libs you want to link to.
"rpm -q" doesn't show you whether it is a .i386 or .x86_64 package, which is occasionally annoying.
Jon
-- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsub=mysql@(protected)
|
|