From: Hiromichi Watari Date: February 11 2009 5:29pm Subject: Re: Build with debug option List-Archive: http://lists.mysql.com/internals/36254 Message-Id: <947851.58977.qm@web55901.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi Guilhem, Thank you for your help, I think I've got it working now except that I am not getting debug output from the server. Do you know why that might be ? I do get debug output from mysql client, here is what I type to start the server. $ mysqld_safe -#d:t --user=3Droot & Thanks, Hiromichi --- On Wed, 2/11/09, Guilhem Bichot wrote: > From: Guilhem Bichot > Subject: Re: Build with debug option > To: hiromichiwatari@stripped > Cc: "Chad MILLER" , internals@stripped > Date: Wednesday, February 11, 2009, 10:00 AM > Hello, >=20 > Hiromichi Watari a =E9crit, Le 02/11/2009 02:56 PM: > > Hi Guilhem, > > Thank you for your reply, does running of the script > execute the following shell > > commands #1 thru #6(or any equivalents) ? Because > running of make install after the script > > doesn't quite do the job. I'm not all that > familiar with the build process. > > Thanks, > > Hiromichi > >=20 > >=20 > > shell> autoreconf --force --install =20 > #1 > > shell> ./configure # Add your favorite options > here #2 > > shell> make =20 > #3 > > shell> aclocal; autoheader =20 > #4 > > shell> libtoolize --automake --force =20 > #5 > > shell> automake --force --add-missing; autoconf =20 > #6 > > shell> make install =20 > #7 >=20 > You can see what the BUILD/compile* scripts do by running > them with 'sh -x': >=20 > sh -x BUILD/compile-script-of-your-choice >=20 > There are also build instructions here: > http://dev.mysql.com/doc/refman/6.0/en/installing-source.html > (whether you build from a source tar.gz or from a bzr > tree). > If things explained there don't work, I fear you will > have to file a bug report at bugs.mysql.com. >=20 > -- MySQL Internals Mailing List > For list archives: http://lists.mysql.com/internals > To unsubscribe: =20 > http://lists.mysql.com/internals?unsub=3Dhiromichiwatari@stripped=0A=0A= =0A