X-Spam-Check-By: sourceware.org
Date: Fri, 24 Aug 2007 10:54:08 -0400
From: Christopher Faylor <cgf-use-the-mailinglist-please@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Possible error in http://cygwin.com/cygwin-ug-net/dll.html
Message-ID: <20070824145408.GE14270@ednor.casa.cgf.cx>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <730970.51097.qm@web55911.mail.re3.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <730970.51097.qm@web55911.mail.re3.yahoo.com>
User-Agent: Mutt/1.5.16 (2007-06-09)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Fri, Aug 24, 2007 at 07:20:55AM -0700, 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.

I've fixed this in the sources.  It will show up the next time someone refreshes
the documentation on the web site.

Thanks for the heads up.

cgf

--
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/

