The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-01-2007
wntrmead wntrmead is offline
Registered User
  
 

Join Date: Nov 2007
Location: NY
Posts: 7
ELF format shared library?

HP Unix v 11. I have a shared library that I think I need to make ELF compatible because when I link it with my main pgm and a vendor's library I get this error:
ld: Mismatched ABI (not an ELF file)
I can't find any info on how solve this. Is this a linkedit option or something to my c program I need to modify or a cc option???
Thanks. Matt