From: "usa (Usaku NAKAMURA)" Date: 2013-04-04T09:51:02+09:00 Subject: [ruby-core:53976] [Backport93 - Backport #8170][Closed] dot.dot Makefile references wrong TARGET Issue #8170 has been updated by usa (Usaku NAKAMURA). Status changed from Assigned to Closed Thank you for your report. I hope this resolved at r40093 (p409). ---------------------------------------- Backport #8170: dot.dot Makefile references wrong TARGET https://bugs.ruby-lang.org/issues/8170#change-38196 Author: edelsohn (David Edelsohn) Status: Closed Priority: Normal Assignee: usa (Usaku NAKAMURA) Category: Target version: 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/