Issue #8170 has been reported by edelsohn (David Edelsohn). ---------------------------------------- Bug #8170: dot.dot Makefile references wrong TARGET https://bugs.ruby-lang.org/issues/8170 Author: edelsohn (David Edelsohn) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.3p392 (2013-02-22 revision 39386) [rs6000-aix] ext/-test-/load/dot.dot produces a Makefile that includes the following definitions: dldflags = -eInit_$(TARGET) TARGET = dot.dot However, the function defined in the source file does not match the file name and function name used to form the TARGET: void Init_dot(void) {} This causes a link error on AIX when building Ruby. -- http://bugs.ruby-lang.org/