[plt-scheme] Dynamic loading of multiple mzscheme modules on hpux built with SWIG

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Feb 11 12:36:23 EST 2005

At Fri, 11 Feb 2005 17:30:44 +0000, Tim Brown wrote:
> I have isolated this fault down to module2's scheme_initialize()
> attempting to call its own scheme_reload(), but picking up the
> scheme_reload() in module1.

Fixing this is probably a matter of passing the right flags to HP's
linker when generating an .so from mzc. Currently, mzc uses "-b".
Anyone know the right flags?

(You can try other flags by editing "plt/collects/dynext/link-unit.ss";
grep for "parisc".)

Matthew



Posted on the users mailing list.