Message-ID: <2050EB44AAE0D211A94400A0C94B9C7D508F@rj01mai01.informatica.telerj.net.br> From: =?iso-8859-1?Q?Jos=E9_Paulo_Vidal_Amaral?= To: djgpp AT delorie DOT com Subject: RE: Very Elementary Question from a beginner Date: Wed, 24 Mar 1999 09:05:57 -0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id HAA00168 Reply-To: djgpp AT delorie DOT com > ---------- > De: > thisaddresswontwork AT noplace DOT org[SMTP:thisaddresswontwork AT noplace DOT org] > Enviada: Terça-feira, 23 de Março de 1999 19:53 > Para: djgpp AT delorie DOT com > Assunto: Very Elementary Question from a beginner > > Hi, I am attempting to teach myself a bit about C++ using "Sam's teach > yourself C++ in 24 hours: Second Edition" I am using the DJGPP > compiler that was included with the book. When I attempt to compile the > file "hello.cpp" which is as I typed it: > > 1: #include > 2: > 3: int main() > 4: { > 5: cout << "Hello World!/n"; > 6: return 0; > 7: } > > To compile this program, I am using the command "gxx hello.exe -o > hello.cpp" > When I do this I get the following error: > "gxx.exe: installation problem, cannot exec 'stubify': No such file or > directory (ENOENT) > > Any help that you can give me with this would be greatly appreciated! > saxblue > The first thing to do is read the FAQ, probably you will got the answers for your questions. It's appear that you have not follow all the steps in installation or that that you missed some step. So, try to review your DJGPP installation. I hope I have helped you, José Paulo Rio de Janeiro