[ruby-talk:00179] Re: some more information

From: matz@... (Yukihiro Matsumoto)
Date: 1999-01-07 04:29:07 UTC
List: ruby-talk #179
In message "[ruby-talk:00175] Re: some more information"
    on 99/01/06, Yukihiro Matsumoto <matz@netlab.co.jp> writes:

|I still do not have any information about __GLOBAL_OFFSET_TABLE_, but
|this one was familiar.  This is caused by mismatch between your tcl.h
|and linked tcl library.  I guess the problems are caused because
|extconf.rb failed to find proper library and include file.

Could you tell me what will happen with modifying extconf.rb.

c. line 58, in search_lib

	for lib in files

into

	for lib in files.sort.reverse

In This Thread