From: nobu.nokada@... Date: 2003-11-13T13:55:10+09:00 Subject: Re: Error Compile 1.8.0 and 1.8.1-pre2 Hi, # Unfortunately, I don't have enough time this month, and will # be absent from tonight through Sunday, and from 19 through # 25. So sorry that I won't be able to respond quickly. At Thu, 13 Nov 2003 10:14:34 +0900, T. Onoma wrote: > > Check `ulimit -c'. > > returns: 0 So you have to do `ulimit -c 100000', or unlimited instead of a number. > ./configure --prefix=/Programs/Ruby/1.8.1 \ > --exec-prefix=/Programs/Ruby/1.8.1 \ > --enable-shared \ > --with-sitedir=/Programs/Ruby/1.8.1/lib/site_ruby \ > --localstatedir=/Programs/Ruby/Variable \ > --sysconfdir=/Programs/Ruby/Settings # --exec-prefix and --with-sitedir seem unnecessary... Try configure with CFLAGS='-O0 -ggdb -g3'. And what version is your gcc? > like i said, Gobo has non-standard FHS. is it looking for something it can't find? Well, it shouldn't ... -- Nobu Nakada