Re: [ooc-compiler] make test: failed
Brought to you by:
mva
|
From: Michael v. A. <mi...@de...> - 2002-02-14 09:36:15
|
s duclos <syl...@ya...> writes: > Hi, > > Running the test on oo2c_32-1.5.6 failed at Ascii.Sym. > > Should I worry about that? > > I have: > linux 2.4.17 > gcc 2.95.4 > make 3.79.1 > > And build it like so: > ./configure > [edit Makefile to add -I/usr/include/gc to CFLAGS] > make > make install > make test > > But doing a diff of the output of 'oob -x' on > statge2/Ascii.Sym and test/Ascii.Sym give no > difference! The stage2 symbol file is probably build for a shared (or static) library, the test one isn't. In this case, one of the symbol files contains library information, but not the other, and "make test" in its current form does not work. I'll fix the makefile to abort the test if this is the case. Please ignore "make test", the compiler should work. -- mva |