[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Topic for discussion
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.
A linked object is required for execution of the program and the linking
occurs at time of compile.
IMO, dlopen() is not linking.
>
> Yes, next question?
>
> >--
> Doug McNash <dmcnash at yahoo.com>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale