Ragupathi P a écrit :
> 
> hi,
> 
>   basically i am reframing my earlier question.
> 
>   i'm using  aCC ( ansic C++ compiler from HP ) on HPUX10.2
>   to compile and link my small C code with libraries available
>   from mysql-3.23.32-hp-hpux10.20-hppa1.1 .
> 
>   i get the following:
>   /usr/ccs/bin/ld: Unsatisfied symbols:
>      mysql_connect (code)
>      mysql_init (code)
> 
>   i wld greatly appreciate if someone can figure out if something
>   is wrong.
> 
> thank you
> ragu
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Hi,

Well, the linker is just telling you that he cannot find mysql library.

What are your compile and link commands ?
Have you specified mysql library in command line ?
If mysql library is not in a standard directory, have you specified
mysql library localtion (-L option) ?

Hope this helps, sorry for not being more specific but I don't have
access
to an HPUX machine anymore.
--
Joseph Bueno

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to