29 Oct
2002
29 Oct
'02
7:50 p.m.
The dlsym() replacement for MacOS X doesn't use its "handle" parameter, so it has no hope of always finding the proper initModule function from among multiple modules. I noticed this when trying the graphics library, which loads two modules; the second one fails with unknown primitive references. The attached patch works on my MacOS X 10.2 system, but I'm not sure how compatible this is with other dyld implementations. --Robby