Compile Problems -- Solaris 10 -- mysql-5.0.22

2006-06-15 Thread Andrew Nelson
Hello, I'm trying to compile mysql-5.0.22 on Solaris 10 using the Forte Compiler (cc: Sun C 5.8 2005/10/13). I'm doing this so I can build the DBI driver for mysql (DBD::mysql). The .pkg versions are missing libmysqlclient.so required to build DBD::mysql (http://bugs.mysql.com/bug.php?id=17205).

Install/compile problems

2003-10-03 Thread Dermot Paikkos
Hi, SYSTEM: Compaq Alpha, Tru64 5.1, mysql4.0.15a. I have having trouble compiling the source on the above system. I have tried a variety  of configure option, notable the ones offered in the install notes for Tru64 OSF but I  still seem to hit an error during the make. I also insta

Re: Red Hat 8.0 compile problems with 4.0.10

2003-02-19 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Duncan Maitland wrote: Hello, I just tried compiling and using MySQL-4.0.11 (from the BitKeeper repository) on RedHat 8.0, and this problem seems to have gone away: Unfortunately the problem is still occurring even after retrieving the latest so

RE: Red Hat 8.0 compile problems with 4.0.10

2003-02-19 Thread Duncan Maitland
Hello, > >> I just tried compiling and using MySQL-4.0.11 (from the BitKeeper > >> repository) on RedHat 8.0, and this problem seems to have gone away: Unfortunately the problem is still occurring even after retrieving the latest source from the repository (I used the compile_pentium_debug script

Re: Red Hat 8.0 compile problems with 4.0.10

2003-02-17 Thread Heikki Tuuri
mysqladmin shutdown or SHOW TABLES. I guess this is yet another problem with thread stack size overruns and the glibc in Red Hat 8.0, or a bug in gcc-3.2. MySQL AB's official binaries work fine. Regards, Heikki Innobase Oy sql query . Subject: Re: Red Hat 8.0 compile problems

Re: Red Hat 8.0 compile problems with 4.0.10

2003-02-16 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark T. Dame wrote: On 2/16/03 8:40 AM, Mark Matthews wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark T. Dame wrote: On 2/15/03 1:25 AM, Duncan Maitland wrote: I am having trouble compiling a custom mysqld (version 4.0.10) under Red

Re: Red Hat 8.0 compile problems with 4.0.10

2003-02-16 Thread Mark T. Dame
On 2/16/03 8:40 AM, Mark Matthews wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark T. Dame wrote: On 2/15/03 1:25 AM, Duncan Maitland wrote: I am having trouble compiling a custom mysqld (version 4.0.10) under Red Hat 8.0 - I did email this list a few weeks ago and I have tried a few

Re: Red Hat 8.0 compile problems with 4.0.10

2003-02-16 Thread Markus Reger
hello afaik: turn off the optimizing options before compiling/making. ... or get a completely new glibc family and compile each and everything pertinent. ... or use rh 7.3 kr mr >>> Mark Matthews <[EMAIL PROTECTED]> 02/16/03 14:43 PM >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark T.

Re: Red Hat 8.0 compile problems with 4.0.10

2003-02-16 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark T. Dame wrote: On 2/15/03 1:25 AM, Duncan Maitland wrote: I am having trouble compiling a custom mysqld (version 4.0.10) under Red Hat 8.0 - I did email this list a few weeks ago and I have tried a few things since then but I am asking again in

Re: Red Hat 8.0 compile problems with 4.0.10

2003-02-15 Thread Mark T. Dame
On 2/15/03 1:25 AM, Duncan Maitland wrote: I am having trouble compiling a custom mysqld (version 4.0.10) under Red Hat 8.0 - I did email this list a few weeks ago and I have tried a few things since then but I am asking again in the hope that someone more knowledgeable might be able to help. Th

Red Hat 8.0 compile problems with 4.0.10

2003-02-14 Thread Duncan Maitland
I am having trouble compiling a custom mysqld (version 4.0.10) under Red Hat 8.0 - I did email this list a few weeks ago and I have tried a few things since then but I am asking again in the hope that someone more knowledgeable might be able to help. As far as I can tell this is a compiling or lin

RE: Solutions to Solaris 8 Intel compile problems

2002-11-15 Thread Dan Rossi
where can i find the free Solaris for intel they only have a free sparc version :| -Original Message- From: [EMAIL PROTECTED] [mailto:jpw@;Qenesis.com] Sent: Friday, November 15, 2002 3:16 PM To: [EMAIL PROTECTED] Subject: Solutions to Solaris 8 Intel compile problems >Descript

Solutions to Solaris 8 Intel compile problems

2002-11-14 Thread jpw
>Description: a) --enable-assembler causes "invalid opcode" with strings.s "strings-x86.s", line 1: Illegal mnemonic "strings-x86.s", line 1: Syntax error make: Fatal error: Command failed for target `strings-x86.o' b) Incorrect socket length declara

Compile problems - mysql 3.23.52 - gcc 3.2 - solaris 5.7

2002-10-08 Thread tnelson
>Description: Compilation fails with subject configuration due to missing typecasts in sql/mini_client.cc and sql/mysqld.cc >How-To-Repeat: ./configure --prefix=/usr/local/mysql --with-innodb make >Fix: apply supplied patch which simply provides neccessary

Re: MySQL 3.23.51 compile problems with SuSE 8.0

2002-08-01 Thread A.J.Dawson
Blast! I _did_ ask Yast to install the file - for some reason it didnt go on during the installation. Ah well, you learn something new every day... Many thanks for your time in helping me solve this one. Regards Andy On Thu, 1 Aug 2002, Lenz Grimmer wrote: > -BEGIN PGP SIGNED MESSAGE

Re: MySQL 3.23.51 compile problems with SuSE 8.0

2002-08-01 Thread A.J.Dawson
I get a slightly different result in my config.h file: $ grep GETHOSTBY config.h /* #undef HAVE_GETHOSTBYNAME_R_GLIBC2_STYLE */ /* #undef HAVE_GETHOSTBYNAME_R_RETURN_INT */ #define HAVE_GETHOSTBYADDR_R 1 #define HAVE_GETHOSTBYNAME_R 1 Sorry to say that I have no real idea what this means! I ha

MySQL 3.23.51 compile problems with SuSE 8.0 (fwd)

2002-07-30 Thread A.J.Dawson
I posted a message last Wednesday about compile problems I was having with MySQL 3.23.51 and SuSE 8.0 (copied below). I notice that there is another user (Dennis Daupert) having the same problem as I am. Does anyone have a solution, or know where I might be able to find more information that

MySQL 3.23.51 compile problems with SuSE 8.0

2002-07-24 Thread A.J.Dawson
I have come across a problem compiling MySQL 3.23.51 on a SuSE 8.0 computer. I have tried compiling the same source code on a SuSE 7.3 computer with no apparent problems. Note that I have not actually used the version compiled on the 7.3 machine - I simply wanted to make sure it would compile.

Solaris 9/GCC-3.1 Compile Problems

2002-07-23 Thread David Starks-Browning
On Tuesday 23 Jul 02, David Starks-Browning writes: > On Wednesday 17 Jul 02, Chris Tjon writes: > > I recently download mysql-3.23.51 and compiled it on a solaris 9 (sparc) > > system using gcc-3.1. I ran into a couple of minor compile errors which > > were easily fixed by a couple of type cas

Solaris 9/GCC-3.1 Compile Problems

2002-07-23 Thread David Starks-Browning
On Wednesday 17 Jul 02, Chris Tjon writes: > I recently download mysql-3.23.51 and compiled it on a solaris 9 (sparc) > system using gcc-3.1. I ran into a couple of minor compile errors which > were easily fixed by a couple of type casts.. so far, it seems like the > casts are fine here ar

Solaris 9/GCC-3.1 Compile Problems

2002-07-17 Thread Chris Tjon
I recently download mysql-3.23.51 and compiled it on a solaris 9 (sparc) system using gcc-3.1. I ran into a couple of minor compile errors which were easily fixed by a couple of type casts.. so far, it seems like the casts are fine here are the diffs --- sql/mysqld.cc.orig Wed Jul 17

Re: Re: 3.23.47 compile problems with sun's forte compiler

2002-03-01 Thread Michael Widenius
> "mysql" == mysql <[EMAIL PROTECTED]> writes: mysql> Your message cannot be posted because it appears to be either spam or mysql> simply off topic to our filter. To bypass the filter you must include mysql> one of the following words in your message: mysql> sql,query mysql> If you just re

configure and compile problems

2002-01-17 Thread Henning Sprang
Hy, has anyone ever experienced the problem that when specifying a program-prefix with configure, the specified prefix will be prefixed two times, say i do ./configure --prefix=/usr/local/mysql/ --program-prefix=ga then I get binaries like gagamysql gagamysqladmin gagamysqlshow and so on..

RE: @#$#%@ mysql compile problems on Solaris 8 'floor' undeclared

2002-01-11 Thread Johnny Withers
c. 601.209.4985 -Original Message- From: Faine, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 1:56 PM To: '[EMAIL PROTECTED]' Subject: @#$#%@ mysql compile problems on Solaris 8 'floor' undeclared Solaris 8 GCC 3.03 Ok, first I got an error about

@#$#%@ mysql compile problems on Solaris 8 'floor' undeclared

2002-01-11 Thread Faine, Mark
Solaris 8 GCC 3.03 Ok, first I got an error about iso/math_iso.h not being there so I commented it out of the math.h file. This got me past that error, now I get this error. gcc -O3 -DUNDEF_THREADS_HACK -I./../include -I../include -I./.. -I..-I..-O -DDBUG_O

solaris 2.6 stubborn compile problems solved

2002-01-07 Thread fil krohnengold
PEBCAK: I found two self-referencing symbolic links in /usr/lib. I don't know how they got there, but removing them let the compile continue. Thanks all who tried to help me. -- fil krohnengold network systems administrator american museum of natural history [EMAIL PROTECTED] (mysql,data

Re: further compile problems on Solaris 2.6

2002-01-05 Thread fil krohnengold
At Sat, 05 Jan 2002 15:15:15 +0200, [EMAIL PROTECTED] wrote... : fil krohnengold writes: : > : > I wish it were as easy as a botched gcc install. But it's not. : > I just tried using the pre-compiled binary from ftp.ibiblio.org : > for 2.95.2 with identical reslts. : > : > -fil : : Try build

RE: 3.23.47 compile problems with sun's forte compiler

2002-01-05 Thread Michael Widenius
Hi! > "Quentin" == Quentin Bennett <[EMAIL PROTECTED]> writes: Quentin> Hi, >> From the cc(1) man page for Forte Developer 6.2 Quentin> These predefinitions are valid in all modes: Quentin> __sun Quentin> __unix Quentin> __SUNPRO_C=0x530 Quentin> __`uname -s`_`uname -r` Quentin> __sparc (SP

Re: further compile problems on Solaris 2.6

2002-01-05 Thread Sinisa Milivojevic
fil krohnengold writes: > > I wish it were as easy as a botched gcc install. But it's not. > I just tried using the pre-compiled binary from ftp.ibiblio.org > for 2.95.2 with identical reslts. > > -fil > -- > fil krohnengold > network systems administrator > american museum of natural history

Re: further compile problems on Solaris 2.6

2002-01-04 Thread fil krohnengold
At Fri, 04 Jan 2002 15:34:33 +0200, [EMAIL PROTECTED] wrote... : > from 3.23.47 to 46, 45, and 44 - my compile is getting stuck at : > the same place for all of them. : > : > : Making all in libmysql : > : make[2]: Entering directory `/local/src/mysql-3.23.47/libmysql' : > : /bin/sh ../libtool

Re: further compile problems on Solaris 2.6

2002-01-04 Thread Sinisa Milivojevic
fil krohnengold writes: > > I have no pride - I'll use a binary if I can find a recent one > for 2.6 - I just can't seem to find any. I've tried backing up > from 3.23.47 to 46, 45, and 44 - my compile is getting stuck at > the same place for all of them. > > : Making all in libmysql > : make

RE: 3.23.47 compile problems with sun's forte compiler

2002-01-04 Thread Sinisa Milivojevic
Quentin Bennett writes: > Hi, > > >From the cc(1) man page for Forte Developer 6.2 > > These predefinitions are valid in all modes: >__sun >__unix >__SUNPRO_C=0x530 >__`uname -s`_`uname -r` >

Re: 3.23.47 compile problems with sun's forte compiler

2002-01-03 Thread Colin Faber
lto:[EMAIL PROTECTED]] > Sent: Friday, 4 January 2002 3:31 p.m. > To: Shakeel Sorathia > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: 3.23.47 compile problems with sun's forte compiler > > Hi! > > >>>>> "Shakeel" == Shakeel Sorathia &l

RE: 3.23.47 compile problems with sun's forte compiler

2002-01-03 Thread Quentin Bennett
ael Widenius [mailto:[EMAIL PROTECTED]] Sent: Friday, 4 January 2002 3:31 p.m. To: Shakeel Sorathia Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: 3.23.47 compile problems with sun's forte compiler Hi! >>>>> "Shakeel" == Shakeel Sorathia <[EMAIL PROTECTE

Re: 3.23.47 compile problems with sun's forte compiler

2002-01-03 Thread Michael Widenius
Hi! > "Shakeel" == Shakeel Sorathia <[EMAIL PROTECTED]> writes: Shakeel> Thanks for the help on this, it seems to be working now. One question Shakeel> though, wouldn't configure be able to take of this? The problem is that as I don't have access to a Forte compiler, so I haven't been ab

further compile problems on Solaris 2.6

2002-01-03 Thread fil krohnengold
I have no pride - I'll use a binary if I can find a recent one for 2.6 - I just can't seem to find any. I've tried backing up from 3.23.47 to 46, 45, and 44 - my compile is getting stuck at the same place for all of them. : Making all in libmysql : make[2]: Entering directory `/local/src/mysq

Re: 3.23.47 compile problems with sun's forte compiler

2002-01-03 Thread Shakeel Sorathia
Thanks for the help on this, it seems to be working now. One question though, wouldn't configure be able to take of this? --shak Michael Widenius wrote: >Hi! > >>"Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes: >> > >Sinisa> Shakeel Sorathia writes: > >>>I just downloaded th

Re: 3.23.47 compile problems with sun's forte compiler

2002-01-03 Thread Michael Widenius
Hi! > "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes: Sinisa> Shakeel Sorathia writes: >> I just downloaded the 3.23.47 source for mysql, and I tried to >> compile it using Sun's Forte Compiler (6.2) however when trying to >> build libmysql/hash.c I got the following error. >>

Re: 3.23.47 compile problems with sun's forte compiler

2002-01-03 Thread Sinisa Milivojevic
Shakeel Sorathia writes: > I just downloaded the 3.23.47 source for mysql, and I tried to compile > it using Sun's Forte Compiler (6.2) however when trying to build > libmysql/hash.c I got the following error. > > /opt/SUNWspro/bin/cc "-DDEFAULT_CHARSET_HOME=\"/opt/mysql/3.23.44\"" > "-DDATAD

3.23.47 compile problems with sun's forte compiler

2002-01-02 Thread Shakeel Sorathia
I just downloaded the 3.23.47 source for mysql, and I tried to compile it using Sun's Forte Compiler (6.2) however when trying to build libmysql/hash.c I got the following error. /opt/SUNWspro/bin/cc "-DDEFAULT_CHARSET_HOME=\"/opt/mysql/3.23.44\"" "-DDATADIR=\"/opt/mysql/3.23.44/var\"" "-DSH

Re: [OT] Re: compile problems on Solaris8

2001-12-05 Thread George Horvath
George Horvath wrote: > > > > Ok, I followed your advice and removed the soaris built gcc from > > > sunfreeware and downloaded the source instead. How ever now I am > > > getting this message when I try to compile gcc: > > > > > > # /usr/local/gcc-2.95.3/configure --prefix=/usr/local/gnu > > >

Re: [OT] Re: compile problems on Solaris8

2001-12-05 Thread George Horvath
> > Ok, I followed your advice and removed the soaris built gcc from > > sunfreeware and downloaded the source instead. How ever now I am > > getting this message when I try to compile gcc: > > > > # /usr/local/gcc-2.95.3/configure --prefix=/usr/local/gnu > > Configuring for a sparc-sun-solaris2

[OT] Re: compile problems on Solaris8

2001-12-04 Thread Michael Stassen
Matt, According to Sun , gcc 2.95.3 is included on the "Solaris Software Companion CD" which is part of Solaris 8, Update 07/01. There are links there to download the entire CD or individual packages from it. I have not tried it, but I assume t

[OT] Re: compile problems on Solaris8

2001-12-04 Thread Michael Stassen
On Tue, 4 Dec 2001, George Horvath wrote: > Michael Widenius wrote: > > > > Hi! > > > > > "Michael" == Michael Stassen <[EMAIL PROTECTED]> writes: > > > > > > > > Michael> * everyone who has reported this was using the precompiled binary of gcc > > Michael> (either 2.95.2 or 2.95.3

Re: compile problems on Solaris8

2001-12-04 Thread Matthew Dougherty
I hate to show my ignorance but I am unfamiliar with "SFW version of gcc that comes with Solaris 2.8". Could you clue me in? By the way, it is correct that I am using gcc 2.95.3 from the sunfreeware binary distribution. It's been a pain for several applications. (OpenSSH, etc). Matt. George

Re: compile problems on Solaris8

2001-12-04 Thread George Horvath
Michael Widenius wrote: > > Hi! > > > "Michael" == Michael Stassen <[EMAIL PROTECTED]> writes: > > > > Michael> * everyone who has reported this was using the precompiled binary of gcc > Michael> (either 2.95.2 or 2.95.3) from Sunfreeware to build MySQL for Solaris 8 > Michael> spar

RE: compile problems on Solaris8

2001-11-30 Thread Michael Widenius
Hi! > "Michael" == Michael Stassen <[EMAIL PROTECTED]> writes: Michael> * everyone who has reported this was using the precompiled binary of gcc Michael> (either 2.95.2 or 2.95.3) from Sunfreeware to build MySQL for Solaris 8 Michael> sparc. Michael> * No one has spoken up to rep

Re: compile problems on Solaris8

2001-11-30 Thread George Horvath
OK I managed to get passed the cross compiler error. Thanks for the links Ravi and Alan. I included /usr/local/lib in my LD_LIBRARY_PATH and that seemed to do the trick and allowed configure to finish however I am still concerned about certain things not being found among others: checking for

Re: compile problems on Solaris8

2001-11-30 Thread Michael Stassen
Well, this changes things (in my mind, anyway). Now that we know it can be done, the likely explanation is that something is wrong with the gcc installation for people who report this. It's strange though, since a few people who've reported this have claimed to be able to successfully build oth

RE: compile problems on Solaris8

2001-11-30 Thread Michael Stassen
I don't think the manual page at http://www.mysql.com/doc/S/o/Solaris.html is much help here. It mentions setting ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls='no'} in your config.cache in case of a particular error, not the one reported here. I think I remember reading so

Re: compile problems on Solaris8

2001-11-30 Thread Philip Molter
On Fri, Nov 30, 2001 at 11:56:05AM -0500, Michael Stassen wrote: : : This keeps coming up. So far (in my reading of this list since spring, : and searches on Google), : : * everyone who has reported this was using the precompiled binary of gcc : (either 2.95.2 or 2.95.3) from Sunfreeware t

RE: compile problems on Solaris8

2001-11-30 Thread Michael Stassen
This keeps coming up. So far (in my reading of this list since spring, and searches on Google), * everyone who has reported this was using the precompiled binary of gcc (either 2.95.2 or 2.95.3) from Sunfreeware to build MySQL for Solaris 8 sparc. * No one has spoken up to report succ

Re: compile problems on Solaris8

2001-11-30 Thread Alan W. Rateliff, II
On 30-Nov-01, Ravi Raman said something totally profound about RE: compile problems on Solaris8 that made me ponder... RR> It's been a while since I tried to compile mysql on a Solaris box, but RR> that error most like likely indicates a compiler-related issue...I don't RR> k

RE: compile problems on Solaris8

2001-11-30 Thread Ravi Raman
Hi. >This didn't seem to make it to the list the first time so let's try again. BTW is anybody else >receiving each mail twice from the list? It did, it's just that no one answered it. :] Not me, the last time I thought that was happening, it had to do with my mail sorting rules in Outlook.

RE: compile problems on Solaris8

2001-11-30 Thread George Horvath
This didn't seem to make it to the list the first time so let's try again. BTW is anybody else receiving each mail twice from the list? I am getting the same error message "configure: error: cannot run test program while cross compiling". I think this a simple PATH issue where basic functions

compile problems

2001-09-25 Thread Trevor Wilcox
Does anyone have a solution? The following are the compiler, utils and O/S. I have tried using gun ld and the ld supplied by sun. Thanks. -Trevor [EMAIL PROTECTED] SunOS solo 5.8 Generic_108529-09 i86pc i386 i86pc gcc-3.0.1 gnu fileutils-4.1 gnu autoconf-2.50 gun automake-1.4-p5 export CC=

Re: Solaris 2.6 /mysql-3.23.41 compile problems

2001-09-03 Thread Jeremy Zawodny
On Fri, Aug 31, 2001 at 10:10:52PM -0700, Jeff Dickison wrote: > I am trying to get mysql-3.23.41 to compile under Solaris 2.6 > sparc with gcc 2.95.2 and have been running into some problems. Currently > I am using this as my comfigure : > > ./configure --prefix=/usr/local/mysql \ > --w

Solaris 2.6 /mysql-3.23.41 compile problems

2001-08-31 Thread Jeff Dickison
Hi everyone, I am trying to get mysql-3.23.41 to compile under Solaris 2.6 sparc with gcc 2.95.2 and have been running into some problems. Currently I am using this as my comfigure : ./configure --prefix=/usr/local/mysql \ --with-client-ldflags='-R /usr/local/lib'\ --enable-thread-safe-

Re: compile problems with mysqlgui-src-1.7.5....

2001-08-24 Thread Sinisa Milivojevic
Ron DeAngelis writes: > > main.cc: In function `void if_conn()': > main.cc:464: no matching function for call to `MysqlConnection::clinet_info > ()' > main.cc:529: no matching function for call to `MysqlConnection::clinet_info > ()' > make: *** [main.o] Error 1 > > I am using mysql++-1.7.9, an

compile problems with mysqlgui-src-1.7.5....

2001-08-23 Thread Ron DeAngelis
main.cc: In function `void if_conn()': main.cc:464: no matching function for call to `MysqlConnection::clinet_info ()' main.cc:529: no matching function for call to `MysqlConnection::clinet_info ()' make: *** [main.o] Error 1 I am using mysql++-1.7.9, and do not see any references to clinet_in

Re: Re[4]: Mysql++ and Gcc 3.0 compile problems

2001-07-16 Thread Grigory Bakunov
Date |Sun, 15 Jul 2001 21:14:43 +0200 >From |Alexandre BAUMEISTER <[EMAIL PROTECTED]> Hello! >>> Do someone see improvements compiling Mysql with Gcc 3.0 ? SM>> What improvements would you like to see in the compiled library ?? AB> In fact I just wanted to know if there is any advantage to

Re: Re[4]: Mysql++ and Gcc 3.0 compile problems

2001-07-16 Thread Sinisa Milivojevic
Alexandre BAUMEISTER writes: > > In fact I just wanted to know if there is any advantage to use Gcc > 3.0 for compiling Mysql. > > Regards, > Alex. > I truly do not know, but judging by 3.0 docs, it should be faster, due to the faster STL. -- Regards, __ ___ ___ __

Re[4]: Mysql++ and Gcc 3.0 compile problems

2001-07-15 Thread Alexandre BAUMEISTER
>> Do someone see improvements compiling Mysql with Gcc 3.0 ? SM> What improvements would you like to see in the compiled library ?? In fact I just wanted to know if there is any advantage to use Gcc 3.0 for compiling Mysql. Regards, Alex. -

Re: Re[2]: Mysql++ and Gcc 3.0 compile problems

2001-07-15 Thread Sinisa Milivojevic
BAUMEISTER Alexandre writes: > Do someone see improvements compiling Mysql with Gcc 3.0 ? > > Regards, > Alex. > Don't ask me. I do not have time to install 3.0 on my machine. What improvements would you like to see in the compiled library ?? -- Regards, __ ___ ___ __

Re[2]: Mysql++ and Gcc 3.0 compile problems

2001-07-14 Thread BAUMEISTER Alexandre
SM> I am sending a patch straight to you Do someone see improvements compiling Mysql with Gcc 3.0 ? Regards, Alex. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.my

Re: Mysql++ and Gcc 3.0 compile problems

2001-07-13 Thread Sinisa Milivojevic
I am sending a patch straight to you -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, FullTime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com --

Mysql++ and Gcc 3.0 compile problems

2001-07-12 Thread Mike W. Baranski
RH 7.1 GCC 3.0 Did someone say there was a patch for this? [mike@hanna mysql++-1.7.9]$ make make all-recursive make[1]: Entering directory `/home/mike/mysql++-1.7.9' Making all in sqlplusint make[2]: Entering directory `/home/mike/mysql++-1.7.9/sqlplusint' /bin/sh ../libtool --mode=compile c

compile problems on irix 5.3

2001-03-21 Thread Paul Schreiber
i've been trying to get this to compile for a while ... i have looked in the list archives and used google ... bleah. i hate MIPS now :) ... i've had trouble on the cobalt and now this SGI box. here's my configure line (i looked in the docs and changed -O3 to -O2, 'cause -O3 doesn't work on t

RE: Innobase compile problems

2001-03-15 Thread Mehalick, Richard RE SSI-GRAX
, Richard RE SSI-GRAX Cc: [EMAIL PROTECTED] Subject: RE: Innobase compile problems Rick, have you downloaded version 3.23.34 and not 3.23.34a? I downloaded 3.23.34a, untarred it, and mem0dbg.c was in innobase/mem directory. I have attached to this email a copy of mem0dbg.c. Are your Makefile's

RE: Innobase compile problems

2001-03-15 Thread Heikki Tuuri
Rick, have you downloaded version 3.23.34 and not 3.23.34a? I downloaded 3.23.34a, untarred it, and mem0dbg.c was in innobase/mem directory. I have attached to this email a copy of mem0dbg.c. Are your Makefile's such that they did not build all the object files and libraries needed for linking

RE: Innobase compile problems

2001-03-15 Thread Mehalick, Richard RE SSI-GRAX
Please see my comments below. >Do you mean that when you compile, on the compiler line >there is not the >flag -I../include? No, not really. I mean in the dependencies for a target. >If the flag is missing, there obviously is something >wrong with our Makefile.am's or configure.in's. You >prob

Re: Innobase compile problems

2001-03-15 Thread Heikki Tuuri
Rick, >I tried to build from source the latest MySQL 3.23.34a and I found the >following problems: > >1) The Makefile in the 'pars' and 'mem' directory have missing ../include/ >paths on some dependencies. Do you mean that when you compile, on the compiler line there is not the flag -I../include

RE: Innobase compile problems

2001-03-15 Thread Mehalick, Richard RE SSI-GRAX
I failed to mention that I used the RedHat Source RPM and I am using RedHat 6.2. Rick -Original Message- From: Mehalick, Richard RE SSI-GRAX Sent: Thursday, March 15, 2001 6:10 AM To: 'Heikki Tuuri' Cc: '[EMAIL PROTECTED]' Subject: Innobase compile problems Hi, I

Innobase compile problems

2001-03-15 Thread Mehalick, Richard RE SSI-GRAX
Hi, I tried to build from source the latest MySQL 3.23.34a and I found the following problems: 1) The Makefile in the 'pars' and 'mem' directory have missing ../include/ paths on some dependencies. 2) In the 'mem' directory, the file mem0mem.c tries to include mem0dbg.c, but I think this should

Compile problems with 3.23.33 on Tru64 4.0G

2001-02-20 Thread Ann Cantelow <[EMAIL PROTECTED]>
>Description: Two compile problems. The second one has me stumped. I am pasting in error info on both at the end of this form. Problem #1: snprintf error in client/sql_string.cc. I substituted sprintf, hope it's safe. Problem #2

mysql-3.22.4a-beta and RedHat 7.0 (compile problems)

2001-02-13 Thread Fulko Hew
I know I'm using a really old version of mysql (3.22.4a-beta) but upgrading means changing my application, and I'd rather avoid that right now. I'm trying to get it to build on RedHat 7.0 I have updated gcc to 2.96-69 When compiling sql/sql_yacc.cc The compiler appears to hang in pass 1. Aft