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: Mon, 8 Jan 2001 14:03:30 -0500 Message-Id: <200101081903.OAA04780@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: tomstdenis AT yahoo DOT com CC: cygwin AT cygwin DOT com In-reply-to: <20010108185948.8162.qmail@web1603.mail.yahoo.com> (message from tom st denis on Mon, 8 Jan 2001 10:59:48 -0800 (PST)) Subject: Re: cygwin 1.1.7 References: <20010108185948 DOT 8162 DOT qmail AT web1603 DOT mail DOT yahoo DOT com> > One complaint: Making dlls should be simplified like in LCC-Win32 ... > i.e > > lcc -dll -entry MyDllMain myobj1.obj myobj2.obj -o mydll.dll You mean, like this? gcc -shared -e MyDllMain myobj1.o myobj2.o -o mydll.dll -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple