2 messages in com.mysql.lists.plusplusRE: error during install
FromSent OnAttachments
Mark Peoples30 Jul 2001 13:04 
Tobias Bohlin30 Jul 2001 14:51 
Subject:RE: error during install
From:Mark Peoples (mar@ex1.hostmydot.com)
Date:07/30/2001 01:04:07 PM
List:com.mysql.lists.plusplus

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