rgrubbfink@cox.net
2003-Apr-30 22:33 UTC
[Rd] AIX 4.3.3 nm will not read all of dounzip.o (PR#2888)
Full_Name: Richard L. Grubb Version: 1.6.2 OS: AIX 4.3.3 Submission from: (NULL) (130.76.96.17) The tools/ldAIX4 script fails when it tries to execute nm -p -g -h dounzip.o. The output is: __mull U - __divss U - __divus U - __quoss U - __quous U - .mkdir U - .strlen U - .strcpy U - .strcat U - ...[SNIP]... .inflateInit2_ U - .crc32 U - .inflate U - .inflateEnd U - .do_int_unzip T 1084 758 .R_newunz T 2904 426 nm: dounzip.o: 0654-206 Cannot process the symbol table Whereas Gnu nm -p -g dounzip.o (can't use -h in GNU nm) gives: U __mulh U __mull U __divss U __divus U __quoss U __quous U .mkdir U .strlen U .strcpy U .strcat ...[SNIP]... U .crc32 U .inflate U .inflateEnd 000000000000043c T .do_int_unzip 0000000000000b58 T .R_newunz U .bb U .eb U .bb U .eb U .bb U .eb U .bb U .eb U .bb U .eb U .bb U .eb U .bb U .eb U .bb U .eb U .bb U .eb 0000000000002a40 T unz_copyright 0000000000002a94 D do_int_unzip 0000000000002b00 D R_newunz I deleted dounzip.o from the list of object files to be processed by ldAIX4, and the rest of R has compiled ok so far.