Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <009b01c0dca0$428897e0$910c07d5@andreas>
From: "Andreas Eibach" <a.eibach@gmx.net>
To: "Thai Thanh Ha" <thaiha@psv.com.vn>
Cc: <cygwin@cygwin.com>
References: <69B9D35DE281D31194150008C73328E0BA6F23@MAIL>
Subject: Re: I want to subscribe this mailing list. How to do it?
Date: Mon, 14 May 2001 20:03:49 +0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200


----- Original Message -----
From: "Thai Thanh Ha" <thaiha@psv.com.vn>
To: <cygwin@cygwin.com>
Sent: Saturday, May 12, 2001 5:25 AM
Subject: I want to subscribe this mailing list. How to do it?


>
>   I don't know how to subscribe this mailing list.
>
>   I have another question. After dowloading and installing using
setup.exe.
> Now I want to compile a normal C program using gcc. But I don't know how
to
> do it(I'm using Windows NT4.0 SP6). Please help me. Should I do something
> before using gcc? . This is the error
>
> -----------------
> //MYCOMPUTER/.../home $ gcc test.c
> /cygdrive/c/TEMP/ccwii1hm.o(.text+0x1c):test.c: undefined reference to
> `println'
>
> collect2: ld returned 1 exit status
> //MYCOMPUTER/.../home $

There's no 'println' in C ;-), 'print' sounds like BASIC style or Rexx (?)
In C, you have to use printf or fprintf. Please read the manual pages for
these functions to get information about the usage.

Andreas


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

