代码搜索:lsocket

找到约 664 项符合「lsocket」的源代码

代码结果 664
www.eeworm.com/read/158872/5590091

in configure.in

dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.3)dnl AC_INIT(aload.c) CC=${CC-cc} AC_PROG_CC AC_AIX AC_MINIX AC_ISC_POSIX AC_PROG_INSTALL AC_CONFIG_AUX_DIR(`cd $srcd
www.eeworm.com/read/100605/15869653

es_egd

realname "EGD Entropy Source" #note "You might need to add -lsocket to LINK_TO in the Makefile" define ENTROPY_SRC_EGD needs_std posix1 add_file es_egd.h add_file es_egd.cpp
www.eeworm.com/read/388946/8563386

txt ftp_client_source_unix.txt

//====================================================== // cc -o ftpc ftpc.c -lsocket //====================================================== #include "ftp.h"
www.eeworm.com/read/244005/4514316

loader

#!/bin/sh case "`uname -s -r`" in SunOS\ 5*) "$@" -lsocket -lnsl ;; Linux*) "$@" ;; *) "$@" -lkvm ;; esac
www.eeworm.com/read/387949/2553723

makeserver

gcc -o Server -L/home/louxh/GFL/lib -lsocket -lgfl Server.c
www.eeworm.com/read/473571/6846514

compat-readme-now

///////////////////////////////////////// /// *compiling on OS's besides linux* /// ///////////////////////////////////////// This should compile anywhere, but on solaris you need to add -lsocket to
www.eeworm.com/read/387949/2553712

makeclient

gcc -o Client Client.c -L/home/louxh/GFL/lib -lsocket -lnsl -lgfl
www.eeworm.com/read/260133/11745789

makefile

#################################### # Makefile for test # Lubing #################################### CC = gcc SOCKET_OPTIONS = #-lsocket -lnsl all: libhttp.a .SUFFIXES: .SUFFIXES: .c .
www.eeworm.com/read/194712/8187451

makefile

CXX = g++ CCLIBS_default = -lm CCLIBS_SunOS_4 = -lm #CCLIBS_SunOS_5 = -lm -L/usr/ucblib -lucb -lsocket -lnsl CCLIBS_SunOS_5 = -lm -L/usr/ucblib -lsocket -lnsl CCLIBS_OSF1 = -lm CCLIBS_NEWS = -lm C
www.eeworm.com/read/395929/2428434

mh-solaris

# Makefile changes for Suns running Solaris 2 SYSV = -DSYSV RANLIB = true X11_EXTRA_LIBS = -lnsl -lsocket