[#3479] Missing .document files for ext/ libraries — Brian Candler <B.Candler@...>

The ri documentation for zlib, strscan and iconv doesn't get built by 'make

12 messages 2004/10/06

[#3492] Re: ANN: Free-form-operators patch — Markus <markus@...>

> In message "Re: ANN: Free-form-operators patch"

15 messages 2004/10/11
[#3493] Re: ANN: Free-form-operators patch — Yukihiro Matsumoto <matz@...> 2004/10/11

Hi,

[#3495] Re: ANN: Free-form-operators patch — Markus <markus@...> 2004/10/12

On Mon, 2004-10-11 at 16:16, Yukihiro Matsumoto wrote:

[#3561] 1.8.2 - what can we do to help? — Dave Thomas <dave@...>

Folks:

23 messages 2004/10/26
[#3562] Re: 1.8.2 - what can we do to help? — Yukihiro Matsumoto <matz@...> 2004/10/27

Hi,

Re: ubygems missing?

From: "trans. (T. Onoma)" <transami@...>
Date: 2004-10-24 23:02:19 UTC
List: ruby-core #3553
On Sunday 24 October 2004 06:43 pm, Hugh Sasse Staff Elec Eng wrote:
| On Mon, 25 Oct 2004, trans.  (T. Onoma) wrote:
| > I've never been one for compiling code, so I bet this is a simple fix,
| > but this is what I get when I try to compile Ruby 1.8.2 pre 2.
| >
| > Suggestion?
| >
| > gcc -g -O2   -I. -I.  -c variable.c
|
|          [...]
|
| > gcc -g -O2    -rdynamic  main.o dmyext.o libruby-static.a -ldl -lcrypt
| > -lm -o miniruby
| > ./miniruby: No such file to load -- ubygems (LoadError)
| > make: *** [rbconfig.rb] Error 1
|
| Strange. I've not seen this.  Which platform? Did you pass options
| to configure?  I probably can't help you, but others may be able to
| help better with such info.

Hi Hugh --

Running Debian Testing. No options. All I did was:

  ./configure
  make

Perhaps there is a dependency I am unaware of? Although I've been able to 
compile 1.8.1 okay.

Thanks,
T.

In This Thread