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
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" inste
2 matches
Mail list logo