X-Spam-Check-By: sourceware.org X-YMail-OSG: 61nhx74VM1n1Sm4njfFv4uj8ylyxCujEu6gJNmSEvNbBxg0P1xREmB5TYaFe8P_LAWFEOA89FpnVoMsgii1ZEb45FjmrD.DdHlX9.RGHvHkBnLTkPio- Date: Fri, 24 Aug 2007 07:20:55 -0700 (PDT) From: Keith Christian Subject: Possible error in http://cygwin.com/cygwin-ug-net/dll.html To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <730970.51097.qm@web55911.mail.re3.yahoo.com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 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 -- 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/