From: Warren Young Date: November 10 2004 5:55pm Subject: Re: Can't run examples by themselves List-Archive: http://lists.mysql.com/plusplus/3627 Message-Id: <41925606.9030807@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Dovid Kopel wrote: > I guess this is why we use Makefiles :). Yes. So why are you not? > : undefined reference to `connect_sample_db(int, char**, > mysqlpp::Connection&, char const*)' In that particular instance, you also need to compile the util module and link it to the simple1 module. Again I ask, why are you avoiding Makefiles, particularly when one already exists? See my previous post in this thread.