Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Wed, 21 Mar 2001 15:05:16 -0500 Message-Id: <200103212005.PAA01683@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: nate AT rootlabs DOT com CC: cygwin AT cygwin DOT com In-reply-to: (message from Nate Lawson on Wed, 21 Mar 2001 11:36:03 -0800 (PST)) Subject: Re: dllcrt2.o not found References: > 1. Does it matter whether a DLL is linked in character or windows > mode? (It makes no GDI calls). Shouldn't. > 2. Should I use gcc -shared or gcc -mdll to build? gcc -shared. The "-mdll" option *only* sets the "I'm a dll" flag in the PE header. It doesn't do anything else different. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple