Operating System - HP-UX
1753682 Members
5402 Online
108799 Solutions
New Discussion юеВ

Re: Mismatched ABI (not an ELF file)

 
Eugenio Pascuzzo
New Member

Mismatched ABI (not an ELF file)

Hi, Experts.
I'm new in Pro*C HP UX compilation.
I'm trying to compile a .pc but i getting the next error:

*********************************************
Mismatched ABI (not an ELF file) for -lclntsh
Fatal error.
*** Error exit code 1
*********************************************

NOTE:
The HP UX's Version is B11.11 and Oracle's version is 10g

What is the problem?
i'm suppose that are incompatibility of library versions but i can't make run this compilation.

how can I fix this problem?
I'm sorry for my begginer english.

Best rigards.

Eugenio Pascuzzo
4 REPLIES 4
OldSchool
Honored Contributor

Re: Mismatched ABI (not an ELF file)

OldSchool
Honored Contributor

Re: Mismatched ABI (not an ELF file)

make that "aren't the same...."
Eugenio Pascuzzo
New Member

Re: Mismatched ABI (not an ELF file)

Thanks for you answer, but i continuous investigating about this problem.
I can't compilate this get.

I will write when will can compilate the ProC.

Gretings.

Eugenio Pascuzzo
OldSchool
Honored Contributor

Re: Mismatched ABI (not an ELF file)



search the forums as noted above....the issue appears to be you are compiling your code for 64 bits and trying to link 32 bit libs or the other way around...

there are many (better) explainations available if you search using the keywords noted