I'am use OpenBSD 2.8 and try compile various version of mysql but the same compile
error
appears when I try make it.
The error:
mysql.o: Definition of symbol '_time_teste' (multiply defined)
readline.o: Definition of symbol '_time_teste' (multiply defined)
sql_string.o: Definition of symbol '_
Tello, Fredy Ramiro writes:
> Hi, I have developed a program using MySQL++ but I can't compile it.
>
> My MySQL home is /usr/local/mysql/ and my MySQL++ home is
> /usr/local/mysql++/
>
> I have tried compile the program with: gcc myprogram.cc
> -I/usr/local/my
Hi, I have developed a program using MySQL++ but I can't compile it.
My MySQL home is /usr/local/mysql/ and my MySQL++ home is
/usr/local/mysql++/
I have tried compile the program with: gcc myprogram.cc
-I/usr/local/mysql++/include -L/usr/local/mysql/lib/mysql -o myprogram but I
obtain