X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <730970 DOT 51097 DOT qm AT web55911 DOT mail DOT re3 DOT yahoo DOT com> Subject: RE: Possible error in http://cygwin.com/cygwin-ug-net/dll.html Date: Fri, 24 Aug 2007 16:01:03 +0100 Message-ID: <02e201c7e65f$977446d0$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <730970.51097.qm@web55911.mail.re3.yahoo.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 24 August 2007 15:21, Keith Christian wrote: > This line in http://cygwin.com/cygwin-ug-net/dll.html seems to have an error: > > gcc -o myprog myprog.ca -L./ -lmydll > ----------------------^ > > It seems it should be: > > gcc -o myprog myprog.c -L./ -lmydll > > Using "myprog.c" instead of "myprog.ca" allows it to compile to an .EXE which > executes successfully. > > ==========Keith Wow, that's gone un-noticed for 4 years, 8 months...! cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/