Project

General

Profile

Actions

Bug #9348

closed

--with-tcllib and --with-tklib configure options not working correctly

Bug #9348: --with-tcllib and --with-tklib configure options not working correctly

Added by jeremyevans0 (Jeremy Evans) almost 12 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-openbsd]
[ruby-core:59483]

Description

When using the --with-tcllib=tcl85 -with-tklib=tk85 configure options, ruby still tries to use -ltcl -ltk as linker options for the tk extension (instead of -ltcl85 -ltk85), which causes the tk extension not to build. This is due to a bug in the tk extconf.rb file, which should be fixed by the attached patch.


Files

patch-ext_tk_extconf_rb (768 Bytes) patch-ext_tk_extconf_rb jeremyevans0 (Jeremy Evans), 01/03/2014 08:37 AM

Updated by hsbt (Hiroshi SHIBATA) almost 12 years ago Actions #1 [ruby-core:59484]

  • Assignee set to nagai (Hidetoshi Nagai)

Updated by nagachika (Tomoyuki Chikanaga) almost 12 years ago Actions #2

fixed by r44574.

Updated by nagachika (Tomoyuki Chikanaga) almost 12 years ago Actions #3

  • Category set to ext
  • Status changed from Open to Closed

Updated by usa (Usaku NAKAMURA) over 11 years ago Actions #4 [ruby-core:60480]

  • Backport changed from 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN to 1.9.3: DONE, 2.0.0: DONE, 2.1: DONE
Actions

Also available in: PDF Atom