go into the root src dir of mysql++, then
touch INSTALL
touch NEWS
touch COPYING
touch AUTHORS
touch ChangeLog
then try recompiling. that worked for me
marco
-----Original Message-----
From: Tobias Bohlin [mailto:tobi...@telia.com]
Sent: Monday, July 30, 2001 2:52 PM
To: plus...@lists.mysql.com
Subject: error during install
Hi list!
First I put the *.tar.gz in /tmp and executed gunzip + tar -xvf on it.
Issued automake and got:
automake: Makefile.am: required file '.\INSTALL' not found
automake: Makefile.am: required file '.\NEWS' not found
automake: Makefile.am: required file '.\COPYING' not found
automake: Makefile.am: required file '.\AUTHORS' not found
automake: Makefile.am: required file '.\ChangeLog' not found
After that I executed autoconf etc according to README. When
I tried to:
cd examples
make simple1
it seems to hang. Waited a few minutes.
Using MySQL 3.22.23b.
Regards