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=root &
Thanks,
Hiromichi
--- On Wed, 2/11/09, Guilhem Bichot <guilhem@stripped> wrote:
> From: Guilhem Bichot <guilhem@stripped>
> Subject: Re: Build with debug option
> To: hiromichiwatari@stripped
> Cc: "Chad MILLER" <chad@stripped>, internals@stripped
> Date: Wednesday, February 11, 2009, 10:00 AM
> Hello,
>
> Hiromichi Watari a écrit, 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
> >
> >
> > shell> autoreconf --force --install
> #1
> > shell> ./configure # Add your favorite options
> here #2
> > shell> make
> #3
> > shell> aclocal; autoheader
> #4
> > shell> libtoolize --automake --force
> #5
> > shell> automake --force --add-missing; autoconf
> #6
> > shell> make install
> #7
>
> You can see what the BUILD/compile* scripts do by running
> them with 'sh -x':
>
> sh -x BUILD/compile-script-of-your-choice
>
> 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.
>
> -- MySQL Internals Mailing List
> For list archives: http://lists.mysql.com/internals
> To unsubscribe:
> http://lists.mysql.com/internals?unsub=1