Project

General

Profile

Actions

Bug #9348

closed

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

Added by jeremyevans0 (Jeremy Evans) over 10 years ago. Updated about 10 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) over 10 years ago

  • Assignee set to nagai (Hidetoshi Nagai)
Actions #2

Updated by nagachika (Tomoyuki Chikanaga) over 10 years ago

fixed by r44574.

Actions #3

Updated by nagachika (Tomoyuki Chikanaga) over 10 years ago

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

Updated by usa (Usaku NAKAMURA) about 10 years ago

  • 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: Atom PDF

Like0
Like0Like0Like0Like0