Unsatisfied symbols-mysql_init

2001-02-14 Thread Ragupathi P


hi,

  i recently downloaded mysql-3.23.32-hp-hpux10.20-hppa1.1.tar.gz ,
  and tried writing a very simple code to start with .

  i just made a call to mysql_init() and mysql_connect() in  the 
  sample code .

  i used aCC ( version : aCC: HP ANSI C++ B3910B A.01.21) on a 
  HPUX 10.2 machine .

  i am linking to libraries available in 
  /mysqldepot/mysql-3.23.32-hp-hpux10.20-hppa1.1/lib

  i get the following 
  /usr/ccs/bin/ld: Unsatisfied symbols:
 mysql_connect (code)
 mysql_init (code)

  i wld be greatly obliged if someone can figure out if i am
  doing something 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




can I use aCC..

2001-02-14 Thread Ragupathi P


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