Message-ID: <000c01be75fe$7ec73500$6c7c5ecc@brahma.ruksun.com> From: "Renji Panicker" To: Subject: Re: Very Elementary Question from a beginner Date: Wed, 24 Mar 1999 19:29:11 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 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 >> Chances are your PATH settings, as well as your other env variables INCLUDE, LIB etc ) are not set. -/renji