From: "Alessandro Monopoli" Newsgroups: comp.os.msdos.djgpp References: <01bf86a2$f75f38e0$7567868b AT tfboles> Subject: Re: Help! Djgpp Newbie! Lines: 35 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: Date: Mon, 06 Mar 2000 11:17:29 GMT NNTP-Posting-Host: 151.21.100.128 X-Complaints-To: abuse AT libero DOT it X-Trace: news.infostrada.it 952341449 151.21.100.128 (Mon, 06 Mar 2000 12:17:29 MET) NNTP-Posting-Date: Mon, 06 Mar 2000 12:17:29 MET Organization: [Infostrada] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jonathan Boles wrote in message 01bf86a2$f75f38e0$7567868b AT tfboles... > Please help! i have read readme.1st, and download all the files, but don't > know how to get started. in rhide, how do i choose the compiler (c/c++) i > want to use? when ever i run a program even a hello world, it compiles > perfectly but in the message window it ways bad command or file name! I > have heard of so many problems with rsxntdj, is it really wiorth using? > does the gcc/gxx compiler automatically include code for dpmi support? why > is a hello world program >200k?! is there any other way to read info files, > texinfo is so difficult to use! In rhide, (I think) the compiler is choosen by the nome of your file: Example: example.pas: pascal compiler example.c: C compiler example.cpp: C++ Compiler example.asm: NASM assembler (I'm not so sure about this one, but it should be so) The hello world program is big 'cause of the debugging information, you can eliminate them putting the parameter '-s' in GCC. For informations, read the FAQ! Bye! -- Alessandro Monopoli