Mail Archives: djgpp/1999/08/15/07:04:10
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 <bram DOT degreve AT rug DOT ac DOT be> 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 <iostream.h>=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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>
<P><FONT face=3DArial size=3D2>That error means that DJGPP can't find a =
file it=20
needs. Sounds like another<BR>installation problem, you could try =
to=20
download it again or something. </FONT><FONT face=3DArial =
size=3D2>I dumped=20
the contents of all my<BR>DJGPP zip files into a data file, and it seems =
that=20
stubify.exe is in<BR>djdev202.zip Try downloading that one first, =
and see=20
if it fixes the<BR>problem.<BR><BR>Al<BR> [<A=20
href=3D"mailto:muaddib AT proaxis DOT com">muaddib AT proaxis DOT com</A>]<BR><BR></P><=
/FONT></FONT></DIV>
<BLOCKQUOTE=20
style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
<DIV>Bram de Greve <<A=20
href=3D"mailto:bram DOT degreve AT rug DOT ac DOT be">bram DOT degreve AT rug DOT ac DOT be</A>> =
wrote in=20
message <A=20
=
href=3D"news:37B6396D DOT FCE2F521 AT rug DOT ac DOT be">news:37B6396D DOT FCE2F521 AT rug DOT ac DOT b=
e</A>...</DIV>Hi=20
there,=20
<P>I have a strange problem: <BR>I wrote my first program C++ program=20
now:<TT></TT>=20
<P><TT>#include <iostream.h></TT><TT></TT>=20
<P><TT>int main()</TT> <BR><TT>{</TT> <BR><TT> cout =
<<=20
"Hello World!\n";</TT> <BR><TT> return 0;</TT> =
<BR><TT>}</TT>=20
<P>I tried to compile it with gcc like this: <BR><TT>gcc -c -Wall=20
hello.cpp</TT> <BR>and it works=20
<P>But I always get an error when I run gxx like this:=20
<P><TT>gxx -o hello.exe hello.o</TT> <BR>or like this <BR><TT>gxx -s =
-o=20
hello.exe hello.o </TT> (I believe that -s reduces the size of =
hello.exe,=20
is it?)=20
<P>However gxx makes hello.exe and it works alright, I always get the =
next=20
message: <BR><TT>Error: gxx.exe: installation problem, cannot exec =
'stubify' -=20
No such file or directory (ENOENT)</TT>=20
<P>I've already checked the djgppfaq.htm and found the exact =
"question", but=20
the sollution doesn't help me out.=20
<P>Does anybody know what I should do?=20
<P>Thanks in advance, <BR>Bram de Greve =
</P></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_0024_01BEE69B.C351F440--
- Raw text -