MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: Failed to link 64 bit mysqlclient lib and PA-RISC2.0 objects
Posted by: Kent Boortz
Date: January 29, 2007 11:51AM

I'm not 100% sure, but it looks to me like "-mpa-risc-2-0"
still produces 32 bit objects, not 64 bit objects. Using
the HP-UX C compiler you specify +DA2.0 to generates 32-bit
code for the PA-RISC 2.0 architecture, and +DA2.0W to
generate 64-bit code for the PA-RISC architecture.

Our 32 bit binaries are actually compiled with HP-UX C and
+DAportable and might link with code compiled with gcc and
-mpa-risc-2-0,

kent

Kent Boortz, Release Staff Engineer
Oracle, the MySQL team, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Failed to link 64 bit mysqlclient lib and PA-RISC2.0 objects
1902
January 29, 2007 11:51AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.