X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <000801c1baf7$6f1acb80$6778a8c0@spc1.spc.global.sharp.co.jp> From: "mel" To: Subject: compiling help Date: Thu, 21 Feb 2002 08:47:22 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C1BAB4.60A39F20" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C1BAB4.60A39F20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hello! I am a first time user of djgpp & I have installed it in my computer. However, I'ved encountered some problems when I was actually = programming. Here are the details of what I have done: 1. After installing djgpp, I'ved edited the autoexec.bat to include the = following lines: set PATH=3DC:\djgpp\bin;%PATH% set PATH=3DC:\djgpp\djgpp.env 2. restarted the computer. 3. started using the rhine application. 4. changed the options for the directories, namely: include directories (pathlist) ---- c:\djgpp\include\ library directories (pathlist) ---- c:\djgpp\lib\ object directories (pathlist) ---- c:\djgpp\test\ source directories (pathlist) ---- c:\djgpp\test\ 5. typed the following codes: #include #include =20 main() { printf ("\n Hello"); getche(); } 6. Build it all and the following are the results: no error in compiling error: gcc.exe: installation problem,cannot exec 'stubify': no such = file or directory (ENOENT) Can you please help me on what I did wrong. Thank you. I'll appreciate your response. ------=_NextPart_000_0005_01C1BAB4.60A39F20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hello!
 
I am a first time = user of=20 djgpp & I have installed it in my = computer.
However, I'ved = encountered=20 some problems when I was actually = programming.
Here are the = details of=20 what I have done:
 
1. After = installing djgpp,=20 I'ved edited the autoexec.bat to include the following=20 lines:
     set=20 PATH=3DC:\djgpp\bin;%PATH%
     set=20 PATH=3DC:\djgpp\djgpp.env
 
2. restarted the=20 computer.
3. started using = the rhine=20 application.
4. changed the = options for=20 the directories, namely:
    =20 include directories (pathlist) ----=20 c:\djgpp\include\
    =20 library directories (pathlist) ----=20 c:\djgpp\lib\
    =20 object directories (pathlist) ---- = c:\djgpp\test\
    =20 source directories (pathlist) ----=20 c:\djgpp\test\
 
5. typed the = following=20 codes:
   #include = <string.h>
   #include=20 <stdio.h>
  
   = main()
 { printf ("\n=20 Hello");
   =20 getche();
}
 
6. Build it all = and the=20 following are the results:
   no = error in=20 compiling
   = error: gcc.exe:=20 installation problem,cannot exec 'stubify': no such file or directory=20 (ENOENT)
 
Can you please = help me on=20 what I did wrong.
Thank you. I'll = appreciate=20 your response.
------=_NextPart_000_0005_01C1BAB4.60A39F20--