From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17510 invoked from network); 24 Feb 1999 12:53:32 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 24 Feb 1999 12:53:32 -0000 Received: (qmail 2160 invoked by alias); 24 Feb 1999 12:53:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5503 Received: (qmail 2149 invoked from network); 24 Feb 1999 12:53:01 -0000 Date: Wed, 24 Feb 1999 13:52:10 +0100 (MET) Message-Id: <199902241252.NAA26468@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: Dynamic on Digital Unix We had this discussion already, and I'm pretty sure this already worked. But then again maybe I just had used my modified configure without thinking or something like that. Anyway, I just noticed that with --enable-dynamic I don't get dynamic module support anymore. From configure.in: elif test "x$zsh_cv_func_dlsym_needs_underscore" != xno; then dnl Do not cache failed value unset zsh_cv_func_dlsym_needs_underscore dynamic=no fi Removing that `dynamic=no' makes things work again, or would make it work if it didn't try to use `ld' for linking the modules which I have to change to `gcc'. Hm. I remember that Peter explicitly asked for this and I tried it and it worked fine (which I then said). If I didn't test this with a vanilla version this is obviously my fault. My apologies, Peter. Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de