Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 3.1.6-pre-1 on HP-UX 11.00
- X-seq: zsh-workers 7191
- From: Ollivier Robert <roberto@xxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Re: 3.1.6-pre-1 on HP-UX 11.00
- Date: Mon, 19 Jul 1999 09:45:27 +0200
- In-reply-to: <9907161600.AA15162@xxxxxxxxxxxxxxxxx>; from Peter Stephenson on Fri, Jul 16, 1999 at 06:00:11PM +0200
- Mail-followup-to: Zsh hackers list <zsh-workers@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <19990716175652.A16848@xxxxxxxxxxxxxxxxxxxxxxx> <9907161600.AA15162@xxxxxxxxxxxxxxxxx>
According to Peter Stephenson:
> (unlucky) so I have no idea what should happen. It looks like you have
> HPUXDYNAMIC defined, which means there's no dlopen() etc., but there is
> shl_load(), etc., which suggests it isn't that different from HP-UX 10
> (and if one of those statements is wrong it would be interesting to know
> why).
After looking into it, there is dlopen(3) in HP-UX 11.00... :-)
dlopen(3C) dlopen(3C)
NAME
dlopen - open a shared object
SYNOPSIS
cc [flag ... ] file ... -ldl [library] ...
#include <dlfcn.h>
void *dlopen(const char *file, int mode);
They even now seem to support LD_LIBRARY_PATH...
--
Ollivier ROBERT -=- Eurocontrol EEC/TEC -=- roberto@xxxxxxxxxxxxxx
The Postman hits! The Postman hits! You have new mail.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author