From: David Jenkins Newsgroups: comp.os.msdos.djgpp Subject: Re: Need Help! (Apology for not sending sys info! ) Date: Mon, 13 Oct 1997 06:18:41 +0100 Organization: None Distribution: world Message-ID: References: <3441C38A DOT 3B79 AT swbell DOT net> NNTP-Posting-Host: jenkinsdavid.demon.co.uk MIME-Version: 1.0 Lines: 58 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk In article <3441C38A DOT 3B79 AT swbell DOT net>, quintero AT swbell DOT net writes >Hello, >Ok, I apologize for not posting my system information. I have had a lot >of replies (many thanks to all!), and I know it's frustrating trying to >help a newbie (especially if he doesn't send info about his probem!). >Here is my problem: >(better read quintero AT swbell DOT net HELP!!DJGPP WON'T WORK!) >I can't seem to compile anything. I ran the RHIDE bug problem (it's >attached, along with my autoexec.bat, config.sys, environment settings, >and go32-v2 listings.) >All my header files get this error (especially IOSTREAM.H!): >
.h:No such file or directory (ENOENT). >I have everything set up as the FAQ tells me (and what other gurus tell >me as well), but DJ can't seem to find and use the header files. Also, >crt0.o gives me an error (e:/dj/bin/ld.exe actually does, check the >bug.txt). Many thanks to all who help me! I just replied to something similar, if it was you sorry but. Try using looking in :\djgpp\include for iostream.h I can't find it and ALL my sources compile without error. Have you tried other sources?? HHave you tried commenting the #include line out, DJGPP can compile without them, even though it isn't standard C to do so. Email me the source file your trying to compile, I'll try it on my setup for you. BTW I'm including my autoexec.bat file for you to look at. ***** @echo off SET SOUND=C:\VIBRA16 SET BLASTER=A220 I10 D3 H7 P330 T6 SET MIDI=SYNTH:1 MAP:E rem LH /L:2,38400 C:\WINDOWS\COMMAND\MSCDEX.EXE /D:NECCD /L:D LH /L:2,65328 C:\WINDOWS\COMMAND\doskey /INSERT /FILE:doskey.sys set PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;G:\DJGPP\BIN;c:\;c:\windows\oldms dos;c:\mouse set DJGPP=G:/DJGPP/DJGPP.ENV keyb uk,,C:\WINDOWS\COMMAND\keyboard.sys ***** Looks a bit simpler than yours with only two lines of DJGPP specific stuff mentioned. I **NEVER** get any compiling problems. Hope that helps. -- http://www.jenkinsdavid.demon.co.uk for C programmers. David Jenkins