April Escamilla wrote:
>
> Hey Monty & Paul
>
> Thanks for the suggestions you two. mysql_init is not in my version, so
> I took it out, but mysql_real_connect is. So i tweaked the code to fit the
> specs in mysql.h but now I get this error.
>
> april=/u/april [247]:cc -o mysql_connect
> mysql_connect.c -ls -L/u/april/mysql -lmysq>
> i386ld mysql_connect.o: can't find library libs.a
> april=/u/april [248]:cc -o mysql_connect
> mysql_connect.c -ls -L/u/april/mysql -lmysqlclient
> i386ld mysql_connect.o: can't find library libs.a
>
April:
What is libs.a for? You are trying to link against it, and aparently you
either do not have it installed, or it is hiding in some obscure
directory.
--
Sasha Pachev
http://www.sashanet.com/ (home)
http://www.direct1.com/ (work)