From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21629 invoked from network); 8 Jun 2001 12:11:46 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Jun 2001 12:11:46 -0000 Received: (qmail 18072 invoked by alias); 8 Jun 2001 12:11:26 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14806 Received: (qmail 18052 invoked from network); 8 Jun 2001 12:11:25 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Andrej Borsenkow" , "Timo Aaltonen" , Subject: RE: AIX-problem: the main module won't link statically Date: Fri, 8 Jun 2001 16:11:16 +0400 Message-ID: <000801c0f014$1e846860$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <000701c0f013$7230f5b0$21c9ca95@mow.siemens.ru> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 > > theremin% CC="cc" ./configure > > > > Try with DLLD=cc CC=cc. On some systems use of plain ld to create shared > libraries does not work (due to additional startup files needed). > And I do not like double -lc; you may try with DLLDFLAGS='-G -bexpall' as well. We provide -lc in any case. -andrej