zsh-workers
 help / color / mirror / code / Atom feed
From: Gene Cohler <gene@bear.com>
To: zsh-workers@sunsite.auc.dk
Subject: hp patch for hpux 11.
Date: Tue, 4 Jan 2000 09:59:48 -0500	[thread overview]
Message-ID: <20000104095947.M15713@bear.com> (raw)

[-- 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.
***********************************************************************



             reply	other threads:[~2000-01-04 14:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-04 14:59 Gene Cohler [this message]
2000-01-04 22:20 ` Peter Stephenson
2000-01-04 22:23   ` Gene Cohler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000104095947.M15713@bear.com \
    --to=gene@bear.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).