ftp.delorie.com/archives/browse.cgi | search |
From: | "Unni K Pillai" <u DOT pillai AT student DOT unsw DOT edu DOT au> |
To: | <djgpp AT delorie DOT com> |
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 |
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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN"> <HTML> <HEAD> <META content=3Dtext/html;charset=3Diso-8859-1 = http-equiv=3DContent-Type> <META content=3D'"MSHTML 4.71.1712.3"' name=3DGENERATOR> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT color=3D#000000 size=3D2>When I compile .c file I get message = as follows.=20 </FONT></DIV> <DIV><FONT color=3D#000000 size=3D2>cal.c:1: stdio.h: No such file or = directory=20 (ANENT) <BR>cal.c:2: string.h: No such file or directory (ENOENT)=20 </FONT> </DIV> <DIV><FONT color=3D#000000 size=3D2>With -v switch I get following = </FONT></DIV> <DIV><FONT color=3D#000000 size=3D2>gcc version 2.7.2.1 <BR> cpp -lang-c = -v -undef=20 -D__GNUC__=3D2 -D__GNUC_MINOR__=3D7 -Dunix -Di386 -DGO32 -DMS <BR>DOS = -D__unix__=20 -D__i386__ -D__GO32__ -D__MSDOS__ -D__unix -D__i386 -D__GO32 -D__ = <BR>MSDOS=20 -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) cal.c = C:\WINDOW=20 <BR>S\TEMP\ccbaaaaa <BR>GNU CPP version 2.7.2.1 (80386, BSD syntax) = <BR>#include=20 "..." search starts here: <BR>#include <...> search = starts here:=20 <BR> /usr/local/include <BR> /usr/local/go32/include <BR>=20 /usr/local/lib/gcc-lib/go32/2.7.2.1/include <BR> /usr/include <BR>End of = search=20 list. <BR>cal.c:1: stdio.h: No such file or directory (ENOENT) = <BR>cal.c:2:=20 string.h: No such file or directory (ENOENT)=20 <BR>---------------------------------------------------------------------= ---=20 <BR>Output of go32-v2 as follows <BR>=20 </FONT> </DIV> <DIV><FONT color=3D#000000 size=3D2>go32/v2 version 2.0 built Aug 12 = 1996 22:27:23=20 <BR>Usage: go32 coff-image [args] <BR>Rename this to go32.exe only if = you need a=20 go32 that can run v2 binaries as <BR> well as v1 binaries (old = makefiles). =20 Put ahead of the old go32 in your PATH <BR> but do not delete your old = go32 -=20 leave it in the PATH after this one. <BR>Set GO32_V2_DEBUG=3Dy in the = environment=20 to get verbose output. </FONT> </DIV> <DIV><FONT color=3D#000000 size=3D2>DPMI memory available: 24499 Kb = <BR>DPMI swap=20 space available: 5341 Kb <BR> </FONT> </DIV> <DIV><FONT color=3D#000000 size=3D2>What could be the problem. I have = already spend=20 one day solving a problem with Loader error which was due to <BR>DJGPP = path not=20 coming in the front in path declaration in AUTOEXEC.BAT. I use MSDOS box = in WIN=20 95. </FONT> </DIV> <DIV><FONT color=3D#000000 size=3D2>Could someone help me out. <BR>=20 </FONT> </DIV> <DIV><FONT color=3D#000000 size=3D2>Regards </FONT></DIV> <DIV><FONT color=3D#000000 size=3D2>Unni Pillai </FONT></DIV> <DIV><FONT color=3D#000000 = size=3D2><BR></FONT> </DIV></BODY></HTML> ------=_NextPart_000_0004_01BE40D2.77B1BF80--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |