Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com Date: Sun, 9 Jun 2002 21:59:28 -0400 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Subject: Making cygwin1.dll, unrelocateable. Message-ID: <20020610015928.GA31401@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23.1i I think we agreed a while ago that it would be a good idea to make the cygwin DLL always occupy the same space in memory. I know that this would be a good thing for cases where c++ method pointers are stored in shared memory. Did we ever find a way of stripping the relocatable bits using GNU tools? Or can Jason's rebase utility do this, maybe? cgf