Message-ID: <3743C63E.480@Compuserve.com> Date: Thu, 20 May 1999 10:22:22 +0200 Organization: tup consult GmbH X-Mailer: Mozilla 3.01Gold [de]C-DT (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: gcc2.8.1 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Sender: 0306498696-0001 AT t-online DOT de From: A DOT Pech AT t-online DOT de (106141,601) Reply-To: djgpp AT delorie DOT com Hi I get this lines after installation of all needed files for compiling C++ programms on DOS base: C:/djgpp/lib/crt0.o(data+0xc2):crt0.s: undefined reference to `mainī C:/djgpp/lib/libc.a(crt1.o)(.text+0x446):crt1.c: undefined reference to `mainī I took the lines of the programm from a book. The lines are: #include main() { cout << "hello,world\n"; } I hope you can help me with my problem. Thank you Michael Pech