Hi,

About "bk -r get -Sq", after a bk pull, is "bk -r edit" still needed or
"bk -r get -Sq" could replace it ?

Thanks and regards,
  Jocelyn
----- Original Message -----
From: "Lenz Grimmer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 12, 2002 2:56 PM
Subject: Re: The Manual on MySQL is not updated...


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

On Wed, 11 Dec 2002, Dyego Souza do Carmo wrote:

> http://www.mysql.com/doc/en/Installing_source_tree.html
>
> In the manual , to compile a "source" tree only type:
>
> shell> cd mysql-4.0
> shell> bk -r get -Sq
> shell> aclocal; autoheader; autoconf;  automake;
> shell> ./configure  # Add your favorite options here
> shell> make
>
> but , if you using innodb this is not true, to perfect compilation of
> mysql with innodb you take:
>
> shell> cd mysql-4.0
> shell> bk -r get -Sq
> shell> aclocal; autoheader; autoconf;  automake;
> shell> cd innobase
> shell> aclocal; autoheader; autoconf;  automake;
> shell> cd ..
> shell> ./configure  # Add your favorite options here
> shell> make
>
> if you not type "aclocal; autoheader; autoconf;  automake;" in
> innobase directory , the compilation print a error.
>
> i´m true ?

Yes, that's correct. Thanks for the hint - I fixed this part of the manual
now.

Bye,
LenZ
- - --
For technical support contracts, visit https://order.mysql.com/?ref=mlgr
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /      Mr. Lenz Grimmer <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__     MySQL AB, Production Engineer
/_/  /_/\_, /___/\___\_\___/     Hamburg, Germany
       <___/   www.mysql.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE9+KOsSVDhKrJykfIRAhv8AJwJX6831og2hBTRVaGq3gZIr7GTVgCfSFwE
ZJfa8h+vQ8MFpE+gpkhEZ68=
=WBQe
-----END PGP SIGNATURE-----


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php






---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to