libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool "module" behavior and darwin


From: Benjamin Reed
Subject: Re: libtool "module" behavior and darwin
Date: Sun, 24 Nov 2002 17:19:04 -0500

On Sunday, November 24, 2002, at 05:13 PM, Guido Draheim wrote:

I mean, that should also be seen on other platforms than darwin, right?
Or am I mistaken here? (I wouldn't count myself to know large parts of
libtool indepth, well, then again, who still does ;-) ...)

Well, on pretty much every other platform nowadays, there's little (no?) difference on-disk between a module and a regular shared library... elf doesn't care. If you're dlopening it, it'll get found regardless. In darwin that's not the case... dlopen is emulated in the first place, but the dynamic loader really acts nothing like dl on most other platforms.

It may be that no one ran into this before because their platform wasn't as strange as darwin. =)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]