From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10307 invoked from network); 25 Jun 2001 11:22:58 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Jun 2001 11:22:58 -0000 Received: (qmail 18270 invoked by alias); 25 Jun 2001 11:22:14 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15070 Received: (qmail 18259 invoked from network); 25 Jun 2001 11:22:13 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: Subject: RE: gcc 3.0 produces broken zsh Date: Mon, 25 Jun 2001 15:22:37 +0400 Message-ID: <004a01c0fd69$2355c1b0$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: <3B34DEF1.7010701@mow.siemens.ru> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal > *libgcc: > %{shared-libgcc:-lgcc_s%M > -lgcc}%{static-libgcc:-lgcc}%{!shared-libgcc:%{!static-libgcc:%{sh > ared:-lgcc_s%M > -lgcc}}}%{!shared-libgcc:%{!static-libgcc:%{!shared:-lgcc}}} > BTW does it mean that we have to use -shared-libgcc flag for all modules *and* main zsh? Anybody with good gcc knowledge here? -andrej PS I still wonder, how could the configure tests pass then.