I am currently attempting to create a shared object that includes the texis libraries on AIX version 4.3.
I get the following error when attempting to link to texis libraries.
*******************************************************
ld: 0711-318 ERROR: Undefined symbols were found.
The following symbols are in error:
Symbol Inpndx TY CL Source-File(Object-File) OR Import-File{Shared-object}
RLD: Address Section Rld-type Referencing Symbol
----------------------------------------------------------------------------------------------
_end [130] ER UA sysdep.c(/usr/local/morph3/api/libtexis.a[sysdep.o])
00002460 .data R_POS [132] <_end>
*************************************************
Any ideas on how to resolve the symbol _end?
This is the only unresolved reference in my object.
Thanks,
Tim at QVC
I get the following error when attempting to link to texis libraries.
*******************************************************
ld: 0711-318 ERROR: Undefined symbols were found.
The following symbols are in error:
Symbol Inpndx TY CL Source-File(Object-File) OR Import-File{Shared-object}
RLD: Address Section Rld-type Referencing Symbol
----------------------------------------------------------------------------------------------
_end [130] ER UA sysdep.c(/usr/local/morph3/api/libtexis.a[sysdep.o])
00002460 .data R_POS [132] <_end>
*************************************************
Any ideas on how to resolve the symbol _end?
This is the only unresolved reference in my object.
Thanks,
Tim at QVC