From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23564 invoked from network); 3 Nov 1999 14:49:21 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Nov 1999 14:49:21 -0000 Received: (qmail 8348 invoked by alias); 3 Nov 1999 14:49:17 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8521 Received: (qmail 8341 invoked from network); 3 Nov 1999 14:49:16 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: Undefined symbols in mathfunc Date: Wed, 3 Nov 1999 17:49:08 +0300 Message-ID: <000701bf260a$9582f7e0$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) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Trying to compile on a somewhat antic system, I got following errors: Undefined first referenced symbol in file log1p Modules/mathfunc.o drem Modules/mathfunc.o expm1 Modules/mathfunc.o ilogb Modules/mathfunc.o (I added mathfunc to the list of modules). It compiles O.K. on another system. Still, out of these, drem() is missing on SUSV2 page. Should I add test for them to configure? Or anybody has better idea? It may result in a case, when different versions will support different set of functions. Not really nice. /andrej