From: Warren Young Date: July 22 2008 1:24pm Subject: Re: Built MySQL++ on Linux, now what? List-Archive: http://lists.mysql.com/plusplus/7782 Message-Id: <09439923-DB58-48DF-8620-D1E3D63BAC1A@etr-usa.com> MIME-Version: 1.0 (Apple Message framework v928.1) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Jul 22, 2008, at 6:36 AM, Amit k. Saha wrote: > On Mon, Jul 21, 2008 at 9:00 PM, Warren Young > wrote: >> Amit k. Saha wrote: >>> >>> `parse_command_line(int, char**, char const**, char const**, char >>> const**, char const**, char const*)' >> >> Once again, the answer's in the mail list archives. > > At best what I found was (or otherwise)- README-examples.txt which > doesn't point me to any reason for getting this error. Am I missing > linking to some library? Most of the examples are built against a convenience library which does contain this function. This library is not intended to be used by third-party code, nor are the examples intended to be built separately from the library. When you say "make" to build the library, the examples also got built. If you're trying to learn to build your own programs that use MySQL++, I would suggest building them from scratch rather than try to build simple1.cpp separately. I have explained this many times over the years, which is why I assumed you could find it in the archives.