[Fwd: Re: [Pythonmac-SIG] OS X import bug?]

Steven Majewski sdm7g@Virginia.EDU
Fri, 25 Jan 2002 22:56:25 -0500 (EST)


On Fri, 25 Jan 2002, Marcel Prastawa wrote:

>
> This is not really a bug. Some (very useful) modules will not compile as
> two-level namespace binaries, at least not without some considerable effort.
>
> It looks like you're porting an app... Be aware that there is an issue
> with dynload_next (see Bob Ippolito's messages). I've gotten into some
> trouble with identically named binaries (lots of renaming), I've
> switched to libdl now (thanks Bob!).

After replicating the problem Bob described, I tried building with libdl,
but that seems to have broken some other imports. I haven't isolated
what's going on -- it seems to depend on the order or the paths used.

Which version of libdl are you guys using ?  (and from where?)


-- Steve Majewski