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
        [EMAIL PROTECTED]

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to