[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Topic for discussion
- Subject: [ale] Topic for discussion
- From: dmcnash at charter.net (Doug McNash)
- Date: Thu Oct 30 20:18:24 2003
- In-reply-to: <[email protected]>
I guess it depends on how you define linking.
If "linking" is defined as symbol resolution then it
occurs at compile time (ld) or at runtime (dlopen()). I
believe that there is another level of indirection on the
dynamic linking whereas the static linking modifies the
object.
On Thu, 30 Oct 2003 19:58:38 -0500
Christopher Fowler <cfowler at outpostsentinel.com> wrote:
>On Thu, Oct 30, 2003 at 07:50:09PM -0500, Doug McNash
>wrote:
>> >Does use of dlopen() == Linking?
>
>To me, linking happens at compile time. When the program
>is actually build. An executable that uses dlopen() can
>still
>function without the symbol it is requesting. It can be
>programmed
>to terminate or to do something else.
>
--
Doug McNash <dmcnash at yahoo.com>