From: Warren Young Date: June 9 2005 2:28pm Subject: Re: Link errors with resetdb example program List-Archive: http://lists.mysql.com/plusplus/4500 Message-Id: <42A8521E.7000904@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Dale Smith wrote: > > [dsmith@saquri01 examples]$ make -f Makefile.simple clean && make -f > Makefile.simple FYI, you can shorten that to "make -f Makefile.simple clean all" From other posts in the thread: > I have version 1.7.40 of MySQL++ Is it possible that you have other versions of MySQL++ floating around on your system? Makefile.simple and Makefile.am will use different versions of the library. > We are using gcc 3.4.3. I just tried the command above on a Fedora Core 3 system running GCC 3.4.3, and it works fine.