From: Warren Young Date: March 11 2005 4:53am Subject: Re: Segmentation fault->Result res = query.store(); List-Archive: http://lists.mysql.com/plusplus/4109 Message-Id: <42312460.7010700@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Warren Young wrote: > That's strange. I thought the examples always linked against the > MySQL++ library in ../lib. Turns out they do! On first running the libtool-generated script in the examples directory, a second binary is created, .libs/lt-FOO. So my correction above was incorrect, too. One should say: $ ldd .libs/lt-resetdb to find out which libraries the resetdb example is using. ...All of which probably re-opens the mystery of the segfault.....