From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15311 invoked from network); 18 Sep 2003 21:19:38 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 18 Sep 2003 21:19:38 -0000 Received: (qmail 15617 invoked by alias); 18 Sep 2003 21:19:17 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19100 Received: (qmail 15606 invoked from network); 18 Sep 2003 21:19:17 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 18 Sep 2003 21:19:17 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [217.174.194.138] by sunsite.dk (MessageWall 1.0.8) with SMTP; 18 Sep 2003 21:19:17 -0000 Received: from DervishD.pleyades.net (212.Red-80-35-44.pooles.rima-tde.net [80.35.44.212]) by madrid10.amenworld.com (8.10.2/8.10.2) with ESMTP id h8ILJGl03325 for ; Thu, 18 Sep 2003 23:19:16 +0200 Received: from raul@pleyades.net by DervishD.pleyades.net with local (Exim MTA 2.05) id <1A05zn-0007kt-00>; Thu, 18 Sep 2003 23:07:23 +0200 Date: Thu, 18 Sep 2003 23:07:23 +0200 From: DervishD To: Zsh Subject: Problem building zsh 4.0.7 Message-ID: <20030918210723.GA29812@DervishD> Mail-Followup-To: Zsh Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.4i Organization: Pleyades User-Agent: Mutt/1.4i Hi all :) I was tweaking a bit the config.modules file, to make a full-featured dynamic zsh and a fine-tuned all static zsh, etc... and I have got this error when I specify 'load=yes' to the module zsh/example: [...lots of output...] init.o: In function `init_bltinmods': init.o(.text+0x281c): undefined reference to `add_automath' init.o(.text+0x2830): undefined reference to `add_automath' collect2: ld returned 1 exit status make[1]: *** [zsh] Error 1 make[1]: Leaving directory `/user/.../zsh-4.0.7/Src' make: *** [all] Error 1 I know, the example module is just that, an example to write a module, but anyway it shouldn't make compilation fail, IMHO. The functions are not defined in the module, but seems to be declared or used or whatever in builtins.list :??? If 'load=yes' cannot be specified for the zsh/example module, it should be documented or users who, like me, modify the config.modules in an automatic fashion, will get this error. I can modify the script which processes my config.modules in order to ignore the example module but, is this necessary? Is a bug or an intended behaviour? Thanks a lot, guys :)) Raúl Núñez de Arenas Coronado -- Linux Registered User 88736 http://www.pleyades.net & http://raul.pleyades.net/