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

2006-09-06 Thread Martin Bochnig
Frank Mash wrote: >Thanks Steve. > >I am using 64-bit so it will be great to see some sysbench binaries for that. > >Frank > > Not completely. You wouldn't get the WRONG ELFCLASS error if it was all 64 bits. Martin ___ opensolaris-discuss mailing lis

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

2006-09-06 Thread Frank Mash
Thanks Steve. I am using 64-bit so it will be great to see some sysbench binaries for that. Frank This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

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

2006-09-06 Thread Sean McGrath - Sun Microsystems Ireland
Frank Mash stated: < Hi all, < I installed the latest version (Studio11) and the ./configure runs fine (no errors or warnings but running make now produces somewhat similar errors: < < Making all in doc < make[1]: Entering directory `/home/fmashraqi/install/bench/sysbench-0.4.7/doc' < make[1]: No

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

2006-09-06 Thread Frank Mash
Hi all, I installed the latest version (Studio11) and the ./configure runs fine (no errors or warnings but running make now produces somewhat similar errors: Making all in doc make[1]: Entering directory `/home/fmashraqi/install/bench/sysbench-0.4.7/doc' make[1]: Nothing to be done for `all'. mak

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

2006-09-05 Thread Sean McGrath - Sun Microsystems Ireland
Frank Mash stated: < > 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 < between the languages. < > Use "/opt/SUNWspro/bin/cc". < < Even with that I get compile errors when runn

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

2006-09-05 Thread Sean McGrath - Sun Microsystems Ireland
[EMAIL PROTECTED] stated: < < >> 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 < >between the languages. < >> Use "/opt/SUNWspro/bin/cc". < > < >Even with that I get compile

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

2006-09-05 Thread Casper . Dik
>> 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 >between the languages. >> Use "/opt/SUNWspro/bin/cc". > >Even with that I get compile errors when running make: ANT -g -c -o l

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

2006-09-05 Thread Frank Mash
> 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 between the languages. > Use "/opt/SUNWspro/bin/cc". Even with that I get compile errors when running make: # Making all i