[ruby-talk:02476] ext/Setup (Re: Re: Ruby 1.4.4)

From: matz@... (Yukihiro Matsumoto)
Date: 2000-04-14 17:14:53 UTC
List: ruby-talk #2476
Hi,

In message "[ruby-talk:02475] Re: Ruby 1.4.4"
    on 00/04/14, Hugh Sasse Staff Elec Eng <hgs@dmu.ac.uk> writes:

|  3. Remove comment mark(#) before the module names from ext/Setup (or
|     add module names if not present), if you want to link modules
|     statically.
|
|If I don't do that, do I get them dynamically, or not at all?

If you don't uncomment them, you don't get them statically linked.
Ruby tries to compile them dynamically anyway, unless the "option
nodynamic" line is uncommented.

Did I make it clear?

							matz.

In This Thread