www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <4B29FBDC.9000108@gmail.com> |
Date: | Thu, 17 Dec 2009 09:37:32 +0000 |
From: | Dave Korn <dave DOT korn DOT cygwin AT googlemail DOT com> |
User-Agent: | Thunderbird 2.0.0.17 (Windows/20080914) |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: libtool: link: warning |
References: | <988146 DOT 7754 DOT qm AT web25504 DOT mail DOT ukl DOT yahoo DOT com> |
In-Reply-To: | <988146.7754.qm@web25504.mail.ukl.yahoo.com> |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Marco Atzeri wrote: > not sure but I suspect > ----------------------------------------------------------- > lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' > BEGIN {RS=" "; FS="/|\n";} { > lt_foo=""; > lt_count=0; > for (lt_i = NF; lt_i > 0; lt_i--) { > if ($lt_i != "" && $lt_i != ".") { > if ($lt_i == "..") { > lt_count++; > } else { > if (lt_count == 0) { > lt_foo="/" $lt_i lt_foo; > } else { > lt_count--; > } > } > } > } > if (lt_foo != "") { lt_freq[[lt_foo]]++; } > if (lt_freq[[lt_foo]] == 1) { print lt_foo; } > }'` > ------------------------------------------------ Is that the original m4 file, or how it gets expanded in the generated configure script? > on > > if (lt_foo != "") { lt_freq[[lt_foo]]++; } > if (lt_freq[[lt_foo]] == 1) { print lt_foo; } > > awk states sintax error due to double [ Yeah, it would. That's some sort of changequote problem. cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |