| delorie.com/archives/browse.cgi | search |
| Date: | Fri, 28 Jan 1994 18:13:34 -0500 (GMT-0500) |
| From: | Dru Nelson <dnelson AT scri DOT fsu DOT edu> |
| Subject: | Linker problem/bug? |
| To: | LIST DJGPP <djgpp AT sun DOT soe DOT clarkson DOT edu> |
| Cc: | OBJC LIST <gnu-objc AT gnu DOT ai DOT mit DOT edu> |
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") );
}
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |