www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2000/10/03/17:34:12

Message-ID: <000a01c02d7d$877f4240$c6d5b43e@karsten>
From: "Karsten" <karsten DOT kg AT planet-interkom DOT de>
To: <djgpp AT delorie DOT com>
Subject: Problems with compilation
Date: Tue, 3 Oct 2000 23:03:52 +0200
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Reply-To: djgpp AT delorie DOT com

This is a multi-part message in MIME format.

------=_NextPart_000_0007_01C02D8E.32B4F5A0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello!

I'm Karsten

I have one little problem:
if i start the compiler with the following task:

gcc -o hellowo.exe hellowo.cc=20

or=20

gcc -c hellowo.cc=20

I get the error: "No such file or directory <ENOENT>"

There are some information for you:

the source-code of "hellowo.cc":

#include <iostream.h>

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



autoexec.bat:

SET BLASTER=3DA220 I5 D1 H5 P330 E620 T6=20
SET BLASTER=3DA220 I5 D1 H5 P330 E620 T6=20
SET SOUND=3DC:\PROGRA~1\CREATIVE\CTSND
SET MIDI=3DSYNTH:1 MAP:E MODE:0
C:\Matrox\util\Vbext.exe
SET =
PATH=3DC:\WINDOWS;C:\WINDOWS\COMMAND;C:\BITWARE\;%PATH%;d:\PROGRA~1\BORLA=
ND\DELPHI4\BIN;D:\PROGRA~1\TCL\bin;D:\DJGPP\BIN
mode con codepage prepare=3D((850) C:\WINDOWS\COMMAND\ega.cpi)
mode con codepage select=3D850
keyb gr,,C:\WINDOWS\COMMAND\keyboard.sys

SET PATH=3D%PATH%;C:\PROGRA~1\GEMEIN~1\AUTODE~1;D:\DJGPP\BIN
SET DJGPP=3DD:\DJGPP\DJGPP.ENV



config.sys:

device=3DC:\WINDOWS\COMMAND\display.sys con=3D(ega,,1)
Country=3D049,850,C:\WINDOWS\COMMAND\country.sys



environ.lst:

TMP=3DC:\WINDOWS\TEMP
TEMP=3DC:\WINDOWS\TEMP
PROMPT=3D$p$g
winbootdir=3DC:\WINDOWS
COMSPEC=3DC:\WINDOWS\COMMAND.COM
SOUND=3DC:\PROGRA~1\CREATIVE\CTSND
MIDI=3DSYNTH:1 MAP:E MODE:0
PATH=3DC:\WINDOWS;C:\WINDOWS\COMMAND;C:\BITWARE\;C:\WINDOWS;C:\WINDOWS\CO=
MMAND;D:\PROGRA~1\BORLAND\DELPHI4\BIN;D:\PROGRA~1\TCL\BIN;D:\DJGPP\BIN;C:=
\PROGRA~1\GEMEIN~1\AUTODE~1;D:\DJGPP\BIN
DJGPP=3DD:\DJGPP\DJGPP.ENV
windir=3DC:\WINDOWS
BLASTER=3DA220 I5 D1 H5 P330 T6 E620



the -v switch:

Reading specs from d:/djgpp/lib/gcc-lib/djgpp/2.81/specs
gcc version 2.8.1
 d:/djgpp/lib/gcc-lib/djgpp/2.81/cpp.exe -lang-c++ -v -undef =
-D__GNUC__=3D2 -D__GN
UG__=3D2 -D__cplusplus -D__GNUC_MINOR__=3D8 -Dunix -Di386 -DGO32 -DMSDOS =
-DDJGPP=3D2 -
DDJGPP_MINOR=3D1 -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ =
-D__DJGPP__=3D2 -D__DJ
GPP_MINOR__=3D1 -D__unix -D__i386 -D__GO32 -D__MSDOS -D__DJGPP=3D2 =
-D__DJGPP_MINOR=3D1
 -D__EXCEPTIONS hellowo.cc C:\WINDOWS\TEMP\ccaqcqol
GNU CPP version 2.8.1 (80386, BSD syntax)
#include "..." search starts here:
#include <...> search starts here:
 d:/djgpp/lang/cxx
 d:/djgpp/include
 d:/djgpp/lang/cxx
 d:/djgpp/lib/gcc-lib/djgpp/2.81/include
 d:/djgpp/include
End of search list.
In file included from hellowo.cc:1:
d:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory =
(ENOENT)

The program "go32-v2" does not exist!

Many Thanks to you!

Karsten


------=_NextPart_000_0007_01C02D8E.32B4F5A0
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 http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hello!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I'm Karsten</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I have one little problem:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>if i start the compiler with the =
following=20
task:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT><FONT face=3DArial size=3D2>gcc =
-o hellowo.exe=20
hellowo.cc </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>or </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>gcc -c&nbsp;hellowo.cc </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I get the error: "No such file or =
directory=20
&lt;ENOENT&gt;"</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>There are some information for =
you:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><U>the source-code of=20
"hellowo.cc":</U></FONT></DIV>
<DIV><U><FONT face=3DArial size=3D2></FONT></U>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>#include =
&lt;iostream.h&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>int main();<BR>int main<BR>{<BR>cout =
&lt;&lt;=20
"Hello World!\n";<BR>return 0;<BR>}</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><U>autoexec.bat:</U></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>SET BLASTER=3DA220 I5 D1 H5 P330 E620 =
T6 <BR>SET=20
BLASTER=3DA220 I5 D1 H5 P330 E620 T6 <BR>SET=20
SOUND=3DC:\PROGRA~1\CREATIVE\CTSND<BR>SET MIDI=3DSYNTH:1 MAP:E=20
MODE:0<BR>C:\Matrox\util\Vbext.exe<BR>SET=20
PATH=3DC:\WINDOWS;C:\WINDOWS\COMMAND;C:\BITWARE\;%PATH%;d:\PROGRA~1\BORLA=
ND\DELPHI4\BIN;D:\PROGRA~1\TCL\bin;D:\DJGPP\BIN<BR>mode=20
con codepage prepare=3D((850) C:\WINDOWS\COMMAND\ega.cpi)<BR>mode con =
codepage=20
select=3D850<BR>keyb gr,,C:\WINDOWS\COMMAND\keyboard.sys</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>SET=20
PATH=3D%PATH%;C:\PROGRA~1\GEMEIN~1\AUTODE~1;D:\DJGPP\BIN<BR>SET=20
DJGPP=3DD:\DJGPP\DJGPP.ENV</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><U>config.sys:</U></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>device=3DC:\WINDOWS\COMMAND\display.sys =

con=3D(ega,,1)<BR>Country=3D049,850,C:\WINDOWS\COMMAND\country.sys</FONT>=
</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><U>environ.lst:</U></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial=20
size=3D2>TMP=3DC:\WINDOWS\TEMP<BR>TEMP=3DC:\WINDOWS\TEMP<BR>PROMPT=3D$p$g=
<BR>winbootdir=3DC:\WINDOWS<BR>COMSPEC=3DC:\WINDOWS\COMMAND.COM<BR>SOUND=3D=
C:\PROGRA~1\CREATIVE\CTSND<BR>MIDI=3DSYNTH:1=20
MAP:E=20
MODE:0<BR>PATH=3DC:\WINDOWS;C:\WINDOWS\COMMAND;C:\BITWARE\;C:\WINDOWS;C:\=
WINDOWS\COMMAND;D:\PROGRA~1\BORLAND\DELPHI4\BIN;D:\PROGRA~1\TCL\BIN;D:\DJ=
GPP\BIN;C:\PROGRA~1\GEMEIN~1\AUTODE~1;D:\DJGPP\BIN<BR>DJGPP=3DD:\DJGPP\DJ=
GPP.ENV<BR>windir=3DC:\WINDOWS<BR>BLASTER=3DA220=20
I5 D1 H5 P330 T6 E620</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><U>the -v switch:</U></FONT></DIV>
<DIV><U><FONT face=3DArial size=3D2></FONT></U>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Reading specs from=20
d:/djgpp/lib/gcc-lib/djgpp/2.81/specs<BR>gcc version=20
2.8.1<BR>&nbsp;d:/djgpp/lib/gcc-lib/djgpp/2.81/cpp.exe -lang-c++ -v =
-undef=20
-D__GNUC__=3D2 -D__GN<BR>UG__=3D2 -D__cplusplus -D__GNUC_MINOR__=3D8 =
-Dunix -Di386=20
-DGO32 -DMSDOS -DDJGPP=3D2 -<BR>DDJGPP_MINOR=3D1 -D__unix__ -D__i386__ =
-D__GO32__=20
-D__MSDOS__ -D__DJGPP__=3D2 -D__DJ<BR>GPP_MINOR__=3D1 -D__unix -D__i386 =
-D__GO32=20
-D__MSDOS -D__DJGPP=3D2 -D__DJGPP_MINOR=3D1<BR>&nbsp;-D__EXCEPTIONS =
hellowo.cc=20
C:\WINDOWS\TEMP\ccaqcqol<BR>GNU CPP version 2.8.1 (80386, BSD=20
syntax)<BR>#include "..." search starts here:<BR>#include &lt;...&gt; =
search=20
starts=20
here:<BR>&nbsp;d:/djgpp/lang/cxx<BR>&nbsp;d:/djgpp/include<BR>&nbsp;d:/dj=
gpp/lang/cxx<BR>&nbsp;d:/djgpp/lib/gcc-lib/djgpp/2.81/include<BR>&nbsp;d:=
/djgpp/include<BR>End=20
of search list.<BR>In file included from=20
hellowo.cc:1:<BR>d:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such =
file or=20
directory (ENOENT)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>The program "go32-v2" does not =
exist!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Many Thanks to you!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Karsten</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_0007_01C02D8E.32B4F5A0--

- Raw text -


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