From: Warren Young Date: August 17 2004 9:29pm Subject: Re: exception problem when building on solaris 2.8 with gcc 3.3.2 List-Archive: http://lists.mysql.com/plusplus/3359 Message-Id: <412278A7.7060208@etr-usa.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------030706090305040908080206" --------------030706090305040908080206 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Liu, Yigong wrote: > > "cannot find bootstrap". What I did wrong? Sorry, it wasn't added to the 1.7.10 tarball. That will be fixed in the next version. I've attached the script. --------------030706090305040908080206 Content-Type: text/plain; name="bootstrap" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="bootstrap" #!/bin/sh set -x libtoolize --force --copy && aclocal && autoheader && automake --add-missing --copy --foreign && autoconf --------------030706090305040908080206--