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).