From: Warren Young Date: February 2 2006 11:08am Subject: Re: Another newbie here... List-Archive: http://lists.mysql.com/plusplus/5426 Message-Id: <43E1E815.7050004@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Brian Henning wrote: > > % g++ -I/usr/local/include/mysql++ -o testmysql testmysql.cpp You're not linking to either the MySQL C API library, nor the MySQL++ API library. You must do both. Rebuild the examples and observe the g++ commands given when you say 'make'.