zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@ibmth.df.unipi.it>
To: zsh-workers@math.gatech.edu (Zsh hackers list)
Subject: PATCH: HPUXDYNAMIC again
Date: Fri, 18 Dec 1998 09:51:11 +0100	[thread overview]
Message-ID: <9812180851.AA15853@ibmth.df.unipi.it> (raw)

I left yesterday's autoheader fix half done, the symbol in the
configure tests was still TEST_HPUXDYNAMIC instead of HPUXDYNAMIC.

*** aczsh.m4.hpux3	Wed Dec 16 15:29:44 1998
--- aczsh.m4	Fri Dec 18 09:48:01 1998
***************
*** 56,62 ****
  $CC -c $CFLAGS $CPPFLAGS $DLCFLAGS conftest2.c 1>&5 2>&5 &&
  $DLLD -o conftest2.$DL_EXT $LDFLAGS $DLLDFLAGS conftest2.o $LIBS 1>&5 2>&5; then
      AC_TRY_RUN([
! #ifdef TEST_HPUXDYNAMIC
  #include <dl.h>
  #define RTLD_LAZY BIND_DEFERRED
  #define RTLD_GLOBAL DYNAMIC_PATH
--- 56,62 ----
  $CC -c $CFLAGS $CPPFLAGS $DLCFLAGS conftest2.c 1>&5 2>&5 &&
  $DLLD -o conftest2.$DL_EXT $LDFLAGS $DLLDFLAGS conftest2.o $LIBS 1>&5 2>&5; then
      AC_TRY_RUN([
! #ifdef HPUXDYNAMIC
  #include <dl.h>
  #define RTLD_LAZY BIND_DEFERRED
  #define RTLD_GLOBAL DYNAMIC_PATH
***************
*** 129,135 ****
  $CC -c $CFLAGS $CPPFLAGS $DLCFLAGS conftest2.c 1>&5 2>&5 &&
  $DLLD -o conftest2.$DL_EXT $LDFLAGS $DLLDFLAGS conftest2.o $LIBS 1>&5 2>&5; then
      AC_TRY_RUN([
! #ifdef TEST_HPUXDYNAMIC
  #include <dl.h>
  #define RTLD_LAZY BIND_DEFERRED
  #define RTLD_GLOBAL DYNAMIC_PATH
--- 129,135 ----
  $CC -c $CFLAGS $CPPFLAGS $DLCFLAGS conftest2.c 1>&5 2>&5 &&
  $DLLD -o conftest2.$DL_EXT $LDFLAGS $DLLDFLAGS conftest2.o $LIBS 1>&5 2>&5; then
      AC_TRY_RUN([
! #ifdef HPUXDYNAMIC
  #include <dl.h>
  #define RTLD_LAZY BIND_DEFERRED
  #define RTLD_GLOBAL DYNAMIC_PATH
***************
*** 204,210 ****
  $CC -c $CFLAGS $CPPFLAGS $DLCFLAGS conftest2.c 1>&5 2>&5 &&
  $DLLD -o conftest2.$DL_EXT $LDFLAGS $DLLDFLAGS conftest2.o $LIBS 1>&5 2>&5; then
      AC_TRY_RUN([
! #ifdef TEST_HPUXDYNAMIC
  #include <dl.h>
  #define RTLD_LAZY BIND_DEFERRED
  #define RTLD_GLOBAL DYNAMIC_PATH
--- 204,210 ----
  $CC -c $CFLAGS $CPPFLAGS $DLCFLAGS conftest2.c 1>&5 2>&5 &&
  $DLLD -o conftest2.$DL_EXT $LDFLAGS $DLLDFLAGS conftest2.o $LIBS 1>&5 2>&5; then
      AC_TRY_RUN([
! #ifdef HPUXDYNAMIC
  #include <dl.h>
  #define RTLD_LAZY BIND_DEFERRED
  #define RTLD_GLOBAL DYNAMIC_PATH
***************
*** 274,280 ****
      save_ldflags=$LDFLAGS
      LDFLAGS="$LDFLAGS $EXTRA_LDFLAGS"
      AC_TRY_RUN([
! #ifdef TEST_HPUXDYNAMIC
  #include <dl.h>
  #define RTLD_LAZY BIND_DEFERRED
  #define RTLD_GLOBAL DYNAMIC_PATH
--- 274,280 ----
      save_ldflags=$LDFLAGS
      LDFLAGS="$LDFLAGS $EXTRA_LDFLAGS"
      AC_TRY_RUN([
! #ifdef HPUXDYNAMIC
  #include <dl.h>
  #define RTLD_LAZY BIND_DEFERRED
  #define RTLD_GLOBAL DYNAMIC_PATH
***************
*** 347,353 ****
      save_ldflags=$LDFLAGS
      LDFLAGS="$LDFLAGS $EXTRA_LDFLAGS -s"
      AC_TRY_RUN([
! #ifdef TEST_HPUXDYNAMIC
  #include <dl.h>
  #define RTLD_LAZY BIND_DEFERRED
  #define RTLD_GLOBAL DYNAMIC_PATH
--- 347,353 ----
      save_ldflags=$LDFLAGS
      LDFLAGS="$LDFLAGS $EXTRA_LDFLAGS -s"
      AC_TRY_RUN([
! #ifdef HPUXDYNAMIC
  #include <dl.h>
  #define RTLD_LAZY BIND_DEFERRED
  #define RTLD_GLOBAL DYNAMIC_PATH
***************
*** 414,420 ****
  if $CC -c $CFLAGS $CPPFLAGS $DLCFLAGS conftest1.c 1>&5 2>&5 &&
  $DLLD -o conftest1.$DL_EXT $LDFLAGS $DLLDFLAGS -s conftest1.o $LIBS 1>&5 2>&5; then
      AC_TRY_RUN([
! #ifdef TEST_HPUXDYNAMIC
  #include <dl.h>
  #define RTLD_LAZY BIND_DEFERRED
  #define RTLD_GLOBAL DYNAMIC_PATH
--- 414,420 ----
  if $CC -c $CFLAGS $CPPFLAGS $DLCFLAGS conftest1.c 1>&5 2>&5 &&
  $DLLD -o conftest1.$DL_EXT $LDFLAGS $DLLDFLAGS -s conftest1.o $LIBS 1>&5 2>&5; then
      AC_TRY_RUN([
! #ifdef HPUXDYNAMIC
  #include <dl.h>
  #define RTLD_LAZY BIND_DEFERRED
  #define RTLD_GLOBAL DYNAMIC_PATH
*** configure.in.hpux3	Thu Dec 17 13:43:40 1998
--- configure.in	Fri Dec 18 09:47:35 1998
***************
*** 1008,1014 ****
      $DLLD -o conftest.$DL_EXT $LDFLAGS $DLLDFLAGS conftest.o 1>&5 2>&5 &&
      AC_TRY_RUN([
  #include <stdio.h>
! #ifdef TEST_HPUXDYNAMIC
  #include <dl.h>
  #define RTLD_LAZY BIND_DEFERRED
  #define RTLD_GLOBAL DYNAMIC_PATH
--- 1008,1014 ----
      $DLLD -o conftest.$DL_EXT $LDFLAGS $DLLDFLAGS conftest.o 1>&5 2>&5 &&
      AC_TRY_RUN([
  #include <stdio.h>
! #ifdef HPUXDYNAMIC
  #include <dl.h>
  #define RTLD_LAZY BIND_DEFERRED
  #define RTLD_GLOBAL DYNAMIC_PATH

-- 
Peter Stephenson <pws@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


                 reply	other threads:[~1998-12-18  9:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=9812180851.AA15853@ibmth.df.unipi.it \
    --to=pws@ibmth.df.unipi.it \
    --cc=zsh-workers@math.gatech.edu \
    /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).