X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=XjSKKXar94BgHqQWfFw5o+XcRACG5gzR7kWctBrulq/ gaZrAAqsBClnuvcSeErexOp1yDfkLt8DTvDyr3BCPGCU7DqfwYFwMH+AkUbexiGY ItMPTQYkChcmriNvZShHioHd0BvxV+TRuiVDq7yvXb5s74Qse1Sx2RN2/+9GWXeo = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=tJJhD6EkKbQNMme7RdYeSirKkek=; b=qD0pF1BwwyEJc1NuE qD4ZTiB3y8uaQdmwoMraZkh6n8gB9xO5j+uNMAIfd3yqhNltXVeSM2ejbUUUhot9 hiD7pouJtF5pUncu20iwD4or81bByQrT/bamLItl7fhVTdw6A06Rbaxa2Vd9glWK Xme7ecQFtYzO14GiRO/SPN2Kvk= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=no version=3.3.1 Message-ID: <52029A01.6080003@acm.org> Date: Wed, 07 Aug 2013 12:03:29 -0700 From: David Rothenberger User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [SCons] Fix for the cyglink tool References: <520279DE DOT 7060300 AT 123gen DOT com> In-Reply-To: <520279DE.7060300@123gen.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Zouzou wrote: > The cyglink tool in Cygwin's distrib of SCons has a typo that prevents > it from generating .a import files when building shared libraries with > the SharedLibrary method. > > In cyglink.py, shlib_emitter creates a target file named with > IMPLIBPREFIX and IMPLIBSUFFIX but shlib_generator checks for LIBPREFIX > and LIBSUFFIX, which fails. The fix is to have shlib_generator check for > IMPLIBPREFIX and IMPLIBSUFFIX. > > I am attaching a modified cyglink.patch with the correction; and a > "patch of the patch" that shows which line of cyglink.patch I have changed. Thanks for the patch. I originally did the cyglink.py tool to build serf and it worked correctly for serf's build script. At least I'm pretty sure it did. I'll take a look at your patch and apply it if serf still builds as well. -- David Rothenberger ---- daveroth AT acm DOT org QOTD: "It's been Monday all week today." -- 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