[ale] Topic for discussion

Christopher Fowler cfowler at outpostsentinel.com
Thu Oct 30 20:00:55 EST 2003


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



More information about the Ale mailing list