From: "Unni K Pillai" To: Subject: No such file or directory (ENOENT) Date: Fri, 15 Jan 1999 22:00:30 +1100 Message-ID: <01be4076$44414780$390e5e81@unni> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BE40D2.77B1BF80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BE40D2.77B1BF80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable When I compile .c file I get message as follows.=20 cal.c:1: stdio.h: No such file or directory (ANENT)=20 cal.c:2: string.h: No such file or directory (ENOENT)=20 With -v switch I get following=20 gcc version 2.7.2.1=20 cpp -lang-c -v -undef -D__GNUC__=3D2 -D__GNUC_MINOR__=3D7 -Dunix -Di386 = -DGO32 -DMS=20 DOS -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__unix -D__i386 = -D__GO32 -D__=20 MSDOS -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) cal.c = C:\WINDOW=20 S\TEMP\ccbaaaaa=20 GNU CPP version 2.7.2.1 (80386, BSD syntax)=20 #include "..." search starts here:=20 #include <...> search starts here:=20 /usr/local/include=20 /usr/local/go32/include=20 /usr/local/lib/gcc-lib/go32/2.7.2.1/include=20 /usr/include=20 End of search list.=20 cal.c:1: stdio.h: No such file or directory (ENOENT)=20 cal.c:2: string.h: No such file or directory (ENOENT)=20 ------------------------------------------------------------------------ = Output of go32-v2 as follows=20 =20 go32/v2 version 2.0 built Aug 12 1996 22:27:23=20 Usage: go32 coff-image [args]=20 Rename this to go32.exe only if you need a go32 that can run v2 binaries = as=20 well as v1 binaries (old makefiles). Put ahead of the old go32 in your = PATH=20 but do not delete your old go32 - leave it in the PATH after this one.=20 Set GO32_V2_DEBUG=3Dy in the environment to get verbose output.=20 DPMI memory available: 24499 Kb=20 DPMI swap space available: 5341 Kb=20 =20 What could be the problem. I have already spend one day solving a = problem with Loader error which was due to=20 DJGPP path not coming in the front in path declaration in AUTOEXEC.BAT. = I use MSDOS box in WIN 95.=20 Could someone help me out.=20 =20 Regards=20 Unni Pillai=20 ------=_NextPart_000_0004_01BE40D2.77B1BF80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
When I compile .c file I get message = as follows.=20
cal.c:1: stdio.h: No such file or = directory=20 (ANENT)
cal.c:2: string.h: No such file or directory (ENOENT)=20
 
With -v switch I get following =
gcc version 2.7.2.1
cpp -lang-c = -v -undef=20 -D__GNUC__=3D2 -D__GNUC_MINOR__=3D7 -Dunix -Di386 -DGO32 -DMS
DOS = -D__unix__=20 -D__i386__ -D__GO32__ -D__MSDOS__ -D__unix -D__i386 -D__GO32 -D__ =
MSDOS=20 -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) cal.c = C:\WINDOW=20
S\TEMP\ccbaaaaa
GNU CPP version 2.7.2.1 (80386, BSD syntax) =
#include=20 "..." search starts here:
#include <...> search = starts here:=20
/usr/local/include
/usr/local/go32/include
=20 /usr/local/lib/gcc-lib/go32/2.7.2.1/include
/usr/include
End of = search=20 list.
cal.c:1: stdio.h: No such file or directory (ENOENT) =
cal.c:2:=20 string.h: No such file or directory (ENOENT)=20
---------------------------------------------------------------------= ---=20
Output of     go32-v2 as follows
=20
 
go32/v2 version 2.0 built Aug 12 = 1996 22:27:23=20
Usage: go32 coff-image [args]
Rename this to go32.exe only if = you need a=20 go32 that can run v2 binaries as
well as v1 binaries (old = makefiles). =20 Put ahead of the old go32 in your PATH
but do not delete your old = go32 -=20 leave it in the PATH after this one.
Set GO32_V2_DEBUG=3Dy in the = environment=20 to get verbose output.
 
DPMI memory available: 24499 Kb =
DPMI swap=20 space available: 5341 Kb
 
What could be the problem. I have = already spend=20 one day solving a problem with Loader error which was due to
DJGPP = path not=20 coming in the front in path declaration in AUTOEXEC.BAT. I use MSDOS box = in WIN=20 95.
 
Could someone help me out.
=20
 
Regards
Unni Pillai

 
------=_NextPart_000_0004_01BE40D2.77B1BF80--