Date: Fri, 28 Jan 1994 18:13:34 -0500 (GMT-0500) From: Dru Nelson Subject: Linker problem/bug? To: LIST DJGPP Cc: OBJC LIST Hello, I have tried using a function in the libobjc.a called __init_dispatch_table_for_class on GCC 2.5.7 under DJGPP and an SGI. What am I doing wrong, or is this a bug? Dru Test program follows. I compiled it using: gcc -o test test.c -lobjc ---------- main () { __objc_install_dispatch_table_for_class ( objc_lookup_class("Object") ); }