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: <4B544070.4000206@gmail.com> Date: Mon, 18 Jan 2010 11:05:20 +0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: -z option of ld.exe References: <20100118081450 DOT GA10493 AT panix DOT com> In-Reply-To: <20100118081450.GA10493@panix.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 David Arnstein wrote: > However, the cygwin man page for ld.exe does reference the -z option. The man page for ld, as for the other binutils, is quite generic, and lists all the options supported on all the systems that binutils can be targeted against. > I would like to know if the cygwin maintainers intend to support this > option. Nope. It only makes sense on platforms that use the ELF executable file format. Windows uses PE-COFF and Cygwin goes with that. For your purposes, just hack it out of the Makefile, hopefully everything will work fine without it. 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