From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: whats wrong with my compiler Date: 18 Nov 2002 16:21:31 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 72 Message-ID: References: <20021115043144 DOT 31342 DOT qmail AT web13005 DOT mail DOT yahoo DOT com> <3DD556A9 DOT 4D37297B AT lmco DOT nospam DOT com> <63b211f7 DOT 0211151909 DOT 88e8259 AT posting DOT google DOT com> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jonquil (shayoom AT hotmail DOT com) wrote: : Thats funny. because i got to Kuwait University and we are all using : Programming and Problem Solving with C++ by Nell Dale, Chip Weems and : Mark Headington. it was published in 1999... will C++ change so often? : i think the GCC we are using at the Univ. is 2.9, will it run on Xp? i : am definitaly going to check the title you gave me,, as well as other : 2002 books if it helps.. Then you should ask your teacher why he is teaching outdated C++. : yes, i remember "using namespace std; "... i tried both and after : compiling i get: Installation error, cannot exec 'as': No such file or : directory (ENEONT) See below. : now i dont know what to do.. i will ask my prof. at the university if : we will update to GCC 3.2 (what i have now). if we dont do i just swap : the GCC files 3.2 back to 2.9... will it work? because i need : something that will run on windows Xp. There were some problems running programs built with libc 2.03 before the refresh. After the refresh most (if not all) of these problems are corrected. If gcc 2.9.X was built with a refreshed libc, it'll probably work, if not it will probably crash. I'm not sure about the date when this refresh happened but I think it was December 2001. So check the date of the gcc and gpp you're using. : another thing, as i was looking through the FAQ at DJGPP's website i : got something that might help out in one of the errors that i am : getting.. here is the link: : http://www.delorie.com/djgpp/v2faq/faq6_5.html : when i went to c:\djgpp\bin to check if i have the listed programs, i : dont have the following: cc1.exe, cc1plus.exe, gasp.exe, as.exe, : ld.exe, and (for Objective-C) cc1obj.exe. i did not find them in the : bin folder, are they in a different folder? or should i download : something to put them back there? Yes and no. cc1 and cc1plus have moved. (Do a find files and you should find them _somewhere_. Let them stay where you found them!) However as and ld should be there (and perhaps gasp). : these are the files that i unzipped in one folder in drice C: : C:\> mkdir djgpp : C:\> cd djgpp : C:\DJGPP> unzip32 d:\tmp\djdev203.zip : C:\DJGPP> unzip32 d:\tmp\faq230b.zip : C:\DJGPP> unzip32 d:\tmp\rhid149b.zip : C:\DJGPP> unzip32 d:\tmp\bnu213b.zip : C:\DJGPP> unzip32 d:\tmp\fil41b.zip : C:\DJGPP> unzip32 d:\tmp\gcc32b.zip : C:\DJGPP> unzip32 d:\tmp\gpp32b.zip : C:\DJGPP> unzip32 d:\tmp\mak3791b.zip : C:\DJGPP> unzip32 d:\tmp\txi42b.zip : C:\DJGPP> unzip32 d:\tmp\ntlfn08b.zip : C:\DJGPP> unzip32 d:\tmp\all402.zip : C:\DJGPP> unzip32 d:\tmp\grx245s.zip bnu*b.zip is missing. : PS sorry for the long email... It's ok. It's better to give too much information then too little. And all you said was relevant. Right, MartinS