From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15423 invoked from network); 6 Jan 2000 15:15:43 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Jan 2000 15:15:43 -0000 Received: (qmail 26159 invoked by alias); 6 Jan 2000 15:15:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9251 Received: (qmail 26152 invoked from network); 6 Jan 2000 15:15:35 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: RE: dev-14: ld.so: Src/zsh: relocation error: symbol not found: nbrbeg Date: Thu, 6 Jan 2000 18:15:33 +0300 Message-ID: <000901bf5858$e0698000$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <200001061409.PAA18367@beta.informatik.hu-berlin.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 > > > .zshrc:9: failed to load module: zsh/complete > > > > I tried this with two different OS/compiler versions. > > > > The message in subject is from dlerror() that I added to try_load_module() > > System type? Didn't we have this kind of problem (a dynamically loaded > module could not get at the symbols of another dynamically loaded > module) on SunOS4.x? > > At least, the code should be ok: nbrbeg and nbrend are defined and > mod_export'ed in zle_tricky.c and zsh/complete depends upon zsh/zle. > > Have you tried it with a linked in zsh/zle module? > Well, static (--disable-dynamic) build is O.K. I am really lost here. I also tried to track down nbrbeg - they appear to be the same in pws-12 and dev-14 (that is, undef in complete.so and complist.so ad defined in zle.so). I tried testcase - it works. No idea so far. /andrej