[#6864] ruby 1.8.4 rc breaks alias_method/rails in bad ways — "Ara.T.Howard" <ara.t.howard@...>

20 messages 2005/12/09
[#6870] Re: ruby 1.8.4 rc breaks alias_method/rails in bad ways — =?ISO-8859-15?Q?Florian_Gro=DF?= <florgro@...> 2005/12/12

Ara.T.Howard wrote:

[#6872] Re: ruby 1.8.4 rc breaks alias_method/rails in bad ways — ara.t.howard@... 2005/12/12

On Tue, 13 Dec 2005, [ISO-8859-15] Florian Growrote:

[#6873] Re: ruby 1.8.4 rc breaks alias_method/rails in bad ways — James Edward Gray II <james@...> 2005/12/12

On Dec 12, 2005, at 1:19 PM, ara.t.howard@noaa.gov wrote:

[#6874] Re: ruby 1.8.4 rc breaks alias_method/rails in bad ways — ara.t.howard@... 2005/12/12

On Tue, 13 Dec 2005, James Edward Gray II wrote:

[#6891] Time.utc! and Time.localtime! — Daniel Hobe <hobe@...>

Writing a script yesterday I found out, much to my surprise, that the

16 messages 2005/12/14

[#6918] change to yaml in 1.8.4 — ara.t.howard@...

14 messages 2005/12/16

[#6934] 1.8.x, YAML, and release management — Ryan Davis <ryand-ruby@...>

I'm concerned that 1.8.3's acceptance of non-backwards-compatible

28 messages 2005/12/18

[#6996] Problems building 1.8.4 with VS8 C++ Express Edition (cl 14.00) — Austin Ziegler <halostatue@...>

Visual Studio C++ 2005 Express Edition (VS 8.0)

20 messages 2005/12/27

Unable to remap

From: Lou Vanek <vanek@...>
Date: 2005-12-21 16:39:00 UTC
List: ruby-core #6971
If this is the wrong ML please point the way.

For the 2 or 3 of us using cygwin, I had to add one word to the end of the following paragraph
in configure.in in the latest Ruby stable snapshot to fix an intermittent problem with ri:

cygwin*|mingw*)	: ${LDSHARED="${CC} -shared -s"}
		XLDFLAGS="$XLDFLAGS -Wl,--stack,0x02000000"
		DLDFLAGS="${DLDFLAGS} -Wl,--enable-auto-import,--export-all"

I changed the last line of the above to,
		DLDFLAGS="${DLDFLAGS} -Wl,--enable-auto-import,--export-all,--enable-auto-image-base"


The problem I was having with ri is when i entered "ri Array" I would get an error
(I don't remember the exact error message),

   Unable to remap ... stringio.so ... to same address as parent

By adding "--enable-auto-image-base" as described these ri problems went away.


CONFIG
cygwin 1.5.18
windows xp pro sp2
 >gcc -v
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libex
ecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc --enable-nls --without-include
d-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --di
sable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchroniza
tion --enable-libstdcxx-debug : (reconfigured)
Thread model: posix
gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)

ruby version compiled:
#define RUBY_VERSION "1.8.4"
#define RUBY_RELEASE_DATE "2005-12-20"


In This Thread

Prev Next