#!/bin/ksh set -v CDEBUG="-g -ansi -pedantic -Wall -Wpointer-arith -Winline -Wmissing-prototypes \ -Wstrict-prototypes" # Linux gcc -I. -g -ansi $CDEBUG -o client client.c -lnsl -lm