From: Hiromichi Watari Date: February 9 2009 4:57pm Subject: Build with debug option List-Archive: http://lists.mysql.com/internals/36228 Message-Id: <644034.6147.qm@web55901.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I'm trying to build from development 6.0 source with debug option with the following make error(first of many). $ ./configure --with-debug . . . mysql.o: In function `build_completion_hash': /usr/local/mysql-6.0-build/client/mysql.cc:2516: undefined reference to `_db_enter_' I did pull in the source tree with dbug directory with dbug_long.h, dbug.c and so on. Anybody has any idea ? Thanks, Hiromichi