Mail Archives: djgpp/1997/08/17/14:56:51
when i try to compile this program, it says im missing socket.h, and
netbd.h. and, i have no clue why i don't have them. thanks..
go32/v2 version 2.0 built Aug 12 1996 22:27:23
Usage: go32 coff-image [args]
Rename this to go32.exe only if you need a go32 that can run v2 binaries
as
well as v1 binaries (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=y in the environment to get verbose output.
DPMI memory available: 21907 Kb
DPMI swap space available: 7881 Kb
autoexec.bat:
@ECHO OFF
c:\windows\ESSCFG.EXE /A:220 /I:5 /D:1 /J:E /B:330 /M:E
SET BLASTER=A220 I5 D1 T4
REM LH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MSCD000 /L:E
SET CLASSPATH=C:\java\classes\vrml\;%CLASSPATH%
set DJGPP=C:\DJGPP\DJGPP.ENV
set PATH=C:\DJGPP\BIN;%PATH%
config.sys:
DEVICE=C:\WINDOWS\HIMEM.SYS
DEVICE=C:\WINDOWS\EMM386.EXE NOEMS D=64
device=c:\windows\command\ansi.sys
BUFFERS=15,0
FILES=30
DOS=UMB
FCBS=4,0
DOS=HIGH
DEVICEHIGH=C:\WINDOWS\COMMAND\TAISATAP.SYS /D:MSCD000 /N:1
gcc output:
Reading specs from c:/djgpp/lib\specs
gcc version 2.7.2
c:/djgpp/bin\cpp.exe -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=7
-Dunix -
Di386 -DGO32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=1 -D__unix__ -D__i386__
-D__GO32__
-D__MSDOS__ -D__DJGPP__=2 -D__DJGPP_MINOR__=1 -D__unix -D__i386 -D__GO32
-D__MSD
OS -D__DJGPP=2 -D__DJGPP_MINOR=1 nuts203.c c:/djgpp/tmp\ccbaaaaa
GNU CPP version 2.7.2 (80386, BSD syntax)
#include "..." search starts here:
#include <...> search starts here:
c:/djgpp/include
c:/djgpp/contrib/grx20/include
/usr/local/include
/usr/local/go32/include
/usr/local/lib/gcc-lib/go32/2.7.2/include
/usr/include
End of search list.
nuts203.c:26: sys/socket.h: No such file or directory (ENOENT)
nuts203.c:29: netdb.h: No such file or directory (ENOENT)
- Raw text -