Date: Tue, 8 Feb 2000 09:44:15 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Philip Eliot cc: djgpp AT delorie DOT com Subject: Re: New user: problem compiling In-Reply-To: <87nlaq$dlm$1@sunnews.cern.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 7 Feb 2000, Philip Eliot wrote: > c:/djgpp/lib/crt0.o(.data+0xc2):crt0.s:undefined reference to 'main' > c:/djgpp/lib/libc.a(crt1.0).text+0x44e):crt1.c:undefined reference to 'main' > collect2:ld returned 1 exit status You need to tell what was the command line you used to invoke the compiler. There's something wrong with it, but it's impossible to tell what exactly without seeing it. The file README.1ST which comes with djdev203.zip shows examples of compiler invocation.