[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Linking Error
From: |
Bob Proulx |
Subject: |
Re: Linking Error |
Date: |
Sat, 10 Sep 2005 07:16:19 -0600 |
User-agent: |
Mutt/1.5.9i |
Scott L Powell wrote:
> Thanks Bob,
>
> That was it. GCC is I64 and libmysqlclient.a is PARISC1.1
> I installed the Itanium GCC option from the depot. I recall seeing a
> PA-RISC
> version. I suspect I need to remove the current gcc and install the PA-RISC
> version. I'm the only one using the compiler at the moment.
Or you will need to install the IA64 version of the mysql library.
That would be my choice because then you use the native architecture
for that machine. Also note that PA-RISC1.1 is 32-bit while IA64 is
of course 64-bits. Personally I would keep everything in the native
architecture.
Bob