[root@localhost rpc.rstatd]# make rm -f rstat.h rpcgen -h -o rstat.h rstat.x gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c rup.c rup.c: In function 'ointopoint_v5': rup.c:256: warning: passing argument 6 of 'client->cl_ops->cl_call'?from incompatible pointer type rup.c: In function 'ointopoint_v3'? rup.c:292: warning: passing argument 6 of 'client->cl_ops->cl_call'?from incompatible pointer type rup.c: In function 'main'? rup.c:317: warning: return type of 'main'?is not 'int'?rm -f rstat_xdr.c rpcgen -c -o rstat_xdr.c rstat.x gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c rstat_xdr.c rm -f rstat_clnt.c rpcgen -l -o rstat_clnt.c rstat.x gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c rstat_clnt.c gcc -g -O2 -o rup rup.o rstat_xdr.o rstat_clnt.o gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c rsysinfo.c rsysinfo.c: In function 'ointopoint_v3'? rsysinfo.c:136: warning: passing argument 6 of 'client->cl_ops->cl_call'?from incompatible pointer type rsysinfo.c: In function 'main'? rsysinfo.c:160: warning: return type of 'main'?is not 'int'?gcc -g -O2 -o rsysinfo rsysinfo.o rstat_xdr.o rstat_clnt.o rm -f rstat_svc.c rpcgen -m -o rstat_svc.c rstat.x gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c rstat_svc.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c rstat_proc.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c rstat_main.c rstat_main.c: In function 'main'? rstat_main.c:82: warning: return type of 'main'?is not 'int'?gcc -g -O2 -o rpc.rstatd rstat_svc.o rstat_xdr.o rstat_proc.o rstat_main.o |