>>#include <conio.h>
>>#include <stdarg.h>
>>#include "winsock.h"
>>#include <stdio.h>
>>#include <stdlib.h>
>>#include <string.h>
>>#include <mysql.h>
>>
>>int main(void) {
>>    MYSQL* toto;
>>
>>    toto = mysql_init(toto);
>>}
>>
>>
>>/* this is the compler log */
>>
>>Compiler: Default compiler
>>Executing  gcc.exe...
>>gcc.exe "U:\mep\Dev\abr.c" -o "U:\mep\Dev\abr.exe"
>>-I"C:\Dev-Cpp\include"  -I"C:\mysql\include"   -L"C:\Dev-Cpp\lib"
>>C:\DOCUME~1\badier1\LOCALS~1\Temp/ccW8aaaa.o(.text+0x1d2):abr.c:
undefined
>>reference to [EMAIL PROTECTED]'
>>
>>Execution terminated
>>
>>
>
>Does that command list the directory where the MySQL client library
>is located, so that the compiler can find it?  -L"C:\mysql\lib\opt"
>or -L"C:\mysql\lib\debug" perhaps?

I also include thoses directories, where dll's are located, and error
remain the same :

Compiler: Default compiler
Executing  gcc.exe...
gcc.exe "U:\mep\Dev\abr.c" -o "U:\mep\Dev\abr.exe"
-I"C:\Dev-Cpp\include"  -I"C:\mysql\include"   -L"C:\Dev-Cpp\lib"
-L"c:\mysql\lib" -L"C:\mysql\lib\opt" -L"c:\mysql\lib\debug"
C:\DOCUME~1\badier1\LOCALS~1\Temp/ccKIaaaa.o(.text+0x25):abr.c: undefined
reference to [EMAIL PROTECTED]'

Execution terminated



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to