From: Warren Young Date: April 4 2005 7:13pm Subject: Re: Compilation, Linking error for MySQL++ tutorials List-Archive: http://lists.mysql.com/plusplus/4206 Message-Id: <425191C3.8010709@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Willy K' wrote: > in /usr/local/mysql++1.7.30/examples/ > I've ran "./make" And then what happens? > I've tried "g++ resetdb.cpp -lmysqlpp" infinite times, this is You also need to build util.cpp. Instead of trying to run g++ by hand, I recommend using examples/Makefile.simple to build the examples if you want to avoid using the automake mechanism: $ make -f Makefile.simple