From: "Al Morgan" Newsgroups: comp.os.msdos.djgpp Subject: Re: Newbie needs help: gxx Date: Sat, 14 Aug 1999 21:27:08 -0700 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <37B6396D DOT FCE2F521 AT rug DOT ac DOT be> X-Complaints-To: newsabuse AT supernews DOT com MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0024_01BEE69B.C351F440" X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Lines: 126 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0024_01BEE69B.C351F440 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable That error means that DJGPP can't find a file it needs. Sounds like = another installation problem, you could try to download it again or something. = I dumped the contents of all my DJGPP zip files into a data file, and it seems that stubify.exe is in djdev202.zip Try downloading that one first, and see if it fixes the problem. Al [muaddib AT proaxis DOT com] Bram de Greve wrote in message = news:37B6396D DOT FCE2F521 AT rug DOT ac DOT be... Hi there,=20 I have a strange problem:=20 I wrote my first program C++ program now:=20 #include =20 int main()=20 {=20 cout << "Hello World!\n";=20 return 0;=20 }=20 I tried to compile it with gcc like this:=20 gcc -c -Wall hello.cpp=20 and it works=20 But I always get an error when I run gxx like this:=20 gxx -o hello.exe hello.o=20 or like this=20 gxx -s -o hello.exe hello.o (I believe that -s reduces the size of = hello.exe, is it?)=20 However gxx makes hello.exe and it works alright, I always get the = next message:=20 Error: gxx.exe: installation problem, cannot exec 'stubify' - No such = file or directory (ENOENT)=20 I've already checked the djgppfaq.htm and found the exact "question", = but the sollution doesn't help me out.=20 Does anybody know what I should do?=20 Thanks in advance,=20 Bram de Greve=20 ------=_NextPart_000_0024_01BEE69B.C351F440 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

That error means that DJGPP can't find a = file it=20 needs.  Sounds like another
installation problem, you could try = to=20 download it again or something. 
I dumped=20 the contents of all my
DJGPP zip files into a data file, and it seems = that=20 stubify.exe is in
djdev202.zip  Try downloading that one first, = and see=20 if it fixes the
problem.

Al
    [muaddib AT proaxis DOT com]

<= /FONT>
Bram de Greve <bram DOT degreve AT rug DOT ac DOT be> = wrote in=20 message news:37B6396D DOT FCE2F521 AT rug DOT ac DOT b= e...
Hi=20 there,=20

I have a strange problem:
I wrote my first program C++ program=20 now:=20

#include <iostream.h>=20

int main()
{
   cout = <<=20 "Hello World!\n";
   return 0; =
}=20

I tried to compile it with gcc like this:
gcc -c -Wall=20 hello.cpp
and it works=20

But I always get an error when I run gxx like this:=20

gxx -o hello.exe hello.o
or like this
gxx -s = -o=20 hello.exe hello.o  (I believe that -s reduces the size of = hello.exe,=20 is it?)=20

However gxx makes hello.exe and it works alright, I always get the = next=20 message:
Error: gxx.exe: installation problem, cannot exec = 'stubify' -=20 No such file or directory (ENOENT)=20

I've already checked the djgppfaq.htm and found the exact = "question", but=20 the sollution doesn't help me out.=20

Does anybody know what I should do?=20

Thanks in advance,
Bram de Greve =

------=_NextPart_000_0024_01BEE69B.C351F440--