linkcount.c: In function `main':
linkcount.c:69: parse error before `>'
linkcount.c:30: warning: `l' might be used uninitialized in this function
linkcount.c:91: warning: control reaches end of non-void function
linkcount.c: At top level:
linkcount.c:92: warning: type defaults to `int' in declaration of `mysql_free_result'
linkcount.c:92: warning: parameter names (without types) in function declaration
linkcount.c:92: conflicting types for `mysql_free_result'
/usr/local/include/mysql/mysql.h:182: previous declaration of `mysql_free_result'
linkcount.c:92: warning: data definition has no type or storage class
linkcount.c:94: warning: type defaults to `int' in declaration of `l'
linkcount.c:94: `count' undeclared here (not in a function)
linkcount.c:94: warning: data definition has no type or storage class
linkcount.c:95: parse error before string constant
linkcount.c:96: warning: type defaults to `int' in declaration of `sprintf'
linkcount.c:96: warning: data definition has no type or storage class
linkcount.c:100: warning: type defaults to `int' in declaration of `mysql_free_result'
linkcount.c:100: warning: parameter names (without types) in function declaration
linkcount.c:100: warning: data definition has no type or storage class
linkcount.c:101: parse error before `&'
linkcount.c:101: warning: type defaults to `int' in declaration of `mysql_close'
linkcount.c:101: conflicting types for `mysql_close'
/usr/local/include/mysql/mysql.h:158: previous declaration of `mysql_close'
linkcount.c:101: warning: data definition has no type or storage class
linkcount.c:102: parse error before `&'
linkcount.c:102: warning: type defaults to `int' in declaration of `mysql_close'
linkcount.c:102: warning: data definition has no type or storage class
linkcount.c:103: parse error before `&'
linkcount.c:103: warning: type defaults to `int' in declaration of `mysql_close'
linkcount.c:103: warning: data definition has no type or storage class
make: *** [linkcount.o] Error 1
