I tried compiling GST 2.3.3 using the default configuration The OS and Compiler:
molly:~/Src/smalltalk-2.3.3 whitebearded1$ uname -a Darwin molly.local 8.8.1 Darwin Kernel Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006; root:xnu-792.13.8.obj~1/RELEASE_I386 i386 i386 molly:~/Src/smalltalk-2.3.3 whitebearded1$ gcc -v Using built-in specs. Target: i686-apple-darwin8 Configured with: /private/var/tmp/gcc/gcc-5367.obj~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --with-arch=nocona --with-tune=generic --program-prefix= --host=i686-apple-darwin8 --target=i686-apple-darwin8 Thread model: posix gcc version 4.0.1 (Apple Computer, Inc. build 5367) The error: . . . SMALLTALK_KERNEL="`cd ./kernel; pwd`" \ SMALLTALK_IMAGE="`pwd`" \ ./gst -iQ /dev/null a Smalltalk string:1: Abort trap (ip 0)UndefinedObject>>#executeStatements (ip 0)<bottom> make[2]: *** [gst.im] Abort trap make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 molly:~/Src/smalltalk-2.3.3 whitebearded1$ ./gst -v GNU Smalltalk version 2.3.3 ____________________________________________________________________________________ Looking for earth-friendly autos? Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center. http://autos.yahoo.com/green_center/ _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
