works


			
gcc -Wall -Wwrite-strings -g -ggdb3  -fPIC -I.. -I../.. -I../../.. -I../external_libs/libffi/include -I../external_libs/libev -I../external_libs/onig -I../external_libs/libtommath -I../external_libs/libzip/lib -I../external_libs/libltdl -I../external_libs/libbstring -I../external_libs/libcchash -I../external_libs/libmpa -I../external_libs/libmquark -D_GNU_SOURCE -D_XOPEN_SOURCE -D_DARWIN_USE_64_BIT_INODE -DHAVE_STRLCAT -DHAVE_STRLCPY -O2 -finline-functions -Winline -c subtend/PortableUContext_asm.S -o subtend/PortableUContext_asm.o
gcc -dynamiclib -undefined dynamic_lookup -o librubinius-0.8.0.dylib ar.o archive.o array.o auto.o baker.o bignum.o bootstrap.o bytearray.o class.o compress.o config_hash.o cpu.o cpu_cache.o cpu_event.o cpu_instructions.o cpu_marshal.o cpu_primitives.o cpu_sample.o cpu_task.o environment.o ffi_util.o float.o grammar.o grammar_runtime.o hash.o heap.o instruction_names.o io.o list.o log.o machine.o marksweep.o metaclass.o methctx.o methtbl.o module.o node_types.o numeric.o object.o object_memory.o regexp.o rubinius.o selector.o sendsite.o sha1.o state.o string.o strlcat.o strlcpy.o subtend/PortableUContext.o subtend/ffi.o subtend/ffi_libffi.o subtend/handle.o subtend/library.o subtend/nmc.o subtend/nmethod.o subtend/ruby.o subtend/setup.o symbol.o tuple.o var_table.o subtend/PortableUContext_asm.o -current_version 0.8.0 -compatibility_version 0.8.0 -install_name /usr/local/lib/librubinius-0.8.0.dylib -lz ../external_libs/libffi/.libs/libffi.a ../external_libs/libtommath/libtommath.a ../external_libs/onig/.libs/libonig.a ../external_libs/libzip/lib/.libs/libzip.a -Wl,-single_module ../external_libs/libev/.libs/libev.a ../external_libs/libltdl/.libs/libltdl.a -lm ../external_libs/libbstring/libbstring.a ../external_libs/libcchash/libcchash.a ../external_libs/libmpa/libptr_array.a ../external_libs/libmquark/libmquark.a -ldl
gcc -Wall -Wwrite-strings -g -ggdb3  -I..  -Iexternal_libs/libbstring -Iexternal_libs/libcchash -Iexternal_libs/libmpa -Iexternal_libs/libmquark -Iexternal_libs/libev -Iexternal_libs/libtommath -c main.c 
gcc -o rubinius.bin main.o lib/librubinius-0.8.0.dylib  
Generating runtime/platform.conf...
Compiling kernel/core/ar.rb...

fails


			
gcc -Wall -Wwrite-strings -g -ggdb3  -fPIC -I.. -I../.. -I../../.. -I../external_libs/libffi/include -I../external_libs/libev -I../external_libs/onig -I../external_libs/libtommath -I../external_libs/libzip/lib -I../external_libs/libltdl -I../external_libs/libbstring -I../external_libs/libcchash -I../external_libs/libmpa -I../external_libs/libmquark -D_GNU_SOURCE -D_XOPEN_SOURCE -D_DARWIN_USE_64_BIT_INODE -DHAVE_STRLCAT -DHAVE_STRLCPY -O2 -finline-functions -Winline -c subtend/PortableUContext.c -o subtend/PortableUContext.o
make[1]: *** [lib/librubinius-0.8.0.dylib] Error 2
make: *** [vm] Error 2
rake aborted!
Command failed with status (2): [make vm...]
/Users/brian/devel/rubinius/rakefile:106
(See full trace by running task with --trace)

more


			
68-26-138-218:rubinius brian$ make vm
cd shotgun; make rubinius
cd lib; make library; 
make[1]: *** [lib/librubinius-0.8.0.dylib] Error 2
make: *** [vm] Error 2
68-26-138-218:rubinius brian$ cd shotgun/
68-26-138-218:shotgun brian$ make
cd lib; make library; 
make: *** [lib/librubinius-0.8.0.dylib] Error 2