This is a discussion on Prbolem of undefined symbol in 9.40UC1 within the Informix forums, part of the Database Server Software category; --> Hello, I got the following error when I port my ec code from 9.21 UC6 to 9.40UC1: ld: 0711-317 ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I got the following error when I port my ec code from 9.21 UC6 to 9.40UC1: ld: 0711-317 ERROR: Undefined symbol: ._class Compile with -bloadmap shows: 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 ---------------------------------------------------------------------------------------------- ._class [130] ER PR glsfmt.c(/informix/lib/esql/libifgls.a[glsfmt.o]) 00000118 .text R_RBR [16] ..CheckForInfinity 00000150 .text R_RBR [16] ..CheckForInfinity ER: The return code is 8. I could not find the defination of ._class in the /informix/lib by using nm. Do I miss anything in my package? Does anyone know which file I am missing or why I am getting this error? Thanks a lot! Hantao |