Re: [osol-discuss] Re: Re: Re: Compiling sysbench on Solaris 10

2006-09-05 Thread Steven Christensen
Frank -Just compiled sysbench on one of my x86 Solaris 10 machinesusing the gcc and mysql I have on sunfreeware.   It builds fineand so far the tests seem to run OK.  It is a 32-bit build, butI will try a 64-bit one as well.   If this works, I will just put the packages out on my site for 10 and an

Re: [osol-discuss] Re: Re: Re: Compiling sysbench on Solaris 10

2006-09-05 Thread Casper . Dik
>Based on the recommendations, I finally installed cc and now I am getting the >following errors whe n trying to compile sysbench: You're using this as a C compiler: >checking for gcc... (cached) /opt/SUNWspro/bin/CC It's a C++ compiler; anyone programming C will deny there's a relationship be

Re: [osol-discuss] Re: Re: Re: Compiling sysbench on Solaris 10

2006-09-05 Thread Sean McGrath - Sun Microsystems Ireland
I suspect you need a newer version of the sun compiler. sysbench-0.4.7 builds fine for me with the studio11 compilers. You can get that version via the same links as sent out. Older Sun compilers didn't like (I think) things like: static drv_caps_t mysql_drv_caps = { .multi_rows_insert =

[osol-discuss] Re: Re: Re: Compiling sysbench on Solaris 10

2006-09-05 Thread Frank Mash
Thank you everyone for your assistance. Steve, thanks for willing to assist me with this. I really appreciate it. Based on the recommendations, I finally installed cc and now I am getting the following errors when trying to compile sysbench: I was so happy to move beyond previous errors but now