From: Warren Young Date: May 10 2005 4:19pm Subject: Re: OS X compilation List-Archive: http://lists.mysql.com/plusplus/4371 Message-Id: <4280DF25.8040807@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Shaun Roe wrote: > I'm afraid that simply changing line 7796 in configure doesn't do it. One is not supposed to change the configure script directly. It is supposed to be generated correctly from the start. If you have all of the autotools installed on your system, try running "./bootstrap" to re-generate the configure script. Then say "make clean", and then "make" to rebuild the library.