From: Warren Young Date: August 17 2004 8:30pm Subject: Re: exception problem when building on solaris 2.8 with gcc 3.3.2 List-Archive: http://lists.mysql.com/plusplus/3356 Message-Id: <41226AD0.5020401@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Liu, Yigong wrote: > How I can get a simplified Makefile > just using g++ not all other fancy stuff like libtool...? It would be better to find out why libtool is building the library incorrectly, assuming that's what's going wrong. You might try installing recent versions of libtool, autoconf, and automake on your system. Then from within the new 1.7.10 directory, say './bootstrap' to force installation of new versions of libtool and such. Perhaps there are fixes in libtool that either were not in the 1.7.9 version you were using previously, or in the 1.7.10 version I distributed.