From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30535 invoked by alias); 3 Mar 2009 01:45:19 -0000 Received: (qmail 30487 invoked by uid 22791); 3 Mar 2009 01:45:18 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DATE_IN_PAST_03_06,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f178.google.com (HELO mail-ew0-f178.google.com) (209.85.219.178) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 Mar 2009 01:45:04 +0000 Received: by ewy26 with SMTP id 26so2286990ewy.2 for ; Mon, 02 Mar 2009 17:45:01 -0800 (PST) Received: by 10.210.42.13 with SMTP id p13mr5232827ebp.87.1236044701162; Mon, 02 Mar 2009 17:45:01 -0800 (PST) Received: from ?82.6.108.62? (cpc2-cmbg8-0-0-cust61.cmbg.cable.ntl.com [82.6.108.62]) by mx.google.com with ESMTPS id d23sm7870715nfh.79.2009.03.02.17.45.00 (version=SSLv3 cipher=RC4-MD5); Mon, 02 Mar 2009 17:45:00 -0800 (PST) Message-ID: <49AC56FE.4080708@gmail.com> Date: Tue, 03 Mar 2009 01:45:00 -0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: [1.7] rebaseall doesn't solve the problem References: <499F6682.1090204@cwilson.fastmail.fm> <20090224100616.GC6035@calimero.vinschen.de> <49A85971.6070300@cwilson.fastmail.fm> <20090228104337.GG19887@calimero.vinschen.de> <49A986B4.2080501@cwilson.fastmail.fm> <20090228195127.GA26646@ednor.casa.cgf.cx> <20090228202850.GB8503@calimero.vinschen.de> <20090302120756.GA31166@calimero.vinschen.de> <49ABF7B5.5010605@cwilson.fastmail.fm> In-Reply-To: <49ABF7B5.5010605@cwilson.fastmail.fm> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2009-03/txt/msg00066.txt.bz2 Charles Wilson wrote: > Corinna Vinschen wrote: >> Btw., I just noticed that the Visual C++ Linker sets the TS-aware flag >> by default, see http://msdn.microsoft.com/en-us/library/01cfys9z.aspx >> >> It would probably be very helpful in the long run if ld had some generic >> option to set any of the Windows-specific header flags at build time. > > like perhaps a repeatable option Yep, this is exactly how I'm doing it. Patch will be posted shortly. Syntax looks like --pe-dll-characteristics=|[(+|,:)|[...]] e.g. --pe-dll-characteristics=0x0400|0x0100 --pe-dll-characteristics=1+128+1024,noseh,nobind --pe-dll-characteristics noseh:nobind:tsaware ... etc ... cheers, DaveK -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/