From: Dan Nelson Date: June 16 2002 1:27am Subject: Re: Working libmysqld.a for Tru64 5.1? List-Archive: http://lists.mysql.com/mysql/112087 Message-Id: <20020616012742.GH98568@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Jun 15), Randall Severy said: > To anyone who can help, > Does anyone have a working libmysqld.a library (with the > net_clear define patch in net_serv.cc) compiled on a Compaq Tru64 5.1 > (or compatible) system? I've been trying to build one for a week on > one of Compaq's TestDrive servers and I just can't get a working > library built. After a lot of tweaking, I finally was able to > successfully compile libmysqld.a from the (patched) 4.0.1 sources > using gcc 2.97, but any attempts to use it result in a Segmentation > fault in the thread functions. I have tried building with the native > Tru64 thread libraries as well as the MIT-pthread libraries, but both > run into the same problem. I have run out of ideas of things to > try... I don't believe there is a gcc 2.97; the latest official 2.* release was GCC 2.95.3 in March 2001, and 2.96 is a RedHat-only version. The latest stable gcc is 3.1, and mysql builds fine with it on my 5.1a box (although I prefer to use Tru64 cc on Alphas; it generates much faster executables). Is the problem you're seeing just with the standalone library? -- Dan Nelson dnelson@stripped