zsh-workers
 help / color / mirror / code / Atom feed
* hp patch for hpux 11.
@ 2000-01-04 14:59 Gene Cohler
  2000-01-04 22:20 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Gene Cohler @ 2000-01-04 14:59 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]


   Things have changed from Sep 98 to current hpux 11.0 version.
   The dlfcn.h has gone - all the definitions are now in dl.h

   (FYI, the dlopen() suite is ONLY available on 64 bit kernel for
   some odd reason and not 32).

   This patch should allow hpux 11.0 compilation on either.




-- 
  Gene Cohler
  Bear Stearns & Co.

[-- Attachment #2: HPFIX.pat --]
[-- Type: text/plain, Size: 405 bytes --]

*** Src/module.c	Tue Jan  4 09:25:40 2000
--- Src/module.c.DIST	Tue Jan  4 09:26:29 2000
***************
*** 319,329 ****
  #else
  
  #ifdef HAVE_DLFCN_H
! # ifdef HAVE_DL_H
! #  include <dl.h>
! # else
! # include <dlfcn.h>
! # endif
  #else
  # ifdef HAVE_DL_H
  #  include <dl.h>
--- 319,325 ----
  #else
  
  #ifdef HAVE_DLFCN_H
! #  include <dlfcn.h>
  #else
  # ifdef HAVE_DL_H
  #  include <dl.h>

[-- Attachment #3: Type: text/plain, Size: 351 bytes --]



***********************************************************************
Bear Stearns is not responsible for any recommendation, solicitation, 
offer or agreement or any information about any transaction, customer 
account or account activity contained in this communication.
***********************************************************************



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: hp patch for hpux 11.
  2000-01-04 14:59 hp patch for hpux 11 Gene Cohler
@ 2000-01-04 22:20 ` Peter Stephenson
  2000-01-04 22:23   ` Gene Cohler
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Stephenson @ 2000-01-04 22:20 UTC (permalink / raw)
  To: zsh-workers

Gene Cohler wrote:
>    Things have changed from Sep 98 to current hpux 11.0 version.
>    The dlfcn.h has gone - all the definitions are now in dl.h

Did this patch get reversed?  It seems to fit with the latest version if
it's the other way round.

-- 
Peter Stephenson <pws@pwstephenson.fsnet.co.uk>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: hp patch for hpux 11.
  2000-01-04 22:20 ` Peter Stephenson
@ 2000-01-04 22:23   ` Gene Cohler
  0 siblings, 0 replies; 3+ messages in thread
From: Gene Cohler @ 2000-01-04 22:23 UTC (permalink / raw)
  To: Peter Stephenson; +Cc: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 487 bytes --]

Yes it did - sorry about that.
Unreversed patch enclosed.


On Tue, Jan 04, 2000 at 10:20:11PM +0000, Peter Stephenson wrote:
> Gene Cohler wrote:
> >    Things have changed from Sep 98 to current hpux 11.0 version.
> >    The dlfcn.h has gone - all the definitions are now in dl.h
> 
> Did this patch get reversed?  It seems to fit with the latest version if
> it's the other way round.
> 
> -- 
> Peter Stephenson <pws@pwstephenson.fsnet.co.uk>

-- 
  Gene Cohler
  Bear Stearns & Co.

[-- Attachment #2: HPFIX.pat --]
[-- Type: text/plain, Size: 405 bytes --]

*** Src/module.c.DIST	Tue Jan  4 09:26:29 2000
--- Src/module.c	Tue Jan  4 09:25:40 2000
***************
*** 319,325 ****
  #else
  
  #ifdef HAVE_DLFCN_H
! #  include <dlfcn.h>
  #else
  # ifdef HAVE_DL_H
  #  include <dl.h>
--- 319,329 ----
  #else
  
  #ifdef HAVE_DLFCN_H
! # ifdef HAVE_DL_H
! #  include <dl.h>
! # else
! # include <dlfcn.h>
! # endif
  #else
  # ifdef HAVE_DL_H
  #  include <dl.h>

[-- Attachment #3: Type: text/plain, Size: 351 bytes --]



***********************************************************************
Bear Stearns is not responsible for any recommendation, solicitation, 
offer or agreement or any information about any transaction, customer 
account or account activity contained in this communication.
***********************************************************************



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-01-04 22:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-04 14:59 hp patch for hpux 11 Gene Cohler
2000-01-04 22:20 ` Peter Stephenson
2000-01-04 22:23   ` Gene Cohler

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).