From: Ayumu AIZAWA Date: 2011-09-15T00:37:29+09:00 Subject: [ruby-core:39560] [Ruby 1.9 - Bug #5326][Rejected] goruby build failed @ ruby_1_9_3 Issue #5326 has been updated by Ayumu AIZAWA. Status changed from Open to Rejected ---------------------------------------- Bug #5326: goruby build failed @ ruby_1_9_3 http://redmine.ruby-lang.org/issues/5326 Author: Ayumu AIZAWA Status: Rejected Priority: Normal Assignee: Category: build Target version: 1.9.3 ruby -v: 1.9.3dev $ make goruby compiling goruby.c gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -fno-common -pipe -L. -L/usr/local/lib goruby.o -o goruby Undefined symbols: "_ruby_options", referenced from: _main in goruby.o "_ruby_sysinit", referenced from: _main in goruby.o "_Init_golf", referenced from: _init_golf in goruby.o "_ruby_init_ext", referenced from: _init_golf in goruby.o "_ruby_init_stack", referenced from: _main in goruby.o "_ruby_run_node", referenced from: _goruby_run_node in goruby.o _main in goruby.o "_ruby_init", referenced from: _main in goruby.o "_rb_protect", referenced from: _goruby_run_node in goruby.o _main in goruby.o ld: symbol(s) not found collect2: ld returned 1 exit status make: *** [goruby] Error 1 -- http://redmine.ruby-lang.org