RE: 64bit mysql and gcc

2001-12-07 Thread Ian
> > I just checked out sun-freeware and they have recently released gcc 3.0.2. > I am downloading this now and as soon as I get some time over I will > see if this can be used to generate 64 bit binaries. I just checked on this. The gcc package from sun-freeware was not built with 64bit support

RE: 64bit mysql and gcc

2001-12-06 Thread Michael Widenius
Hi! > "Greg" == Greg Cope <[EMAIL PROTECTED]> writes: Greg> We use the Sun's cc complier - this is the standard complier here on Spark / Greg> Solaris. The problem is that we don't have access to a system to a Solaris 8 system with SUN cc installed. (If anyone want to make one available

Re: 64bit mysql and gcc

2001-12-05 Thread Laurent Oget
On Wed, Dec 05, 2001 at 05:05:54PM +0200, Michael Widenius wrote: > > Hi! > > > Yes; Our Solaris binaries are currently 32 bit. > > The main reason for this is that I haven't seen any reports that gcc > should be able to produce production quality code on 64 bit sparc. > the sun compiler d

RE: 64bit mysql and gcc

2001-12-05 Thread Greg_Cope
> -Original Message- > From: Michael Widenius > Yes; Our Solaris binaries are currently 32 bit. > Hi, > The main reason for this is that I haven't seen any reports that gcc > should be able to produce production quality code on 64 bit sparc. > I've been involved with 64bity stuff h

Re: 64bit mysql and gcc

2001-12-05 Thread Sinisa Milivojevic
Ian writes: > Here is the 2.8 package I just downloaded from one of your mirror sites. > > [reckon]/vol0/homes/ian/tmp/mysql-3.23.46-sun-solaris2.8-sparc/bin> ls mysqld > mysqld* > [reckon]/vol0/homes/ian/tmp/mysql-3.23.46-sun-solaris2.8-sparc/bin> file mysqld > mysqld: ELF 32-bit MSB exe

Re: 64bit mysql and gcc

2001-12-04 Thread Ian
Here is the 2.8 package I just downloaded from one of your mirror sites. [reckon]/vol0/homes/ian/tmp/mysql-3.23.46-sun-solaris2.8-sparc/bin> ls mysqld mysqld* [reckon]/vol0/homes/ian/tmp/mysql-3.23.46-sun-solaris2.8-sparc/bin> file mysqld mysqld: ELF 32-bit MSB executable SPARC Version 1,

RE: 64bit mysql and gcc

2001-12-04 Thread Greg_Cope
> -Original Message- > From: Sinisa Milivojevic [mailto:[EMAIL PROTECTED]] > Sent: 04 December 2001 12:47 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: 64bit mysql and gcc > > > PFIZER GLOB

Re: 64bit mysql and gcc

2001-12-04 Thread Sinisa Milivojevic
Ian writes: > I would be more than happy to. Could you point me in the direction > of the binaries? The ones that I have found have been 32bit DBs. > > IW. > > > What makes you think that our Solaris 2.8 binaries are 32bit ?? -- Regards, __ ___ ___ __ / |/ /_ __/ _

Re: 64bit mysql and gcc

2001-12-03 Thread Ian
I would be more than happy to. Could you point me in the direction of the binaries? The ones that I have found have been 32bit DBs. IW. On Dec 3 Sinisa Milivojevic was rumored to have written: > > GCC 3.* is not fully tested on Solaris. > > Why don't you just use our binaries. They

Re: 64bit mysql and gcc

2001-12-03 Thread Sinisa Milivojevic
Ian writes: > Greetings, > > I am having some trouble getting a 64bit mysql (built with gcc) > to work correctly. I am able to build and start mysql, but it crashes > anytime I try to manipulate a table with some data in it. This is > using mysql-3.23.42. > > Thanks in advance, > > > I