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 15:18:06 -0500 Message-Id: <200102152018.PAA00535@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: <3A8C378D.47862B19@yahoo.com> (message from Earnie Boyd on Thu, 15 Feb 2001 15:09:49 -0500) Subject: Re: Exporting symbols from a .exe References: <20010215013211 DOT A2451 AT redhat DOT com> <200102151541 DOT KAA30990 AT envy DOT delorie DOT com> <20010215121332 DOT H3899 AT redhat DOT com> <200102151816 DOT NAA32134 AT envy DOT delorie DOT com> <3A8C378D DOT 47862B19 AT yahoo DOT com> > IIRC, isn't -shared the default. What would happen if gcc -static were > used instead? "gcc -shared" makes DLLs. You're thinking of "gcc -Bdynamic" vs "gcc -Bstatic".