From: Hiromichi Watari Date: February 11 2009 1:56pm Subject: Re: Build with debug option List-Archive: http://lists.mysql.com/internals/36252 Message-Id: <645323.34793.qm@web55908.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 --- On Tue, 2/10/09, Guilhem Bichot wrote: > From: Guilhem Bichot > Subject: Re: Build with debug option > To: hiromichiwatari@stripped > Cc: "Chad MILLER" , internals@stripped > Date: Tuesday, February 10, 2009, 3:53 PM > Hi, >=20 > Hiromichi Watari a =C3=A9crit, Le 02/10/2009 08:19 PM: > > Hi Guilhem, > > Thank you for your suggestion of using > BUILD/compile-pentium-debug and here is what I got, am I > missing something here ? > >=20 > >=20 > >=20 > > BUILD/check-cpu: Oops, could not find out what kind of > cpu this machine is using. > > + make -k maintainer-clean > > make[2]: warning: -jN forced in submake: disabling > jobserver mode. > > make[2]: warning: -jN forced in submake: disabling > jobserver mode. > > . > > . > > . > > make[1]: warning: -jN forced in submake: disabling > jobserver mode. > > make[1]: warning: -jN forced in submake: disabling > jobserver mode. > > safemalloc.c: In function =E2=80=98_mymalloc=E2=80=99: > > safemalloc.c:162: warning: format =E2=80=98%ld=E2=80=99 expects > type =E2=80=98long int=E2=80=99, but argument 2 has type =E2=80=98size_t= =E2=80=99 > > make[1]: warning: -jN forced in submake: disabling > jobserver mode. > > troff: fatal error: can't find macro file m > > troff: fatal error: can't find macro file m > > make[1]: [user.ps] Error 1 (ignored) > > make[1]: [user.t] Error 1 (ignored) >=20 > This is just an error when building the postscript and > troff version of the manual of the dbug library, it happens > sometimes, it's ignored anyway (you can see "Error > 1 (ignored)") so don't worry about it. > What matters is if "make" returned 0 (which means > all is fine) or not. > Try this: >=20 > make > echo $? >=20 > If it prints "0" your compilation was successful.=0A=0A=0A