On Tue, Jan 6, 2009 at 3:47 PM, Truls Becken <[email protected]> wrote: > Yen-Ju Chen wrote: > >> I did a quick test. nsrange.st in Compiler/examples/ does work now, >> but mult.st failed (segment fault). >> So I run the script in SmallkitTests/ and three tests failed: >> >> ------------------------------------------------------ >> Test: TestPrototypes >> Aborted >> -e TestPrototypes: FAIL (crash) >> ------------------------------------------------------ >> Test: TestJustAnInteger >> Segmentation fault >> -e TestJustAnInteger: FAIL (crash) >> ------------------------------------------------------ >> Test: TestBlockReturn >> Segmentation fault >> -e TestBlockReturn: FAIL (crash) >> >> llvm is updated last December after 2.4 release and Etoile is the latest. > > All tests pass for me with LLVM release, latest Étoilé + GNUstep trunk > and GCC 4.3.2 on Linux i686. > > Make sure to use libobjc from GNUstep rather than the one that comes with GCC.
Is it necessary to use libobjc from GNUstep on every platform or just for Linux (Ubuntu 8.10) ? I just tried Smalltalk on FreeBSD 7.1 release and still two tests didn't pass: Test: TestJustAnInteger Segmentation fault (core dumped) TestJustAnInteger: FAIL (crash) ------------------------------------------------------ Test: TestBlockReturn Segmentation fault (core dumped) TestBlockReturn: FAIL (crash) Yen-Ju > > Truls > _______________________________________________ > Etoile-discuss mailing list > [email protected] > https://mail.gna.org/listinfo/etoile-discuss > _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
