From: Hiromichi Watari Date: October 7 2010 2:40pm Subject: Make without debug code List-Archive: http://lists.mysql.com/internals/38131 Message-Id: <801487.52839.qm@web55907.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, I'm trying to build the server without debug code, >./configure ..... (without --with-debug) >make but then I get the following error, does anybody have any idea about this or a workaround ? Thanks, Hiromichi ------------------------------------------------------------------------ libtool: link: gcc -g -O2 -DUNIV_LINUX -DUNIV_LINUX -rdynamic -o factorial my_main.o factorial.o libdbug.a ../mysys/libmysys.a ../strings/libmystrings.a -lpthread -lcrypt -lnsl -lm -lpthread ../mysys/libmysys.a(my_thr_init.o): In function `my_thread_end': /home/hwatari/mysql-server/mysql-5.1-build-modified/mysys/my_thr_init.c:340: undefined reference to `_db_pop_' collect2: ld returned 1 exit status make[1]: *** [factorial] Error 1