vincent@vinbuntu:~/RES/VERSION1$ make
gcc -o tcp.o -c ./tcp/tcp.c -Wall -ansi
./tcp/tcp.c: Dans la fonction «connecter» :
./tcp/tcp.c:32: attention : implicit declaration of function «bzero»
./tcp/tcp.c:36: attention : implicit declaration of function «bcopy»
./tcp/tcp.c: Dans la fonction «closeSocket» :
./tcp/tcp.c:98: attention : control reaches end of non-void function
gcc -o smtp_v1.o -c ./smtp/smtp_v1.c -Wall -ansi
./smtp/smtp_v1.c: Dans la fonction «sendHelo» :
./smtp/smtp_v1.c:18: attention : implicit declaration of function «sendN»
./smtp/smtp_v1.c:23: attention : implicit declaration of function «readN»
./smtp/smtp_v1.c: Dans la fonction «sendQuit» :
./smtp/smtp_v1.c:97: attention : implicit declaration of function «closeSocket»
cc -c -o main_smtp.o main_smtp.c
gcc -o execsmtp tcp.o smtp_v1.o main_smtp.o |