Tom Cain[Target Tech.] writes:
>
> Hello
>
> I am using the mysql from SCO skunkworks98, which is 3.21.26. My first
> attempt at a client program gives a few unresolved references: ___divdi3,
> getrusage and a few others from mysqlclient.a all having to do with math.
> I am including msqlclient, socket & m libraries.
>
> Any idea what library I am missing? I tried grep on the lib files to find
> them but cannot.
>
> I am not using gcc, but I don't think that is the problem since the
> references are from mysqlclient.a and not my program.
>
> TIA, Tom
Hi!
You should try to link in math library (-lm for gnu libs), if that is
not case, c lib.
The version that you have got is a pretty archaic one. But in any
case, you should check your c++ and thread libs against the
recommended ones for SCO and that version of MySQL.
Moving to gnu compiler, especially to egcs 1.03a might enable you to
compile latest 3.22.14+ sources.
Sinisa
+---------------------------------------------------------------------+
| TcX ____ __ _____ _____ ___ == [EMAIL PROTECTED] |
| /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic |
| /*/ /*/ /*/ \*\_ |*| |*||*| mailto:[EMAIL PROTECTED] |
| /*/ /*/ /*/\*\/*/ \*\|*| |*||*| Belgrade |
| /*/ /*/ /*/\*\_/*/ \*\_/*/ |*|_____ Serbia |
| ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^ |
| /*/ \*\ Developers Team |
+---------------------------------------------------------------------+
-----------------------------------------------------------
Send a mail to [EMAIL PROTECTED] with
unsubscribe mysql [EMAIL PROTECTED]
in the body of the message to unsubscribe from this list.