**Urgente** I can't compile mysql

2001-05-31 Thread mens
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 '_

Re: I can't compile!

2001-01-12 Thread Sinisa Milivojevic
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

I can't compile!

2001-01-12 Thread Tello, Fredy Ramiro
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