From: Warren Young Date: April 27 2007 6:39pm Subject: Re: Compiling the examples List-Archive: http://lists.mysql.com/plusplus/6568 Message-Id: <46324361.7080207@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Henk te Sligte wrote: > > although I looked all over the internet, I couldn't find an answer. Try looking a little closer to home: README.examples > laptop:/usr/src/mysql++-2.2.3/examples # g++ `mysql_config --libs --cflags` > -I/usr/local/include/mysql++ -lmysqlpp -o simple1 simple1.cpp If you want to learn to build the examples without using the MySQL++ build system, see Makefile.simple.