|
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
|