| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | March 11 2005 4:53am |
| Subject: | Re: Segmentation fault->Result res = query.store(); | ||
| View as plain text | |||
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.....
