When I try to compile the default MyC API that is on the Contributed API page I get the following error:
I believe that the error has to do with the way database.h includes mysql.h and that it can’t call the methods that are in it. /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x8e):sampl e1.c: undefined reference to `mysql_connect' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0xa7):sampl e1.c: undefined reference to `mysql_error' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0xdd):sampl e1.c: undefined reference to `mysql_select_db' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0xf6):sampl e1.c: undefined reference to `mysql_error' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x252):samp le1.c:undefined reference to `mysql_query' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x275):samp le1.c:undefined reference to `mysql_store_result' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x2a2):samp le1.c:undefined reference to `mysql_fetch_row' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x2ba):samp le1.c:undefined reference to `mysql_fetch_fields' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x2dd):samp le1.c:undefined reference to `mysql_error' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x315):samp le1.c:undefined reference to `mysql_num_fields' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x34b):samp le1.c:undefined reference to `mysql_num_fields' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x389):samp le1.c:undefined reference to `mysql_num_fields' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x3bf):samp le1.c:undefined reference to `mysql_num_fields' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x3fa):samp le1.c:undefined reference to `mysql_num_fields' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x4c2):samp le1.c:undefined reference to `mysql_fetch_row' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x533):samp le1.c:undefined reference to `mysql_data_seek' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x544):samp le1.c:undefined reference to `mysql_fetch_row' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x5af):samp le1.c:undefined reference to `mysql_data_seek' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x5c0):samp le1.c:undefined reference to `mysql_fetch_row' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x61a):samp le1.c:undefined reference to `mysql_data_seek' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x635):samp le1.c:undefined reference to `mysql_fetch_row' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x696):samp le1.c:undefined reference to `mysql_num_fields' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x736):samp le1.c:undefined reference to `mysql_num_fields' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x79a):samp le1.c:undefined reference to `mysql_num_fields' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x974):samp le1.c:undefined reference to `mysql_escape_string' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0xb76):samp le1.c:undefined reference to `mysql_num_fields' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0xe6b):samp le1.c:undefined reference to `mysql_escape_string' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x104f):sam ple1.c:undefined reference to `mysql_escape_string' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x12ff):sam ple1.c:undefined reference to `mysql_escape_string' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x13e7):sam ple1.c:undefined reference to `mysql_query' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x1400):sam ple1.c:undefined reference to `mysql_error' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x1440):sam ple1.c:undefined reference to `mysql_affected_rows' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x1533):sam ple1.c:undefined reference to `mysql_free_result' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x155c):sam ple1.c:undefined reference to `mysql_close' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x1596):sam ple1.c:undefined reference to `mysql_num_rows' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x15d2):sam ple1.c:undefined reference to `mysql_num_fields' /cygdrive/d/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cc5hhVhM.o(.text+0x163c):sam ple1.c:undefined reference to `mysql_data_seek' collect2: ld returned 1 exit status --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php