This repository was archived by the owner on May 24, 2022. It is now read-only.

Description
[root@stud stud-master]# make
cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include -c -o stud.o stud.c
stud.c: In function ‘prepare_proxy_line’:
stud.c:786: warning: implicit declaration of function ‘inet_ntoa’
stud.c:787: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’
stud.c:787: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’
stud.c:792: warning: implicit declaration of function ‘inet_ntop’
cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include -c -o ringbuffer.o ringbuffer.c
cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include -c -o configuration.o configuration.c
cc -o stud stud.o ringbuffer.o configuration.o -lssl -lcrypto -lev -L/usr/local/lib