Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Thu, 15 Feb 2001 10:41:31 -0500 Message-Id: <200102151541.KAA30990@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: cygwin-developers AT cygwin DOT com In-reply-to: <20010215013211.A2451@redhat.com> (message from Christopher Faylor on Thu, 15 Feb 2001 01:32:11 -0500) Subject: Re: Exporting symbols from a .exe References: <20010215013211 DOT A2451 AT redhat DOT com> > I know that in a past life I was able to export symbols from a normal > executable without too much work. If you're using "gcc --shared" note that I think the linker disables all the dll-related code (i.e. exports) when not building a dll. It shouldn't be hard to re-enable, but you'd have to make it not default to export-all like it does for dlls.