develooper Front page | perl.perl5.porters | Postings from June 2004

Re: [PATCH] sort plays nethack in a scalar context

From:
Nicholas Clark
Date:
June 25, 2004 14:47
Subject:
Re: [PATCH] sort plays nethack in a scalar context
Message ID:
20040625214750.GR1147@plum.flirble.org
On Fri, Jun 25, 2004 at 11:51:12AM +0200, H.Merijn Brand wrote:

> And if Configure should define ROGUELIKE_GAME, what will happen if the binary
> is used on another system that doesn't have that game?
> 
> So, if this option is enabled, it should do a runtime check on games enabled.

But logically we should also do all sorts of other configuration checks at
run time in case the binary moves.

And more realistically we should do work arounds for bugs in shared libraries
(such as libc) at run time, as shared libraries can change as systems are
upgraded, even though the perl binary remains unchanged.

How does nethack cope with this particular problem?

Nicholas Clark



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About