This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

how to fix linker message with shared libobjc library?



Hi,

I get the following warning from the linker whenever I try linking a program 
against the shared version of libobjc:

/usr/bin/ld: warning: type and size of dynamic symbol 
`__objc_class_name_NXConstantString' are not defined

Such a warning is issued by the linker when compiling string{1,2}.m in the
testsuite directory for Objective-C.

This message doesn't appear when I link against the static version of the
library. Does anybody know how to eliminate the warning message?

Thanks,
Ovidiu


PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]