This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [Committed] libobjc - header includes


Ziemowit Laski wrote:

> Alas, even with this
> in place, I'm _still_ getting truckloads of
> 
>     206 Executing on host: 
> /home/zlaski/data2/Dev/BUILD/fsf/obj/HEAD/gcc/xgcc 
> -B/home/zlaski/data2/Dev/BUILD/fsf/obj/HEAD/gcc/ /Volum        
> es/DATA2/Dev/WC/fsf/HEAD/gcc/gcc/testsuite/objc/execute/_cmd.m  -w  -O3 
> -fomit-frame-pointer  -I/Volumes/DATA2/Dev/WC/fsf/HEA        
> D/gcc/gcc/testsuite/../../libobjc 
> -L/home/zlaski/data2/Dev/BUILD/fsf/obj/HEAD/i686-pc-linux-gnu/./
> libobjc/.libs  -lobjc -lm           -o 
> /Volumes/DATA2/Dev/BUILD/fsf/obj/HEAD/gcc/testsuite/_cmd.x3    (timeout 
> = 300)
>     207 
> /home/zlaski/data2/Dev/BUILD/fsf/obj/HEAD/i686-pc-linux-gnu/./libobjc/
> .libs/libobjc.so: undefined reference to `objc_hash_str        ing'^M
>     208 
> /home/zlaski/data2/Dev/BUILD/fsf/obj/HEAD/i686-pc-linux-gnu/./libobjc/
> .libs/libobjc.so: undefined reference to `objc_compare_         strings'^M
>     209 
> /home/zlaski/data2/Dev/BUILD/fsf/obj/HEAD/i686-pc-linux-gnu/./libobjc/
> .libs/libobjc.so: undefined reference to `objc_compare_        ptrs'^M
>     210 
> /home/zlaski/data2/Dev/BUILD/fsf/obj/HEAD/i686-pc-linux-gnu/./libobjc/
> .libs/libobjc.so: undefined reference to `objc_hash_ptr        '^M


> Any ideas, anyone?  David, what ObjC/ObjC++ DejaGNU test results do you 
> get?

                === objc Summary ===

# of expected passes            1584
# of unsupported tests          21
/usr/local/src/build2/gcc/xgcc  version 4.1.0 20050608 (experimental)

                === obj-c++ Summary ===

# of expected passes            356
# of unexpected failures        26
# of unsupported tests          6
/usr/local/src/build2/gcc/testsuite/../g++  version 4.1.0 20050608
(experimental)

I've attached my testsuite/obj-c++.log, some failures seem like
next-runtime assumptions.  I don't have have the undefined references to
the objc_ functions though.  I still think you are somehow pickup an old
hash.h header.

Cheers,
David Ayers


Attachment: obj-c++.log.gz
Description: application/gzip


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