代码搜索:lsocket
找到约 664 项符合「lsocket」的源代码
代码结果 664
www.eeworm.com/read/427042/1979082
sh profile.sh
#!/bin/sh
/bin/rm -f mttest
cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
www.eeworm.com/read/422785/2031563
sh profile.sh
#!/bin/sh
/bin/rm -f mttest
cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
www.eeworm.com/read/358714/2983267
sh profile.sh
#!/bin/sh
/bin/rm -f mttest
cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
www.eeworm.com/read/355697/3048828
sh profile.sh
#!/bin/sh
/bin/rm -f mttest
cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
www.eeworm.com/read/259371/4343986
altos
# $Id: Altos,v 8.9 1999/06/02 22:53:35 gshapiro Exp $
define(`confCC', `gcc')
define(`confENVDEF', `-DALTOS_SYSTEM_V')
define(`confLIBS', `-lsocket -lrpc')
define(`confMBINDIR', `/usr/lib')
defin
www.eeworm.com/read/107874/15598584
makefile
SHELL = /bin/sh
#CC = cc -g -b
CC =cc
CFLAGS = -DNO_WIN32
SYSLIBES = -lifcli -laio -lsocket -lnsl -lm
ODBCLIB = -L$(INFORMIXDIR)/lib/cli
INCL = -I$(INFORMIXDIR)/incl/cli
www.eeworm.com/read/384801/8842990
makefile
BINDIR = /usr/local/sbin
MANDIR = /usr/local/man/man1
CC = gcc
CFLAGS = -O
#CFLAGS = -g
#SYSVLIBS = -lnsl -lsocket
LDFLAGS = -s ${SYSVLIBS}
#LDFLAGS = -g ${SYSVLIBS}
all: tmhttpd
tmhttpd: tmhttpd.
www.eeworm.com/read/170321/9810387
makefile
#####################
VERSION = 1.1
OS=-DSOLARIS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
CC=gcc
OSLIBS=-lsocket -lrt -lpthread -lposix4 -lnsl -ldl -lthread -lm
FORMULA_OUT=formula.solaris
www.eeworm.com/read/423515/10555213
makefile
# Under Solaris, you need to
# CFLAGS += -xO2 -Xc
# LDLIBS += -lnsl -lsocket
# Some versions of Linux may need
# CFLAGS += -D_GNU_SOURCE
# To cross-compile
CC = arm-linux-gcc
# To check for
www.eeworm.com/read/135686/5882601
makefile
CC = gcc
CFLAGS = -pthread -D_DEBUG -DREMOTE -DHAVE_PCAPREADEX -g
#flags for debugging: -D_DEBUG -g -Wall
INCLUDE = -I../
LIB = -lpcap -lcrypt
#Solaris: add '-lsocket'
LIBPATH = -L..