zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <schizo@debian.org>
To: Zefram <zefram@fysh.org>
Cc: Anthony Schneider <aschneid@mail.slc.edu>, zsh-workers@sunsite.auc.dk
Subject: PATCH: OpenBSD dl configure test ld flags
Date: Sat, 15 Apr 2000 10:06:32 -0400	[thread overview]
Message-ID: <20000415100632.A8466@scowler.net> (raw)
In-Reply-To: <E12gS62-0002my-00@crucigera.fysh.org>; from zefram@fysh.org on Sat, Apr 15, 2000 at 01:54:46PM +0100

> This is interesting.  It indicates that, despite finding dlopen() et al,
> the configure process failed to actually perform a dynamic loading and
> symbol lookup.  Can you diagnise it further?

I get the same thing under OpenBSD 2.2.  This seems to help:


Index: configure.in
===================================================================
RCS file: /cvsroot/zsh/zsh/configure.in,v
retrieving revision 1.5
diff -u -r1.5 configure.in
--- configure.in	2000/04/13 23:11:54	1.5
+++ configure.in	2000/04/15 14:01:46
@@ -1485,6 +1485,7 @@
     netbsd*)      DLLDFLAGS="${DLLDFLAGS=${DLLDARG}-x -shared --whole-archive}" ;;
     aix*)         DLLDFLAGS="${DLLDFLAGS=-G -bexpall -lc}" ;;
     solaris*|sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-G}" ;;
+    openbsd*)     DLLDFLAGS="${DLLDFLAGS=-Bshareable}" ;;
   esac
   case "$host" in
     *-hpux*)  EXTRA_LDFLAGS="${EXTRA_LDFLAGS=-Wl,-E}" ;;


  reply	other threads:[~2000-04-15 14:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-14 17:51 successful compilation Anthony Schneider
2000-04-15 12:54 ` Zefram
2000-04-15 14:06   ` Clint Adams [this message]
2000-04-16  3:21   ` Anthony Schneider

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=20000415100632.A8466@scowler.net \
    --to=schizo@debian.org \
    --cc=aschneid@mail.slc.edu \
    --cc=zefram@fysh.org \
    --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).