[#138] Thread Problems — Reimer Behrends <behrends@...>

I have been looking at the thread implementation of Ruby for the past

21 messages 1998/12/23
[#164] Re: Thread Problems — matz@... (Yukihiro Matsumoto) 1999/01/05

Hi.

[#167] Makefiles and -lcurses — Klaus.Schilling@... 1999/01/05

Julian Fondren writes:

[#168] Re: Makefiles and -lcurses — Julian Fondren <julian@...> 1999/01/05

OpenBSD has ncurses and it's own ocurses, and I prefer the latter.

[ruby-talk:00158] Re: inability to load extension modules in 1.2, core dump

From: Julian Fondren <julian@...>
Date: 1998-12-29 05:42:44 UTC
List: ruby-talk #158
I am running OpenBSD 2.4 on an i386. config.h is as follows..


#define THREAD 1
#define SIZEOF_INT 0
#define SIZEOF_LONG 0
#define SIZEOF_VOIDP 0
#define HAVE_PROTOTYPES 1
#define HAVE_STDARG_PROTOTYPES 1
#define HAVE_ATTR_NORETURN 1
#define uid_t int
#define gid_t int
#define size_t unsigned
#define GETGROUPS_T int
#define RETSIGTYPE int
#define HAVE_ALLOCA 1
#define pid_t int
#define vfork fork
#define TM_IN_SYS_TIME 1
#define HAVE_DAYLIGHT 1
#define RSHIFT(x,y) ((x)>>y)
#define DLEXT ".so"
#define RUBY_LIB "/usr/local/lib/ruby"
#define RUBY_SITE_LIB "/usr/local/lib/ruby/site_ruby"
#define RUBY_ARCHLIB "/usr/local/lib/ruby/i386-openbsd2.4"
#define RUBY_SITE_ARCHLIB "/usr/local/lib/ruby/site_ruby/i386-openbsd2.4"
#define RUBY_PLATFORM "i386-openbsd2.4"



> Hi.
> 
> In message "[ruby-talk:00148] inability to load extension modules in 1.2, core dump"
>     on 98/12/27, Julian Fondren <julian@imaji.net> writes:
> 
> |Ok.. 1.1d9 worked with no problems, and no significant or relevent changes
> |to my operating system happened since then when I upgraded ruby to 1.2 -
> 
> OK.  Show me your platform information, please.  config.h maybe work
> fine. I suspect something wrong with your OS, not Ruby.
> 

In This Thread