www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2001/11/22/17:27:09

Message-ID: <003301c173a4$15abdca0$897a0b3e@pmeridia>
From: "Sara Bernardini" <sarabern AT tiscalinet DOT it>
To: "Hans-Bernhard Broeker" <broeker AT physik DOT rwth-aachen DOT de>
Cc: <djgpp AT delorie DOT com>
Subject: Installation problem (TRIS!)
Date: Thu, 22 Nov 2001 23:21:50 +0100
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2615.200
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200
Reply-To: djgpp AT delorie DOT com

This is a multi-part message in MIME format.

------=_NextPart_000_0030_01C173AC.76C0CAC0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello,
I received your answer . Thanks for your quickness in answering me.

The file 'prova.c' does not live inside the DJGPP source tree, but in =
another directory ("ling&trad") from which I call gcc in the following =
way:

D:\ling&trad>gcc prova.c

If I try to put the 'prova.c' file in the djgpp directory and in =
particular in the subdirectory BIN (where is the file gcc.exe) I receive =
the following message error:


D:\Programmi\DJGPP\BIN>gcc prova.c
prova.c:1: string.h: No such file or directory (ENOENT)
prova.c:2: stdio.h: No such file or directory (ENOENT)

If I type gcc -v prova.c I have the following message on the output:


D:\Programmi\DJGPP\BIN>gcc -v prova.c
gcc version 2.7.2.1
 cpp -lang-c -v -undef -D__GNUC__=3D2 -D__GNUC_MINOR__=3D7 -Dunix -Di386 =
-DGO32 -DMS
DOS -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__unix -D__i386 =
-D__GO32 -D__
MSDOS -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) prova.c =
C:\WIND
OWS\TEMP\ccbaaaaa
GNU CPP version 2.7.2.1 (80386, BSD syntax)
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /usr/local/go32/include
 /usr/local/lib/gcc-lib/go32/2.7.2.1/include
 /usr/include
End of search list.
prova.c:1: string.h: No such file or directory (ENOENT)
prova.c:2: stdio.h: No such file or directory (ENOENT)

When the file is not inside the DJGPP source tree but in the "ling&trad" =
directory, if I type gcc -v prova.c I have the following message on the =
output:

D:\ling&trad>gcc -v prova.c
gcc version 2.7.2.1
 cpp -lang-c -v -undef -D__GNUC__=3D2 -D__GNUC_MINOR__=3D7 -Dunix -Di386 =
-DGO32 -DMS
DOS -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__unix -D__i386 =
-D__GO32 -D__
MSDOS -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) prova.c =
C:\WIND
OWS\TEMP\ccbaaaaa
gcc.exe: installation problem, cannot exec `cpp': No such file or =
directory (ENOENT)

I have the same previous message if I put the 'prova.c' file in the main =
directory for DJGPP, D:\Programmi\DJGPP.

Finally if I type 'set' command on prompt I have :

D:\Programmi\DJGPP\BIN>set
TMP=3DC:\WINDOWS\TEMP
TEMP=3DC:\WINDOWS\TEMP
PROMPT=3D$p$g
winbootdir=3DC:\WINDOWS
COMSPEC=3DC:\WINDOWS\COMMAND.COM
SBPCI=3DC:\SBPCI
CLASSPATH=3DC:\orawin95\LITE\CLASSES\OLJDK11.JAR;C:\orawin95\LITE\CLASSES=
\OLITE40.
JAR
DJGPP=3DD:\Programmi\DJGPP\DJGPP.ENV
PATH=3DD:\PROGRAMMI\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\ORAWIN95\B=
IN;C:\MSS
QL7\BINN;D:\PROGRA~1\TCL\BIN;D:\PROGRAMMI\ECLIPSE\LIB\I386_NT
windir=3DC:\WINDOWS
BLASTER=3DA220 I7 D1 H7 P330 T6
CMDLINE=3Dgcc -v prova.c

Might you please give me any suggestion?

Thank you very much for your help.


                                                                         =
                                                                         =
                                  Sara









------=_NextPart_000_0030_01C173AC.76C0CAC0
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.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3D"Book Antiqua" size=3D2>Hello,</FONT></DIV>
<DIV><FONT face=3D"Book Antiqua" size=3D2>I received your answer . =
Thanks for your=20
quickness in answering me.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3D"Book Antiqua" size=3D2>The file 'prova.c' does not =
live inside=20
the DJGPP source tree, but in another directory ("ling&amp;trad") from =
which I=20
call gcc in the following way:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2>D:\ling&amp;trad&gt;gcc =

prova.c</FONT></DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT face=3D"Book Antiqua">If I try to put the =
'prova.c' file=20
in the djgpp directory and in particular in the subdirectory BIN (where =
is the=20
file gcc.exe) I receive the following message error:</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT color=3D#0000ff =
face=3DArial>D:\Programmi\DJGPP\BIN&gt;gcc=20
prova.c<BR>prova.c:1: string.h: No such file or directory =
(ENOENT)<BR>prova.c:2:=20
stdio.h: No such file or directory (ENOENT)<BR></FONT></FONT><FONT =
size=3D2><FONT=20
face=3D"Book Antiqua"></FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3D"Book Antiqua">If I type gcc -v prova.c =
I have the=20
following message on the output:</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT color=3D#0000ff =
face=3DArial>D:\Programmi\DJGPP\BIN&gt;gcc=20
-v prova.c<BR>gcc version 2.7.2.1<BR>&nbsp;cpp -lang-c -v -undef =
-D__GNUC__=3D2=20
-D__GNUC_MINOR__=3D7 -Dunix -Di386 -DGO32 -DMS<BR>DOS -D__unix__ =
-D__i386__=20
-D__GO32__ -D__MSDOS__ -D__unix -D__i386 -D__GO32 -D__<BR>MSDOS =
-Asystem(unix)=20
-Asystem(msdos) -Acpu(i386) -Amachine(i386) prova.c=20
C:\WIND<BR>OWS\TEMP\ccbaaaaa<BR>GNU CPP version 2.7.2.1 (80386, BSD=20
syntax)<BR>#include "..." search starts here:<BR>#include &lt;...&gt; =
search=20
starts=20
here:<BR>&nbsp;/usr/local/include<BR>&nbsp;/usr/local/go32/include<BR>&nb=
sp;/usr/local/lib/gcc-lib/go32/2.7.2.1/include<BR>&nbsp;/usr/include<BR>E=
nd=20
of search list.<BR>prova.c:1: string.h: No such file or directory=20
(ENOENT)<BR>prova.c:2: stdio.h: No such file or directory=20
(ENOENT)</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT color=3D#0000ff =
face=3DArial></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT color=3D#0000ff face=3DArial><FONT =
color=3D#000000=20
face=3D"Book Antiqua"><FONT size=3D2><FONT face=3D"Book Antiqua">When =
the file is=20
<STRONG>not </STRONG>inside the DJGPP source tree but in the =
"ling&amp;trad"=20
directory, if I type gcc -v prova.c I have the following message on the=20
output:</FONT></FONT></FONT></FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT color=3D#0000ff =
face=3DArial></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT color=3D#0000ff =
face=3DArial>D:\ling&amp;trad&gt;gcc -v=20
prova.c<BR>gcc version 2.7.2.1<BR>&nbsp;cpp -lang-c -v -undef =
-D__GNUC__=3D2=20
-D__GNUC_MINOR__=3D7 -Dunix -Di386 -DGO32 -DMS<BR>DOS -D__unix__ =
-D__i386__=20
-D__GO32__ -D__MSDOS__ -D__unix -D__i386 -D__GO32 -D__<BR>MSDOS =
-Asystem(unix)=20
-Asystem(msdos) -Acpu(i386) -Amachine(i386) prova.c=20
C:\WIND<BR>OWS\TEMP\ccbaaaaa<BR>gcc.exe: installation problem, cannot =
exec=20
`cpp': No such file or directory (ENOENT)</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3D"Book Antiqua" size=3D2>I have the same previous =
message if I put=20
the 'prova.c' file in the main directory for DJGPP,=20
D:\Programmi\DJGPP.</FONT></DIV>
<DIV><FONT size=3D2><FONT color=3D#0000ff =
face=3DArial></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT face=3D"Book Antiqua">Finally if I type 'set' =
command on=20
prompt I have :</FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff face=3DArial=20
size=3D2>D:\Programmi\DJGPP\BIN&gt;set<BR>TMP=3DC:\WINDOWS\TEMP<BR>TEMP=3D=
C:\WINDOWS\TEMP<BR>PROMPT=3D$p$g<BR>winbootdir=3DC:\WINDOWS<BR>COMSPEC=3D=
C:\WINDOWS\COMMAND.COM<BR>SBPCI=3DC:\SBPCI<BR>CLASSPATH=3DC:\orawin95\LIT=
E\CLASSES\OLJDK11.JAR;C:\orawin95\LITE\CLASSES\OLITE40.<BR>JAR<BR>DJGPP=3D=
D:\Programmi\DJGPP\DJGPP.ENV<BR>PATH=3DD:\PROGRAMMI\DJGPP\BIN;C:\WINDOWS;=
C:\WINDOWS\COMMAND;C:\ORAWIN95\BIN;C:\MSS<BR>QL7\BINN;D:\PROGRA~1\TCL\BIN=
;D:\PROGRAMMI\ECLIPSE\LIB\I386_NT<BR>windir=3DC:\WINDOWS<BR>BLASTER=3DA22=
0=20
I7 D1 H7 P330 T6<BR>CMDLINE=3Dgcc -v prova.c</FONT></DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2>
<DIV><FONT color=3D#000000 face=3D"Book Antiqua" size=3D2>Might you =
please give me any=20
suggestion?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=3D#000000><FONT face=3D"Book Antiqua"><FONT =
face=3DArial><FONT=20
size=3D2><FONT face=3D"Book Antiqua" size=3D2>Thank you very much for =
your=20
help.</FONT></FONT></FONT></FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=3D#000000 face=3D"Book Antiqua">&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;=20
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp; =20
Sara</FONT></DIV></DIV></FONT>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT color=3D#0000ff><FONT face=3D"Book =
Antiqua"><FONT=20
color=3D#000000></FONT></FONT></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT color=3D#0000ff><FONT face=3D"Book =
Antiqua"><FONT=20
color=3D#000000><BR><BR>&nbsp;</DIV></FONT></FONT></FONT></FONT>
<DIV><FONT size=3D2><FONT face=3D"Book =
Antiqua"><BR>&nbsp;</DIV></FONT></FONT>
<DIV>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_0030_01C173AC.76C0CAC0--

- Raw text -


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