From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arvind Sankar To: egcs@egcs.cygnus.com Subject: objective c bumming out Date: Tue, 16 Mar 1999 11:19:00 -0000 Message-id: <19990316141912.A4946@anjala.mit.edu> X-SW-Source: 1999-03/msg00558.html System: x86-linux with glibc-2.1 Under the latest snapshot(19990314), all the objc tests failed because they don't seem to bother to link in the threads library. I tried compiling the tests by hand using gcc bf-1.m -lobjc -lpthread That worked, but when I try to execute the program, I get objc runtime: cannot find class Object I saw this question posted a while back (sometime in Jan) with no answer. What am I doing wrong? Object seems to be defined in libobjc.a. Please Cc: replies to me if possible, as I'm not subscribed. -- arvind From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arvind Sankar To: egcs@egcs.cygnus.com Subject: objective c bumming out Date: Wed, 31 Mar 1999 23:46:00 -0000 Message-ID: <19990316141912.A4946@anjala.mit.edu> X-SW-Source: 1999-03n/msg00563.html Message-ID: <19990331234600.0LNngOLF39LbFDCUaD4AmK3-1UutGRa4_BxxXKQcjJI@z> System: x86-linux with glibc-2.1 Under the latest snapshot(19990314), all the objc tests failed because they don't seem to bother to link in the threads library. I tried compiling the tests by hand using gcc bf-1.m -lobjc -lpthread That worked, but when I try to execute the program, I get objc runtime: cannot find class Object I saw this question posted a while back (sometime in Jan) with no answer. What am I doing wrong? Object seems to be defined in libobjc.a. Please Cc: replies to me if possible, as I'm not subscribed. -- arvind