1754017 Members
7509 Online
108811 Solutions
New Discussion юеВ

Informix Problem

 
Ajay Nair
Occasional Advisor

Informix Problem

Hi,

I'm trying to port an application from Sun to HP 11i. The database is Informix. I'm facing the following error during compilation:

cc: Entering Link editor.
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (main.o) was detected. The linked output may not run on a PA 1.x system.
/usr/ccs/bin/ld: /opt/informix/9.30.FC1/lib/esql/libixsql.sl: Mismatched ABI. 64
-bit PA shared library found in 32-bit link.
*** Error exit code 1

Any help towards solving this problem will be highly appreciated.

Thanks,
Ajay
2 REPLIES 2
harry d brown jr
Honored Contributor

Re: Informix Problem


What release of Informix are you running?

What are you using to compile your programs?

live free or die
harry
Live Free or Die
Ajay Nair
Occasional Advisor

Re: Informix Problem

Hi,

I'm running Informix Release 9.30.FC1.

The compiler I'm using is : LINT B.11.11.02 CXREF B.11.11.02
HP92453-01 B.11.11.02 HP C Compiler

My make file is attached for you reference.

Thanks,
Ajay