代码搜索:lsocket
找到约 664 项符合「lsocket」的源代码
代码结果 664
www.eeworm.com/read/124825/14535569
sun4_solaris_cc env.sun4_solaris_cc
setenv CPU sun4_solaris
setenv HTKCC 'cc'
setenv HTKCF '-Xa -xO2 -I/usr/openwin/include -DSOLARIS16_AUDIO -DBSD_COMP'
setenv HTKLF '-ldl -lsocket -lnsl -lintl'
setenv LD_LIBRARY_PATH /usr/openwin/lib
www.eeworm.com/read/124825/14535577
sun4_solaris exp.sun4_solaris
export CPU=sun4_solaris
export HTKCC='cc'
export HTKCF='-Xa -xO2 -I/usr/openwin/include -DSOLARIS16_AUDIO -DBSD_COMP'
export HTKLF='-ldl -lsocket -lnsl -lintl'
export LD_LIBRARY_PATH=/usr/openwin/lib
www.eeworm.com/read/124825/14535579
sun4_solaris env.sun4_solaris
setenv CPU sun4_solaris
setenv HTKCC 'cc'
setenv HTKCF '-Xa -xO2 -I/usr/openwin/include -DSOLARIS16_AUDIO -DBSD_COMP'
setenv HTKLF '-ldl -lsocket -lnsl -lintl'
setenv LD_LIBRARY_PATH /usr/openwin/lib
www.eeworm.com/read/138754/5813819
c xpt-tcp.c
/*************************************************************************/
/* module: SyncML Communication Services, TCP/IP functions */
/* file: src/xpt/all/xpt-tcp.c
www.eeworm.com/read/118423/14871655
makefile
RCC = cc
LIB = -lsocket -lview
all: /usr/pan/tcp/tcp_serv /usr/pan/tcp/tcp_cli
/usr/pan/tcp/tcp_serv: tcp_serv.o tcp_comm.o
cc -o $@ tcp_serv.o tcp_comm.o $(LIB)
/usr/pan/tcp/tcp_cli: tcp_cli.o
www.eeworm.com/read/217563/14958275
makefile
SOLARIS_LIBS=-lpthread -lsocket -lnsl
FREEBSD_LIBS=-pthread
LINUX_LIBS=-lpthread
# Choose the libs for your platform here.
# This will get automated up at some point
#LIBS=$(SOLARIS_LIBS)
#LIBS=$(FR
www.eeworm.com/read/131172/7122613
sunos makefile.sunos
#
#
# C++ Portable Types Library (PTypes)
# Version 2.0.2 Released 17-May-2004
#
# Copyright (C) 2001-2004 Hovik Melikyan
#
# http://www.melikyan.com/ptypes/
#
#
#
# Makefile for SunOS, called fr
www.eeworm.com/read/125072/7140981
makefile
STRIP = strip
CC = gcc
CFLAGS = -O2
all: env_audit
solaris: solaris-env
env_audit:
$(CC) $(CFLAGS) -o $@ env_audit.c
@$(STRIP) $@
with-caps:
$(CC) $(CFLAGS) -D_POSIX_CAP -o env_audit env_aud
www.eeworm.com/read/141301/13023870
ac configure.ac
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
#
# avarice - The "avarice" program.
# Copyright (C) 2001 Scott Finner
www.eeworm.com/read/112162/6150598
m4 apr_hints.m4
dnl -----------------------------------------------------------------
dnl apr_hints.m4: APR's autoconf macros for platform-specific hints
dnl
dnl We preload various configure settings depending
dnl