> I am quite new to programming in Linux although I am no stranger to
> programming in Windows.
> This is my problem:
> I downloaded the mysql++ API and extracted it to /root/mysql++-1.7.9/
> I browsed to /examples/ and thought I would try and compile simple1.cc.
> This is what I did from the terminal:
>
> terminal #  g++ simple1.cc -I/usr/local/mysql/include/
> -I/root/mysql++-1.7.9/sqlplusint/
>
> /usr/local/mysql/ is where my MySQL 3.23.38 is installed
> /root/mysql++-1.7.9/ is the extracted API files I downloaded from
> mysql.com

> What am I doing wrong?  PLEASE any ideas!!

You should read README after you extract mysql++ :o)
If you want to compile mysql++ libraries and examples do in your
mysql++-1.7.9 directory:
automake
autoconf
./configure
make
make install

Bye,
.:: Andrius Armonas ::.
.:: [EMAIL PROTECTED] ::.
.:: http://baubas.andrius.org ::.


---------------------------------------------------------------------
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