Message-ID: <000801bf8f3f$9dc66600$b08aa7ca@wade> From: "Michael Wade" To: Subject: compile error Date: Thu, 16 Mar 2000 21:33:16 +0930 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF8F8F.3D622240" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BF8F8F.3D622240 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Compiling: test.cpp no errors Creating: test.exe Error: c:/djgpp/lib\crt0.o(.data+0x92):crt0.s: undefined reference to = `main' Error: c:/djgpp/lib/libc.a(crt1.o)(.text+0x312):crt1.c: undefined = reference i don't know what to look for in my program. ------=_NextPart_000_0005_01BF8F8F.3D622240 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Compiling: test.cpp
no errors
= Creating:=20 test.exe
Error: c:/djgpp/lib\crt0.o(.data+0x92):crt0.s: undefined = reference=20 to `main'
Error: c:/djgpp/lib/libc.a(crt1.o)(.text+0x312):crt1.c: = undefined=20 reference

i don't know what to look for in my=20 program.

------=_NextPart_000_0005_01BF8F8F.3D622240--