Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: whatis DYNAMIC_NAME_CLASH_OK
- X-seq: zsh-workers 7502
- From: jarausch@xxxxxxxxxxxxxxxxxxx
- To: zefram@xxxxxxxx
- Subject: Re: whatis DYNAMIC_NAME_CLASH_OK
- Date: Thu, 26 Aug 1999 14:26:29 +0200
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <E11JyYH-0001Ao-00@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Reply-to: jarausch@xxxxxxxxxxxxxxxxxxx
On 26 Aug, Zefram wrote:
> jarausch@xxxxxxxxxxxxxxxxxxx wrote:
>>1.) What's the heck with DYNAMIC_NAME_CLASH_OK ?
>
> That's from a configure test, which checks whether you can load multiple
> modules that define symbols with the same name. The reason for it is
> that, on systems that permit it, all setup functions are named "setup_"
> (and the other module functions similarly), so that a module works
> independently of its filename.
>
> -zefram
Thanks,
now I have to find out why dlsym returns an invalid address when
called with 'setup_' only (or should it be 'setup' ?)
Helmut.
--
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany
Messages sorted by:
Reverse Date,
Date,
Thread,
Author