wasm-demo/demo/ermis-f/python_m/cur/0808

26 lines
969 B
Plaintext

From: aa8vb at vislab.epa.gov (Randall Hopper)
Date: Fri, 16 Apr 1999 18:14:34 GMT
Subject: 1.5.2 broke IRIX module loading
In-Reply-To: <7f7gpf$r4a$1@nnrp1.dejanews.com>; from srowland@biocryst.com on Fri, Apr 16, 1999 at 02:17:30PM +0000
References: <19990414110116.A1374923@vislab.epa.gov> <37161C26.C121CA1E@bioreason.com> <7f7gpf$r4a$1@nnrp1.dejanews.com>
Message-ID: <19990416141434.A1545732@vislab.epa.gov>
X-UID: 808
srowland at biocryst.com:
|> Randall Hopper:
|> > I built and tried 1.5.2 this morning, and it failed to load a module
|> > that worked fine on 1.5.1.
|
|Does this failure occur for all modules including standard
|Python Library modules or is it limited to some specialized module?
The latter. It's an unresolved symbol issue that before didn't make any
difference. The new dlopen flags basically force every symbol to resolve
at link time whether they are used or not.
Randall