From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP/WIN XP QUESTION Date: Wed, 08 Jan 2003 20:07:37 +1100 Organization: ECLiPSE Lines: 21 Message-ID: <28qn1vggcqmub8s0kcontad70747i4me94@4ax.com> References: <3E1B2218 DOT 3090701 AT uwm DOT edu> NNTP-Posting-Host: p777-apx1.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1042016858 31485 203.173.143.15 (8 Jan 2003 09:07:38 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Wed, 8 Jan 2003 09:07:38 +0000 (UTC) X-Newsreader: Forte Agent 1.92/32.572 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >I installed C/C++ on WINXP and it seemed ok, but on first >test of a simple C program I got the error message: >"c:\djgpp\djgpp/inlcude: Invalid argument (EINVAL)" > >Would anyone be able to suggest what is wrong and how to fix it? First of all lets go back to basics. Have you tried the mother of all hello world? If it works then it's in your code. More info is requried in order to help. Try to reproduce the problem with a small program of say 10-20 lines and post it along with the command line you are using to make the exe or the version of Rhide you are using. If hello word fails then toy will need to try the following: 1) Read the FAQ in the FAQ directory 2) Read the readme.djgpp in the GNU\GCC-3.21directory 3) Ensure that you have the updated DJDEV203.zip from 2002 4) Ensure you are using Rhide 1.5.0 snapshot from 28-Aug-2002, see www.rhide.com Andrew