Re: compiling errors on mysql 5.1.46 on win64

2010-04-28 Thread Zardosht Kasheff
I have verified that 5.1.45 does NOT have this problem. Here is another question: how are the windows MySQL builds produced? It is not from the instructions provided on mysql.com, otherwise these problems would be caught. Thanks -Zardosht On Wed, Apr 28, 2010 at 5:59 PM, Zardosht Kasheff wrote:

Re: compiling errors on mysql 5.1.46 on win64

2010-04-28 Thread Zardosht Kasheff
inlining responses On Wed, Apr 28, 2010 at 4:58 PM, Michael Dykman wrote: > I'm not a windows guy and haven't done C in a Microsoft environment > since XP was just released, so don't take my suggestions as > authoritative but: > > Are you running the batch file from within Visual Studio or are yo

Re: compiling errors on mysql 5.1.46 on win64

2010-04-28 Thread Michael Dykman
I'm not a windows guy and haven't done C in a Microsoft environment since XP was just released, so don't take my suggestions as authoritative but: Are you running the batch file from within Visual Studio or are you running the batch file at the command line? Which version of the MS compiler are y

Re: Compiling mysql-5.1.41 in Fedora 12

2009-12-30 Thread Miguel Angel Nieto
Hi, http://bugs.mysql.com/bug.php?id=42039 "The --with-mysqld-libs option should be given an argument, something like --with-mysqld-libs="-L/path/to/lib -lfoo -lbar" 2009/12/27 Kurian Thayil : > Hi All, > > I was trying to compile MySQL 5.1.41 in a Fedora 12 box. I don't want to do an > RPM  ins

Re: compiling mysql 4.2.1 with linux

2006-10-12 Thread Deckard
Hi, You're not using the correct version. The right one to compile is under "Source and other files" downloads section at the bottom of the page. Regards, Deckard abraham c wrote: > Hello, > > We are trying to build from source MySQL standard ver. 4.2.1 on an > Intel-based machine running LINU

Re: Compiling mysql-5.0.18 under solaris 10

2006-02-08 Thread Joerg Bruehe
Hello Miguel, all! Miguel Cardenas wrote: Hello Am trying to compile mysql-5.0.18 under solaris 10 but get the following error Making all in zlib make[2]: Entering directory `/tmp/mysql-5.0.18/zlib' [[...]] (cd .libs && rm -f libz.so && ln -s libz.so.1.2.3 libz.so) false cru .libs/libz.a adl

Re: Compiling a MySQL Client using Apple's xCode

2005-10-22 Thread Gleb Paharenko
Hello. I'm not familiar with xCode, but usually you should include libmysqlclient (if you're using C). See: http://dev.mysql.com/doc/refman/5.0/en/mysql-apis.html I suggest you to make a request to [EMAIL PROTECTED] in case you want to include parts of MySQL in your products. Bruce

Re: compiling + making source for 5.7 on alpha

2005-06-24 Thread Gleb Paharenko
Hello. Compiling MySQL on some systems could be a hard task. Please give us more information about what you're doing and your building environment. Have you tried GNU make? "Simon Tierney" <[EMAIL PROTECTED]> wrote: > Can anyone advise please, tried binary installation but other users ha

Re: Compiling MySQL from source

2005-02-06 Thread Michael Dykman
Helena, Visual Studio setups up some unpredicatable (to my mind) project configurations If left to it's own devices. Did you follow the directions in the file '/INSTALL-WIN-SOURCE'? The steps are fairly specific. For best results, if you are just trying to get a production server up, is to use

Re: compiling mysql on a pentium

2004-04-13 Thread Victor Medina
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! CFLAGS="-O3 -march=i686 -mcpu=i686 -funroll-loops -fomit-frame-pointer - -fno-exceptions -fno-ftti -felide-constructors" CXXFLAGS the same as above. Check out "Securing and Optimizing Linux" in the tldp.org i think is just what you nedd. Best Rega

Re: compiling mysql on a pentium

2004-04-13 Thread Yonah Russ
There does seem to be a bug in icc- I've posted on intel's message boards and they've confirmed a problem. There is a work around - here is the post: Hi Yonah, I can see the same problem on my system. I will create a support issue for you and will let you when this get fixed. I found that if you

Re: compiling mysql on a pentium

2004-04-12 Thread Daniel Kasak
Walter Andreas wrote: >how to compile mysql 4.0.18 on a pentium for best performance? Check the INSTALL-SOURCE file in your source distribution. I found this: CFLAGS="-O2 -mcpu=pentiumpro" CXX=gcc CXXFLAGS="-O2 -mcpu=pentiumpro -felide-constructors" ./configure --prefix=/usr/local/mysq

Re: compiling mysql on a pentium

2004-04-12 Thread Walter Andreas
>how to compile mysql 4.0.18 on a pentium for best performance? > Check the INSTALL-SOURCE file in your source distribution. I found this: CFLAGS="-O2 -mcpu=pentiumpro" CXX=gcc CXXFLAGS="-O2 -mcpu=pentiumpro -felide-constructors" ./configure --prefix=/usr/local/mysql --with-mysqld-user=mys

Re: compiling mysql on a pentium

2004-04-12 Thread Daniel Kasak
Walter Andreas wrote: Hi there, how to compile mysql 4.0.18 on a pentium for best performance? I searched the net now for 2 days and found lots of hints on compiling with icc and pgcc, but it looks to me that icc is not working with mysql 4.0.18 and pgcc is out of date (maybe gcc already catch

Re: compiling mysql with intel icc

2004-04-12 Thread Yonah Russ
are you sure that the icc binary is in your path? have you sourced the script in the icc directory which sets the environment variables for you? yonah Walter Andreas wrote: Hi there, I am trying to compile mysql 4.x with intel compiler for maximum performance. On my research I have found that f

Re: compiling mysql with intel icc

2004-04-12 Thread James Moe
Walter Andreas wrote: #define SYSTEM_TYPE "pc-linux" #define VERSION "4.0.18" configure: exit 77 andy ideas? That's singularly sparse; not even a line number. All I can suggest is to find where configure tests for an executable output and see what it's doing. It may be misinterpreting "icc" f

Re: compiling mysql with intel icc

2004-04-11 Thread Walter Andreas
Problem description: > > CFLAGS="-O3 -unroll2 -ip -mp -no-gcc -restrict" CC=icc CXX=icc CXXFLAGS="-O3 > > -unroll2 -ip -mp -no-gcc -restrict" ./configure --prefix=/usr/local/mysql > > --with-mysqld-user=mysqladm --without-debug --with-client-ldflags=-all-static > > --with-mysqld-ldflags

Re: compiling mysql with intel icc

2004-04-11 Thread James Moe
Walter Andreas wrote: CFLAGS="-O3 -unroll2 -ip -mp -no-gcc -restrict" CC=icc CXX=icc CXXFLAGS="-O3 -unroll2 -ip -mp -no-gcc -restrict" ./configure --prefix=/usr/local/mysql--with-mysqld-user=mysqladm --without-debug --with-client-ldflags=-all-static--with-mysqld-ldflags=-all-static --d

Re: compiling mysql and mysql crashing

2004-04-05 Thread Victor Medina
Michael Stassen wrote: Christine Ross wrote: I had to install a source version of mysql and one of the install docs strongly suggests using CXXFLAGS="03 -felide-constructors -fno-exceptions -fno-rtti" ---8>< It's not a CERO, it's an letter O, the correct syntax is: CXXFLAGS="-O3 -felide-const

Re: compiling mysql and mysql crashing

2004-04-05 Thread Michael Stassen
Christine Ross wrote: I had to install a source version of mysql and one of the install docs strongly suggests using CXXFLAGS="03 -felide-constructors -fno-exceptions -fno-rtti" because of some instances of mysql crashing. When I did that I noticed in the compile a line that said it wasn't suppo

Re: [Fwd: Re: compiling with icc]

2004-04-01 Thread Yonah Russ
fully with good news. yonah Original Message ---- Subject: Re: compiling with icc Date: Thu, 1 Apr 2004 22:23:02 +0200 (CEST) From: Lenz Grimmer <[EMAIL PROTECTED]> To: Yonah Russ <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] References: <[EMAIL PROTE

[Fwd: Re: compiling with icc]

2004-04-01 Thread Yonah Russ
e the gcc binary was 3.23 and the icc binary 4.1.1 - I only managed one benchmark b/c something has broken the benchmark suite and I haven't had time to check into it... I'll try the following and get back to you- hopefully with good news. yonah Original Message Sub

Re: compiling with icc

2004-03-26 Thread Victor Medina
Hi! I have just downlaoded the icc, it took about a day and a half to recieve a confirmation mail with instructions on how downloading it. I will give a try tomorrow! =) Best Regards! PS: Maybe somenody from mysql could give us some advice on how to compile mysql server witth icc?(on linux, of co

Re: compiling with icc

2004-03-24 Thread Yonah Russ
News- I have compiled mysql 4.1.1-alpha with the icc compiler using the options intel reported in their case study pdf. specifically '-O3 -ip -unroll2' The compilation was pretty ugly and threw up a lot of warnings. I'm benchmarking now and I'll let you know what comes out of it. yonah Yonah Ru

Re: compiling with icc

2004-03-24 Thread Victor Medina
Hi! OK, i have installed a fresh RH9 (i had the cd's here, altough i use a SuSE 9 and Debian). I downloaded a fresh copy of mysql 4.0.18 and 4.1 (just to try). I installed a complete develompent environment (gcc, bison, yacc, m4, etc etc) and it compiles cleanly, again; with gcc, I will download

Re: compiling with icc

2004-03-24 Thread Yonah Russ
Great! Thanks for the help. Here is some more info, in case it's helpful- these are all the compile warnings from the make: my_thr_init.c(67): warning #266: function declared implicitly pthread_mutexattr_setkind_np(&my_fast_mutexattr,PTHREAD_MUTEX_ADAPTIVE_NP); ^ ... icc: Command line wa

Re: compiling with icc

2004-03-24 Thread Yonah Russ
no problem- its a fresh install of RH AS 3u1 (basically the same setup as rh 9)- minimal installation with one or two rpms from the cds added afterwards the mysql source tarball is upacked in /moat-files/mysql-4.0.18/ here is my ld.so.conf if it helps /usr/kerberos/lib /usr/X11R6/lib /usr/local

Re: compiling with icc

2004-03-24 Thread Victor Medina
On Wed, 2004-03-24 at 10:57, Yonah Russ wrote: 8< > make[2]: Leaving directory `/moat-files/mysql-4.0.18/client' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/moat-files/mysql-4.0.18' > make: *** [all] Error 2 > > any ideas what I'm missing? > thanks > yonah > ---8< So

Re: compiling with icc

2004-03-24 Thread Tim Cutts
On 25 Mar 2004, at 01:14, Chris Nolan wrote: An ad in one of the Linux magazines I leaf through on occassion showed some pretty noticable improvements (in the order of 20% in some cases), but I'm betting that these were crafted test cases, as we all know that MySQL's two "main" storage engines

Re: compiling with icc

2004-03-24 Thread Yonah Russ
Victor Medina wrote: it dies with this error: IPO Warning: unresolved : rl_attempted_completion_function Referenced in ipo_icc5X7oE4.o IPO Warning: unresolved : rl_completion_entry_function 8< Ncurses devel and the readline libriries must be installed for the client to compile

Re: compiling with icc

2004-03-24 Thread Tim Cutts
It's my understanding that MySQL does not currently compile with the Intel compiler - it's too gcc-specific, and icc is not 100% gcc-compatible. I seem to remember seeing this in the on-line documentation somewhere, but I can't remember where. Tim -- Dr Tim Cutts Informatics Systems Group Wel

Re: compiling with icc

2004-03-24 Thread Yonah Russ
this is what you are looking for: http://www.intel.com/software/products/global/techtopics/mysql.pdf according to intel- mysql ab provided all the performance data- much more than 20% performance boost sometimes. I'll be darned if their compiler flags work- maybe with 4.1 (apparently that's what

Re: compiling with icc

2004-03-24 Thread Yonah Russ
Victor Medina wrote: 8< must probably no one here uses the Intel compiler since it is paid =( actually there is a free non-commercial license version here: http://www.intel.com/software/products/compilers/clin/noncom.htm which is how I happen to have it yonah it dies with this error: IPO

Re: compiling with icc

2004-03-24 Thread Chris Nolan
Victor Medina wrote: Hi! On Wed, 2004-03-24 at 09:51, Yonah Russ wrote: Hi, I'm trying to compile mysql 4.0.18 with icc 8.0 on RH AS 3u1. I'm 8< GUAO! nice!, let us know how faster it is with the Intel compiler, just curious! =) An ad in one of the Linux magazines I leaf through on

Re: compiling with icc

2004-03-24 Thread Victor Medina
Hi! On Wed, 2004-03-24 at 09:51, Yonah Russ wrote: > Hi, > I'm trying to compile mysql 4.0.18 with icc 8.0 on RH AS 3u1. I'm 8< GUAO! nice!, let us know how faster it is with the Intel compiler, just curious! =) > fyi- there is a problem with the configure/libtool script when you don't > com

Re: compiling mysql with ssl

2004-01-09 Thread Cion Chen
g G Cc: Cion Chen ; [EMAIL PROTECTED] Sent: Friday, January 09, 2004 12:32 PM Subject: Re: compiling mysql with ssl I had the same problem, just don't know what is wrong with the red hat ssl packages. I did this: 1.- download a fresh copy of openssl, configure with --prefix=/

Re: compiling mysql with ssl

2004-01-09 Thread Victor Medina
I had the same problem, just don't know what is wrong with the red hat ssl packages. I did this: 1.- download a fresh copy of openssl, configure with --prefix=/opt/OpenSSL, compile and install, everything will go to /optOpenSSL, so, the new version won't conflict with the red hat's 2.- compile m

Re: compiling mysql with ssl

2004-01-09 Thread Greg G
You'll want this: --with-openssl-libs=/usr/local/ssl/lib (not /usr/lib) -Greg G Cion Chen wrote: I have Redhat 9 with openssl-0.9.7a-20 tring to re-compiling mysql-4.0.17 again with the options: ./configure --with-openssl --with-openssl-includes=/usr/include/openssl --wi th-openssl-libs

Re: compiling mysql with ssl

2004-01-09 Thread Cion Chen
I have Redhat 9 with openssl-0.9.7a-20 tring to re-compiling mysql-4.0.17 again with the options: ./configure --with-openssl --with-openssl-includes=/usr/include/openssl --wi th-openssl-libs=/usr/lib --with-vio --prefix=/usr/local/compiled There is messages that is coming: checking if we

Re: Compiling from source

2004-01-08 Thread Chuck Gadd
Christopher L. Everett wrote: > I'm using AMD K7 servers and don't need/want InnoDB so I want to compile > mysql from source and I was curious about what compiler flags to use, so Without recompiling binaries, you can add skip-innodb skip-bdb to your my.cnf file. > 2. What compiler flags do the b

Re: Compiling from source

2004-01-08 Thread Christopher L. Everett
Christopher L. Everett wrote: I'm using AMD K7 servers and don't need/want InnoDB so I want to compile mysql from source and I was curious about what compiler flags to use, so I went to http://www.mysql.com/doc/en/Compile_and_link_options.html which left me with some questions: 1. Does pgcc _still

Re: compiling mysql with ssl

2004-01-07 Thread Greg G
This is a known bug. You'll have to create a link in /usr/local/include/openssl. Also, you'll want to use this configure: $ ./configure --with-openssl --with-openssl-includes=/usr/local/ssl/include --with-openssl-libs=/usr/local/ssl/lib --with-vio Doing --with-openssl=/path/to/openssl seems t

RE: Compiling MySQL 4

2003-11-06 Thread Paul DuBois
ailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 1:25 PM To: Luis Lebron Cc: Mysql (E-mail) Subject: Re: Compiling MySQL 4 On Thu, Nov 06, 2003 at 01:01:47PM -0600, Luis Lebron wrote: I am trying to compile MySQL 4.x on a Red Hat 8.0 but I'm getting the following error /usr/bin/

RE: Compiling MySQL 4

2003-11-06 Thread Luis Lebron
True, but the compilation options stated --without-readline . So what is going on? -Original Message- From: Jeremy Zawodny [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 1:25 PM To: Luis Lebron Cc: Mysql (E-mail) Subject: Re: Compiling MySQL 4 On Thu, Nov 06, 2003 at 01:01

Re: Compiling MySQL 4

2003-11-06 Thread Jeremy Zawodny
On Thu, Nov 06, 2003 at 01:01:47PM -0600, Luis Lebron wrote: > I am trying to compile MySQL 4.x on a Red Hat 8.0 but I'm getting the > following error > > /usr/bin/ld: cannot find -lreadline > collect2: ld returned 1 exit status > make[2]: *** [mysql] Error 1 > make[2]: Leaving directory `/usr/src

Re: Re: RE: Compiling MySQL with SSL support

2003-10-10 Thread Chris Torske
linux, or even know half of what I am doing, but I will figure it out one way or another. Chris - Original Message - From: "Chris Torske" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 10, 2003 2:58 PM Subject: [mysql] Re: RE: Compiling MySQL w

Re: RE: Compiling MySQL with SSL support

2003-10-10 Thread Chris Torske
I find more out. Chris - Original Message - From: "Fortuno, Adam" <[EMAIL PROTECTED]> To: "'Chris Torske'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 10:59 AM Subject: [spam] RE: Compiling MySQL with SSL s

Re: Compiling MySQL on Windows

2003-07-07 Thread miguel solórzano
At 10:40 07-07-2003 -0300, Dyego Souza do Carmo wrote: Hi, I get the last bk tree of mysql and want to compile on windows... i have the VC++ 6.0 whith SP5 and PROCESSOR PACK... but i try to compile using the Vc++Files directory and the MySQL print an error... what is the steps to compile on window

Re: Compiling with the C API

2003-06-26 Thread Paul DuBois
At 6:32 -0400 6/26/03, Andrew Pierce wrote: I have a question regarding compiling a C program with the mysql C api. From the documentation, the only way I really see explained for compiling is a shell script that looks like this: CFG=/usr/bin/mysql_config sh -c "gcc -o $1 `$CFG --cflags` $1.c `$CF

Re: compiling issue

2003-03-30 Thread Daniel Rossi
woah let me get it straight , u are compiling on a RH 6 machine to be installed on a RH 7 ? why not compile and install on the same machine , i really cant say if it makesd a difference but they do have different kernels and are years apart , i've had no trouble whatsoever compiling and installi

Re: Compiling MySQL 4.0.9-gamma under FreeBSD 4.7-Stable with linuxthreads

2003-01-23 Thread Thomas Spahni
Maximo, have a look at config.log and the configure script after line 14585. That will tell you what goes wrong. Thomas Spahni -- filter: sql, query On Mon, 20 Jan 2003, Maximo Migliari wrote: > Hello there, > > I'm trying to compile MySQL 4.0.9-gamma under FreeBSD 4.7-Stable with > linuxthrea

Re: Compiling error 3.23.54a (src)

2003-01-15 Thread Jeremy Zawodny
On Wed, Jan 15, 2003 at 07:13:05AM -0700, Tyler wrote: > > Oh.. I see. I dont know about Linux, all I knew was that I wanted > it so I burned the necissary CD's and installed linux on my other > machine. No offense, but in that case you're probably in for a rough ride. Jeremy -- Jeremy D. Zawod

Re: Compiling error 3.23.54a (src)

2003-01-15 Thread Tyler
PROTECTED]> To: "Tyler" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 10:32 PM Subject: Re: Compiling error 3.23.54a (src) > On Tue, Jan 14, 2003 at 08:58:07PM -0700, Tyler wrote: > > what appropriate forums? > > I'm no

Re: Compiling error 3.23.54a (src)

2003-01-14 Thread Jeremy Zawodny
On Tue, Jan 14, 2003 at 08:58:07PM -0700, Tyler wrote: > what appropriate forums? I'm not a Mandrake user, but every Linux distribution I've tried has had various e-mail and web-base forums in which you can ask questions. Furthermore, they have official support channels and ways of filing bug rep

Re: Compiling error 3.23.54a (src)

2003-01-14 Thread Tyler
what appropriate forums? - Original Message - From: "Jeremy Zawodny" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 7:21 PM Subject: Re: Compiling error 3.23.54a (src) > On Tue, Jan 14, 2003 at 05:

Re: Compiling error 3.23.54a (src)

2003-01-14 Thread Jeremy Zawodny
On Tue, Jan 14, 2003 at 05:56:07PM -0700, [EMAIL PROTECTED] wrote: > Does this mean I wont get a reply? this is the 3rd post regarding this > matter, and I've been trying to install MySQL for a month :(. It seems to be Mandrake-specific issue. Have you asked in the appropriate forums for that? T

Re: Compiling error 3.23.54a (src)

2003-01-14 Thread notionx
Does this mean I wont get a reply? this is the 3rd post regarding this matter, and I've been trying to install MySQL for a month :(. - Original Message - Wrom: GJSNBOHMKHJYFMYXOEAIJJPHSCRTN To: <[EMAIL PROTECTED]> Sent: Saturday, January 11, 2003 10:03 AM Subject: Compiling error 3.23.54a (

Re: Compiling 3.23.54-1

2002-12-14 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Thu, 12 Dec 2002, Mark Matthews wrote: > > Did the mysql team change tools versions? automake/autoconf? > > Yes. You need automake 1.5 / libtool 1.4. It appears this made it into > the CHANGES for the 4.0.x series, but not the 3.23.x series.

Re: Compiling 3.23.54-1

2002-12-12 Thread tibyke
On Thu, 12 Dec 2002 13:15:05 -0500 "Michael T. Babcock" <[EMAIL PROTECTED]> wrote: MTB> tibyke wrote: MTB> MTB> >the funny this is that 3.23.53 just worked (and compiled) fine, and '53 and '54 have exactly the same spec file. MTB> > MTB> > MTB> MTB> Did the mysql team change tools versions?

Re: Compiling 3.23.54-1 - new tools installed !

2002-12-12 Thread tibyke
On Thu, 12 Dec 2002 21:29:40 - "Jocelyn Fournier" <[EMAIL PROTECTED]> wrote: JF> Hi, JF> JF> You should downgrade automake to 1.5 and if it still doesn't work, try with JF> autoconf 2.52. JF> JF> Regards, JF> Jocelyn hi, MySQL folks! :) it works for me with (redhat 6.2):: - autom

Re: Compiling 3.23.54-1 - new tools installed !

2002-12-12 Thread Jocelyn Fournier
Hi, You should downgrade automake to 1.5 and if it still doesn't work, try with autoconf 2.52. Regards, Jocelyn - Original Message - From: "gnu_is_not_unix" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 12, 2002 8:52 PM Subject: Re

Re: Compiling 3.23.54-1 - new tools installed !

2002-12-12 Thread gnu_is_not_unix
Hello, > Yes. You need automake 1.5 / libtool 1.4. It appears this made it into > the CHANGES for the 4.0.x series, but not the 3.23.x series. I'm BCC'ing > this to our build engineer, so he can correct the manual. > Thanks! > -Mark well, [root@kula-szpiegula /root]# libtool --version

Re: Compiling 3.23.54-1

2002-12-12 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael T. Babcock wrote: tibyke wrote: the funny this is that 3.23.53 just worked (and compiled) fine, and '53 and '54 have exactly the same spec file. Did the mysql team change tools versions? automake/autoconf? Yes. You need automake 1.

Re: Compiling 3.23.54-1

2002-12-12 Thread tibyke
On Thu, 12 Dec 2002 13:15:05 -0500 "Michael T. Babcock" <[EMAIL PROTECTED]> wrote: MTB> tibyke wrote: MTB> MTB> >the funny this is that 3.23.53 just worked (and compiled) fine, and '53 and '54 have exactly the same spec file. MTB> > MTB> > MTB> MTB> Did the mysql team change tools versions?

Re: Compiling 3.23.54-1

2002-12-12 Thread Michael T. Babcock
tibyke wrote: the funny this is that 3.23.53 just worked (and compiled) fine, and '53 and '54 have exactly the same spec file. Did the mysql team change tools versions? automake/autoconf? -- Michael T. Babcock C.T.O., FibreSpeed Ltd. http://www.fibrespeed.net/~mbabcock --

Re: Compiling 3.23.54-1

2002-12-12 Thread tibyke
hi, i get the very same problem with: rh 6.2 2.4.17 glibc-2.1.3-28 the funny this is that 3.23.53 just worked (and compiled) fine, and '53 and '54 have exactly the same spec file. what could be the problem then? regards, tibyke GP> I`m trying to compile 3.23.54-1 from src.rpm with error: GP>

Re: Compiling a list of MySQL tools - Please contribute.

2002-12-07 Thread Paul DuBois
At 18:50 -0500 12/7/02, Will Standley wrote: I'm just getting into MySQL and have discovered two tools so far... - DBTools Freeware www.dbtools.com.br/EN/ Manage MySQL & Convert Access & more - Intelligent Converters Shareware www.convert-in.com Converts from Access, Excel & more Please

Re: Compiling v3.23.53 on Linux 2.2.19 with glibc 2.1.3

2002-10-23 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 23 October 2002 21:37, Michael T. Babcock wrote: > I'm trying to compile MySQL v3.23.53 on Linux 2.2.19 with glibc 2.1.3 > and I'm getting an error: > > libmysql.c: In function `mysql_real_connect': > libmysql.c:1325: warning: passing a

RE: Compiling mysql with correct libraries

2002-10-21 Thread Iago Sineiro
> -Mensaje original- > De: Sinisa Milivojevic [mailto:sinisa@;mysql.com] > Enviado el: lunes, 21 de octubre de 2002 14:28 > Para: Iago Sineiro > CC: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Asunto: Re: Compiling mysql with correct libraries > > > On Mon, 21 Oct

Re: Compiling mysql with correct libraries

2002-10-21 Thread Michael T. Babcock
builds with these compilers have been tested extensively. We would suggest, however, that you stay away from gcc 3.0 series until we have had some time to do some more extensive testing. Speaking of which, how /is/ testing of gcc 3.x going? Is this an active issue for the new MySQL major rel

Re: Compiling mysql with correct libraries

2002-10-21 Thread Sinisa Milivojevic
On Mon, 21 Oct 2002 09:51:41 +0200 "Iago Sineiro" <[EMAIL PROTECTED]> wrote: > Hi all. > > I want to compile MySQL statically with my own UDF and InnoDB support in > one box and with make_binary_distribution install it in a RedHat 8.0 > box. > > Which are the correct versions for gcc and glibc?

RE: Compiling error 3.23.51 under RedHat 7.3

2002-09-17 Thread Michiel Klaver
Take a look at the MySQL Changelog for the newer version: "Changed handling of gethostbyname() to make the client library thread-safe even if gethostbyname_r doesn't exist." So, get the new source, and it should compile without errors... Michiel Klaver. --

Re: Compiling mysql under MacOS X v10.2 (Jaguar)

2002-08-26 Thread Derek Slye
On Monday, August 26, 2002, at 06:33 PM, [EMAIL PROTECTED] wrote: > Your message cannot be posted because it appears to be either spam or > simply off topic to our filter. To bypass the filter you must include > one of the following words in your message: > > sql,query > > If you just reply to t

Re: compiling mysql 3.23.37

2002-07-25 Thread SandraR
To: "SandraR" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; "Egor Egorov" <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 11:22 AM Subject: Re: compiling mysql 3.23.37 > How about downloading the source of a newer version??? > > If you are too lazy

Re: Re: compiling mysql 3.23.37

2002-07-25 Thread Egor Egorov
SandraR, Thursday, July 25, 2002, 2:54:39 PM, you wrote: S> ok but I haven't a install folder as MySQLversion because the version that I S> have instaled is binary and the software are by all sides (/usr/bin and S> /var/lib) and in this folder I haven't a configure file. S> ¿what can I do? I don

Re: compiling mysql 3.23.37

2002-07-25 Thread Ralf Narozny
To: <[EMAIL PROTECTED]> >Sent: Thursday, July 25, 2002 5:07 AM >Subject: Re: compiling mysql 3.23.37 > > > > >>SandraR, >>Tuesday, July 23, 2002, 6:04:42 PM, you wrote: >> >>S> I need re-compiling mysql 3.23.37 in linux, how can I do this. >>

Re: compiling mysql 3.23.37

2002-07-25 Thread SandraR
s. sandraR - Original Message - From: "Egor Egorov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 5:07 AM Subject: Re: compiling mysql 3.23.37 > SandraR, > Tuesday, July 23, 2002, 6:04:42 PM, you wrote: > > S> I need re-comp

Re: compiling mysql 3.23.37

2002-07-25 Thread Egor Egorov
SandraR, Tuesday, July 23, 2002, 6:04:42 PM, you wrote: S> I need re-compiling mysql 3.23.37 in linux, how can I do this. S> In the maestrosdelweb link said how is the compilation, the problem is that S> these commands (./config and make) are not available from my install S> folders

Re: compiling 4.0.2

2002-07-02 Thread Marko Djukic
ok it worked... had to that setenv and in addition do a ./configure --with-low-memory... running 4.0.2!!! :) thanks! m. Quoting Lenz Grimmer <[EMAIL PROTECTED]>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tuesday 02 July 2002 10:35, Marko Djukic wrote: > > > ok thanks. tryin

Re: Compiling on apache.

2002-03-22 Thread Michael Stassen
You have to tell it to use gcc. It doesn't look like you're following the directions for compiling on HP-UX. See http://www.mysql.com/doc/H/P/HP-UX_10.20.html or http://www.mysql.com/doc/H/P/HP-UX_11.x.html If you need help after that, specify your version of HP-UX, version of MySQL, ve

Re: Compiling problem 3.23.49 under linux (mysql.cc)

2002-03-14 Thread Jim Philips
It looks like you hit some C++ code on the first line. There are still major problems in using gcc 3.x for compiling C++ on Linux. On my own box, I had to downgrade to gcc 2.9.6. MySQL compiles flawlessly now. On Thu, 2002-03-14 at 01:19, MWP wrote: > Hi all... > > I get: > c++-303 -DUNDEF_THRE

Re: Compiling problem: error in type_info1.hh

2002-01-19 Thread Sinisa Milivojevic
Hi! Try adding : using namespace std; Are you using VC++ 6.0 ??? That port is not intended for other versions of VC++. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Develo

Re: Compiling problem: error in type_info1.hh

2002-01-19 Thread Guy-Maurice Lepoutre
I downloaded these files but there are still some errors when I run the program: Thanks for the help Configuration: prog - Win32 Debug Compiling... prog.cpp c:\sqlplus\include\type_info1.hh(39) : warning C4800: 'int' : forcing value to bool 'true' or 'fals

Re: Compiling problem: error in type_info1.hh

2002-01-18 Thread Sinisa Milivojevic
Guy-Maurice Lepoutre writes: > Hello, > > I have troubles compiling this program: > > #include > #include > #include "c:/sqlplus/sqlplus.hh" > > int main() > {return(0);} > > As you can see, the program itself isn't very > complicated. > When I run this program (using MS Visual C++), here >

RE: Re: compiling and/or running 64-bit MySQL on Solaris 8/sparc?

2002-01-18 Thread Hatton Steven
-Original Message- From: Markus Lervik [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 8:08 AM To: [EMAIL PROTECTED] Subject:Fwd: Re: compiling and/or running 64-bit MySQL on Solaris 8/sparc? On Friday 18 January 2002 13:57, you wrote: [BIG snip

Fwd: Re: compiling and/or running 64-bit MySQL on Solaris 8/sparc?

2002-01-18 Thread Markus Lervik
Forgot to CC to the list. Here it goes, in case anyone else has these problems: -- Forwarded Message -- Subject: Re: compiling and/or running 64-bit MySQL on Solaris 8/sparc? Date: Fri, 18 Jan 2002 15:06:57 +0200 From: Markus Lervik <[EMAIL PROTECTED]> To: Hatton

RE: Compiling on Solaris

2002-01-18 Thread Sinisa Milivojevic
Brad Teale writes: > I found the answers to my previous question about MySQL in the manual. Doh! > > However, when I tried to compile MySQL, I ran into the following error: > [skip] > processors > "hash.c", line 189: reference to static variable "hash_key" in inline extern > function > "hash.c

Re: Compiling on Solaris

2002-01-18 Thread Sinisa Milivojevic
Brad Teale writes: > A couple of questions about compiling on Solaris. > > 1) Are the Sun Workshop 6 compilers supported for MySQL and MySQL++? >1a) Can you use the -native flag without problems? > > 2) Is the binary distribution compiled with Sun or GNU compilers? > > Background Info: >

RE: Compiling on Solaris

2002-01-17 Thread Brad Teale
I found the answers to my previous question about MySQL in the manual. Doh! However, when I tried to compile MySQL, I ran into the following error: /bin/sh ../libtool --mode=compile cc -DDEFAULT_CHARSET_HOME="\"/export/home/bteale/mysql-3.23.47\"" -DDATADIR="\"/export/home/bteale/mysql-3.23.47/v

Re: Compiling mysql-3.23.46 on OSF1

2001-12-20 Thread Martin MOKREJŠ
On Thu, 20 Dec 2001, Martin MOKREJŠ wrote: > Hi, > did someone manage to compile mysql on OSF1 4.0[D-F] series using > Digital's cc and cxx compilers? Please Cc: me in reply, thanks. > > CC=cc CXX=cxx CFLAGS='-non_shared -O3 -tune-host' CXXFLAGS='-non_shared > -O3 -tune-host' ./configure --wit

Re: Compiling of Mysql++ 1.7.9 under RH7.1

2001-11-12 Thread Sinisa Milivojevic
Rasmus Theede writes: > When I try to compile any of the examples in mysql++ I get the errors > (RedHat 7.1): > > > > In file included from /usr/local/include/sqlplus.hh:9, > from simple1.cc:3: > /usr/local/include/defs:5:19: mysql.h: No such file or directory > In file include

Re: Compiling C APIs

2001-10-28 Thread Ed Carp
Douglas Blood ([EMAIL PROTECTED]) writes: > When I try to compile the default MyC API that is on the Contributed API > page I get the following error: > > I believe that the error has to do with the way database.h includes > mysql.h and that it can’t call the methods that are in it. > > /cygdri

RE: Compiling 3.23.40 on Digital Unix 4.0e

2001-10-18 Thread Sinisa Milivojevic
Quentin Bennett writes: > Hi, > > I can't see anything specific to make problems, but I notice that all the > examples use gnumake, not Compaq's make - is that what you were referring > to? > > Regards > > Quentin > Yes. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /

Re: compiling mysql with InnoDB for AMD Athlon cpu

2001-08-29 Thread Sinisa Milivojevic
Stanislav Dmitrenko writes: > G'day, > > Is it possible to compile mysql with InnoDB for AMD Athlon processor ? > Error produced during compilation follows: > > make[4]: Entering directory `/usr/local/src/mysql-3.23.41/innobase/sync' > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../../include -I../includ

Re: Compiling MySQL Database on LinuxPPC

2001-08-27 Thread David Dahl
Is there any specific reason you are compiling MySQL? I use MySQL on LinuxPPC, and never have compiled it due to the great rpm's available here: http://www.linuxppc.org/ (right side of the page) >Hi all, > >Frustrated by failing compile: This is the message I get: > >c++: Internal compiler e

Re: compiling error

2001-08-24 Thread Rafal Jank
Hi, look at the latest patch: http://www.innodb.com/bugfixes.html > Dvořáček Michal wrote: > > > > i configured mysql with > > > > ./configure --prefix=/usr/local --localstatedir=/usr/local/var > --with-mysqld-ldflags=-all-static --disable-shared > --with-unix-socket-path=/usr/local/var/m

Re: Compiling source distribution for Solaris x86

2001-08-15 Thread Steve Brazill
In regards to building the source distribution of MySQL on a Solaris/Intel system (i.e. Solaris 8 for Intel), I have successfully 'built' and installed MySQL 3.23.40, and found the following tasks need to be performed: As Phil Dibowitz stated: You need to have your LD_LIBRARY_PATH set. F

Re: Compiling error in complete.c: filename_completion_function

2001-08-06 Thread Sinisa Milivojevic
Sebastian Kayser writes: > Hi, > > i get the following error when trying to compile MYSQL 3.23.40 with only > the --prefix option set: > > > complete.c: In funtion `filename_completion_function´: > complete.c:1467: syntax error before `*´ > complete.c:1481: `directory´ undeclared (first use

Re: Compiling error

2001-08-01 Thread Sinisa Milivojevic
Have you tried setting CXX to gcc and CXXFLAGS to "-fno-rtti -fno-exceptions" ?? -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, FullTime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca,

Re: Compiling MySQL 3.23.39 on FreeBSD 4.3

2001-07-26 Thread Ken Menzel
Hi Juraj, I don't see an anwser to your request, so I will tell you that I have no problems compiling 3.23.39 or .40 or FBSD 4.3-release or stable. Here is my compile script rm config.cache CC=gcc CFLAGS=-O3 CXX=gcc \ CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" \ ./con

  1   2   >