stud icon indicating copy to clipboard operation
stud copied to clipboard

when i try to install stud on centos i got below error

Open tell2veeru opened this issue 12 years ago • 1 comments

[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

tell2veeru avatar Feb 20 '14 11:02 tell2veeru

See #133 for the workaround

earthgecko avatar Oct 13 '14 15:10 earthgecko