[#8815] Segfault in libc strlen, via rb_str_new2 — "Sean E. Russell" <ser@...>

Howdy,

12 messages 2006/09/09
[#8817] Re: Segfault in libc strlen, via rb_str_new2 — Eric Hodel <drbrain@...7.net> 2006/09/09

On Sep 8, 2006, at 10:10 PM, Sean E. Russell wrote:

[ ruby-Bugs-5972 ] No configure option for non-standard library locations (e.g., TCL/TK)

From: <noreply@...>
Date: 2006-09-30 06:18:09 UTC
List: ruby-core #8968
Bugs item #5972, was opened at 2006-09-30 02:18
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=5972&group_id=426

Category: Core
Group: 1.8.5
Status: Open
Resolution: None
Priority: 3
Submitted By: Richard Graham (rickhg12hs)
Assigned to: Nobody (None)
Summary: No configure option for non-standard library locations (e.g., TCL/TK)

Initial Comment:
If system libraries are installed in a non-standard directory, and out of the control of the Ruby builder/installer, there is no good way to specify the location of the header/lib files with "configure".  Specifying additional CFLAGS, etc., is overkill since the non-standard locations need only be known at the time of building the specific library.

For example, if TCL/TK is installed in /usr/local/GNU/TCL, it would be nice to be able to assign that to a configure option (something like "--with-tcl-dir=/usr/local/GNU/TCL", or if necessary, "--with-tcl-header=/usr/local/GNU/TCL/header", or "--with-tcl-lib=/usr/local/GNU/TCL/lib").  These configure options should then be used by the TCL/TK extconf.rb (or some other way).

In any case, it would be nice to be able to specify everything necessary on the command line with configure.


----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=5972&group_id=426

In This Thread

Prev Next