Message-ID: <000a01c2e1b8$66e04100$a7d95ed8@atherly> From: "v.atherly" To: Subject: djgpp compiler v.2.03 Date: Mon, 3 Mar 2003 14:08:32 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C2E18E.5FB99A40" 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_0007_01C2E18E.5FB99A40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I've downloaded and installed everything o.k.Then verified that the env. variable is actually set. e.g. c:\> set The results: set PATH=3DC:\DJGPP\BIN;c\WINDOWS;c:\windows;c:\windows\ set DJGPP=3DC:\DJGPP\DJGPP.env Then ran the go32-v2 program. e.g. c:\>go32-v2 The results: go32/v2 version 2.0 built Dec 24 2001 21:25:02 Usage:go32 coff-image [args] Rename this to go32.exe only if you need a go32 than can run v2 binaries as well as v1(old makefiles). Put ahead of the old go32 in your PATH but do not delete your old go32- leave it in the PATH after this one. Set GO32_V2_DEBUG=3Dy in the environment to get verbose output. DPMI memory available: 76389kb DPMI swap space available: 50299kb The results of compiling with the -v switch. e.g. c:\>djgpp\bin\gcc hello.c -o hello.exe -v gcc.exe:hello.c-o:No such file or directory(ENOENT) gcc.exe:hello.exe -v: No such file or directory(ENOENT) gcc.exe:No input files. I've checked the directories for all "hello.c" files. e.g.c:\>dir/p All "hello.c" files; end with the .c extension. How do I resolve this problem? Thank you, V. Atherly. ------=_NextPart_000_0007_01C2E18E.5FB99A40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
I've downloaded and installed = everything=20 o.k.Then
verified that the env. variable is = actually=20 set.
e.g. c:\> set = <enter>
The results:
          &nbs= p;    =20 set PATH=3DC:\DJGPP\BIN;c\WINDOWS;c:\windows;c:\windows\
          &nbs= p;    =20 set DJGPP=3DC:\DJGPP\DJGPP.env
 
Then ran the go32-v2 = program.
e.g. c:\>go32-v2 =20 <enter>
The results:
 
go32/v2 version 2.0 built Dec 24 2001=20 21:25:02
Usage:go32 coff-image = [args]
Rename this to go32.exe only if you = need a go32=20 than can
run v2 binaries as well as v1(old=20 makefiles).
Put ahead of the old go32 in your PATH = but do not=20 delete
your old go32- leave it in the PATH = after this=20 one.
Set GO32_V2_DEBUG=3Dy in the = environment to=20 get
verbose output.
 
DPMI memory available: = 76389kb
DPMI swap space available: = 50299kb
 
The results of compiling with the -v=20 switch.
e.g. c:\>djgpp\bin\gcc hello.c -o = hello.exe=20 -v    <enter>
 
gcc.exe:hello.c-o:No such file or=20 directory(ENOENT)
gcc.exe:hello.exe -v: No such file or=20 directory(ENOENT)
gcc.exe:No input files.
 
I've checked the directories for all = "hello.c"=20 files.
e.g.c:\>dir/p  =20 <enter>
All "hello.c" files; end with the .c=20 extension.
 
How do I resolve this = problem?
 
Thank you,
 
V. Atherly.
 
 
------=_NextPart_000_0007_01C2E18E.5FB99A40--