www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2002/11/15/12:44:25

Message-ID: <20021115174418.34041.qmail@web13001.mail.yahoo.com>
Date: Fri, 15 Nov 2002 09:44:18 -0800 (PST)
From: Thomas Tutone <thomas8675309 AT yahoo DOT com>
Subject: OP's installation problems.
To: djgpp AT delorie DOT com, shayoom AT hotmail DOT com
MIME-Version: 1.0
Reply-To: djgpp AT delorie DOT com

--- Shaymaa Alterkait <shayoom AT hotmail DOT com> wrote:

> Date: Fri, 15 Nov 2002 11:17:13 +0300
> From: "Shaymaa Alterkait" <shayoom AT hotmail DOT com>
> To: <thomas8675309 AT yahoo DOT com>
> Subject: Re: whats wrong with my compiler
> 
> ok, thank you so much for your reply.. i appreciate
> it.
> >In addition, get yourself a new C++ book - whatever
> >you're using is out of date. I recommend
> "Accelerated
> >C++" by Andrew Koenig and Barbara Moo.
>  
> 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. i am definitaly going to check the title
> you gave me.
> > (1) change the cout line to:
> >std::cout << "TESTING!!";
> yea, i remember using namespace std; i tried both
> and after compiling i get:
> Installation error, cannot exec 'as': No such file
> or directory (ENENOT)
> > or (2) add a line right before it that reads as
> follows:
> > using std::cout;        
> for this one, i get: parse error before '<<' token.
> > change file to #include<iostream.h>
> i get the deprecated error:
> #warning This file includes at least one deprecated
> or antiquated header. \
> Please consider using one of the 32 headers found in
> section 17.4.1.2 of the
> \
> C++ standard. Examples include substituting the <X>
> header for the <X.h> \
> header for C++ includes, or <sstream> instead of the
> deprecated header \
> <strstream.h>. To disable this warning use
> -Wno-deprecated.
> #endif
> 
> 
> Regards,
> Shaymaa
> 


Shaymaa, the original error was in your program, but
the new error you are describing:

> Installation error, cannot exec 'as': No such file
> or directory (ENENOT)

sure sounds like an installation problem (as JMK
originally suggested, ironically).  So I'm forwarding
your message back to the DJGPP mailing list for the
suggestions of folks much more knowledgable than I am
about these matters.

Best regards,

Tom

__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019