2 messages in com.mysql.lists.plusplussegmantation fault with examples..
FromSent OnAttachments
Julian Ohm05 Sep 2003 09:28 
Sinisa Milivojevic06 Sep 2003 04:08 
Subject:segmantation fault with examples..
From:Julian Ohm (Juli@t-online.de)
Date:09/05/2003 09:28:01 AM
List:com.mysql.lists.plusplus

Hi I try to use mysql++ on Debian 3.0r1 woody. When I do automake i get an error
that some files (INSTALL AUTHORS COPYING etc ) are missing.. so I created them.
I get no error on compile but the example tools closing directly after start
with an Segmantation fault.. To locate that fault I creat a printf() after
main()

// int main(....) { printf.... 'your code' } but nothing happens. No output from printf

I compiled with gcc 2.95

I don't know what I can do now.. I tried almost everything (I think so).