From: Warren Young Date: July 7 2008 11:38pm Subject: Re: Thread-awareness vs thread-safety List-Archive: http://lists.mysql.com/plusplus/7732 Message-Id: <4872A8E4.7030107@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Rick Gutleber wrote: > Is there any way to build with the SRPM while specifying the additional > configure flag, or do I need to build from the source? Download the tarball, open mysql++.spec in a text editor, change the configure command (line 49, currently) to add/remove flags as desired, then -- as root -- say "make rpm". In addition to rebuilt i386.RPMs, you will also get a .src.rpm with this new spec file embedded so you can rebuild with the recommended command, such as on different machines.