From: Hiromichi Watari Date: February 10 2009 7:19pm Subject: Re: Build with debug option List-Archive: http://lists.mysql.com/internals/36239 Message-Id: <245020.47347.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 suggestion of using BUILD/compile-pentium-debug and here= is what I got, am I missing something here ? 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) make[1]: warning: -jN forced in submake: disabling jobserver mode. make[2]: warning: -jN forced in submake: disabling jobserver mode. . . . Thanks, Hiromichi --- 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, 9:14 AM > Hello, >=20 > Hiromichi Watari a =C3=A9crit, Le 02/10/2009 01:49 PM: > > Hi Guilhem, > > Thank you for your response, here is my objdump > output. > >=20 > > $ objdump -t ../libmysql/.libs/libmysqlclient.so > > ../libmysql/.libs/libmysqlclient.so: file format > elf32-i386 > >=20 > >=20 > > SYMBOL TABLE: > > 000000d4 l d .hash=0900000000 .hash > > . > > . > > . > >=20 > > 00000000 *UND*=0900000000 =20 > _db_enter_ >=20 > strange... >=20 > > I am using the unmodified configure script(version 6.0 > source pull). > > Do I need to do anything to include libtool ? >=20 > I tried to reproduce your problem ("./configure > --with-debug ; make") > and it failed in mysql.cc (not same error as you, though); > I filed it at > http://bugs.mysql.com/bug.php?id=3D42730 > Until it's fixed, I suggest calling > BUILD/compile-pentium-debug > which seems to work better. >=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