Re: mysql 5.0.10 compilation error

2005-08-11 Thread Gleb Paharenko
Hello. Comments to this bug might be interesting for you: http://bugs.mysql.com/bug.php?id=9056 Karam Chand <[EMAIL PROTECTED]> wrote: > I plan to modify mysqldump and mysql import utility to > support SP, Triggers etc and plan to send a patch to > the MySQL development tree. > > Thu

Re: mysql 5.0.10 compilation error

2005-08-11 Thread Philippe Poelvoorde
Hi, I imagine there should be an option to disable yaSSL. if you use ./configure you have to explicitely add --with-yassl to enable it (which is not what you want I presume). HIMH Karam Chand wrote: I plan to modify mysqldump and mysql import utility to support SP, Triggers etc and plan to se

Re: mysql 5.0.10 compilation error

2005-08-10 Thread Karam Chand
I plan to modify mysqldump and mysql import utility to support SP, Triggers etc and plan to send a patch to the MySQL development tree. Thus downloading the binary does not seem to be option :) --- Martijn Tonies <[EMAIL PROTECTED]> wrote: > > > I am trying to compile 5.0.10. While compiling i

Re: mysql 5.0.10 compilation error

2005-08-10 Thread Martijn Tonies
> I am trying to compile 5.0.10. While compiling i am > getting the following error: > > e:\mysql5010abetasrc\extra\yassl\src\yassl_imp.cpp(393) > : fatal error C1001: INTERNAL COMPILER ERROR > (compiler file 'msc1.cpp', line 2701) > Please choose the Technical Support command > o

mysql 5.0.10 compilation error

2005-08-10 Thread Karam Chand
Hello, I am trying to compile 5.0.10. While compiling i am getting the following error: e:\mysql5010abetasrc\extra\yassl\src\yassl_imp.cpp(393) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Please choose the Technical Support command on the V

Re: Compilation Error

2004-09-10 Thread Andrew Wheeler
--- Jim Grill <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am trying to compile MySQL. I know that it is > possible to install this > > as a binary, that is not my goal. > > > > My environment consists of the following: If there > are other tools that > > I need to specify please let me know. > >

Re: Compilation Error

2004-09-09 Thread Jim Grill
> Hi, > > I am trying to compile MySQL. I know that it is possible to install this > as a binary, that is not my goal. > > My environment consists of the following: If there are other tools that > I need to specify please let me know. > gcc-3.2-7 > libgcc-3.2-7 > gcc-c++-3.2-7 > > I run configure a

Compilation Error

2004-09-08 Thread awheeler
Hi, I am trying to compile MySQL. I know that it is possible to install this as a binary, that is not my goal. My environment consists of the following: If there are other tools that I need to specify please let me know. gcc-3.2-7 libgcc-3.2-7 gcc-c++-3.2-7 I run configure as specified at the M

Re: Compilation error

2004-08-19 Thread Dan Nelson
In the last episode (Aug 19), Casey Allen Shobe said: > Dan Nelson said: > > ^^^ Note the -static flag here > > But you don't have a static libz (libz.a). You've only got a dynamic > > one. Redhat usually puts the static libraries in a separate "-dev" > > rpm. > > Aha, yes. This is a custom-bui

Re: Compilation error

2004-08-19 Thread Casey Allen Shobe
Dan Nelson said: > ^^^ Note the -static flag here > But you don't have a static libz (libz.a). You've only got a dynamic > one. Redhat usually puts the static libraries in a separate "-dev" > rpm. Aha, yes. This is a custom-built linux installation where I have built zlib dynamically-only, inte

Re: Compilation error

2004-08-19 Thread Dan Nelson
In the last episode (Aug 19), Casey Allen Shobe said: > Same problem when trying to compile 4.0 instead of 4.1: > > gcc -O3 -DDBUG_OFF -O3 -mcpu=i686 -felide-constructors -fno-rtti > mini_client_errors.o stacktrace.o repl_failsafe.o sql_olap.o -static ^^^ Note the -static flag here > ../vio/lib

Re: Compilation error

2004-08-19 Thread Casey Allen Shobe
Same problem when trying to compile 4.0 instead of 4.1: gcc -O3 -DDBUG_OFF -O3 -mcpu=i686 -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DUSE_MYSYS_NEW -DDEFINE_CXA_PURE_VIRTUAL -rdynamic -o mysqld sql_lex.o sql_handler.o item.o item_sum.o item_bu

Re: Compilation error

2004-08-19 Thread Casey Allen Shobe
Michael Stassen said: > -lz means to link with libz (the zlib library > ), > but the error is that it couldn't be found. Do you have zlib? I'd expect > yes, or configure should have complained. Yes, I have zlib. $ find /lib -user zlib | xargs ls -l lrwxrwxrwx1 zli

Re: Compilation error

2004-08-18 Thread Michael Stassen
-lz means to link with libz (the zlib library ), but the error is that it couldn't be found. Do you have zlib? I'd expect yes, or configure should have complained. Michael Casey Allen Shobe wrote: I'm running into the following error when I try to compile MySQL 4.1 o

Compilation error

2004-08-18 Thread Casey Allen Shobe
I'm running into the following error when I try to compile MySQL 4.1 on my server. Any advice? I'm not sure what -lz is... g++ -O3 -DDBUG_OFF -O3 -mcpu=i686 -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -rdynamic -o mysqld sql_lex.o sql_handler.

Udf_Example.so compilation error with gcc

2003-09-25 Thread Sagar, Sanjeev
Hello All, I am trying to compile udf_example.cc or myfunc.cc (copy of udf_example) with gcc on Solaris 2.8 but facing following errors [EMAIL PROTECTED]:/usr/local/mysql-4.0.14/sql>gcc -shared -I/usr/local/mysql-4.0.14/include -o myfunc.so myfunc.cc In file included from myfunc.cc:122: /usr/loca

Re: The Compilation Error

2003-09-12 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 11 Sep 2003, Dyego Souza do Carmo wrote: > I try to compile MySQL/InnoDB 4.1.1 ( loaded from BK ) > > My Configure Line is: > > export CFLAGS="-O6 -mpentiumpro" > export CXX=gcc > export CXXFLAGS="-O6 -mpentiumpro -felide-constructors -fno-exc

The Compilation Error

2003-09-11 Thread Dyego Souza do Carmo
I try to compile MySQL/InnoDB 4.1.1 ( loaded from BK ) My Configure Line is: export CFLAGS="-O6 -mpentiumpro" export CXX=gcc export CXXFLAGS="-O6 -mpentiumpro -felide-constructors -fno-exceptions -fno-rtti" ./configure --with-innodb --without-isam --without-docs --without-bench --with-charset

[Fwd: MySql++ compilation error on Aix with gcc3.2.1 (default argument given]

2003-03-17 Thread Olivier HARDOUIN
> I tried to integrate, MySql++-1.7.9 with > mysql-max-3.23.55-ibm-aix4.3.2.0-powerpc. > > I compiled with gcc3.2.1, and i passed the 2 patches for gcc3.0 and > gcc3.2, on Aix4.3.2 > > How-To-Repeat: > My configure contains: > setenv CC /opt/gcc-3.2.1/usr/local/bin/gcc > setenv CXX /opt/gcc-3.2.1/

Re: enable-assembler error and MySQL 64 bits compilation error

2002-12-07 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Fri, 6 Dec 2002, Mariella Di Giacomo wrote: > I have been running MySQL 4.0.5 64 bits on a Sun sun4u sparc > SUNW,Sun-Fire-880, Solaris 2.8. > I have been using the binary version that MySQL provides. > > Yesterday I have downloaded the Solari

enable-assembler error and MySQL 64 bits compilation error

2002-12-06 Thread Mariella Di Giacomo
X-Sender: [EMAIL PROTECTED] X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Fri, 06 Dec 2002 09:20:55 -0700 To: [EMAIL PROTECTED] From: Mariella Di Giacomo <[EMAIL PROTECTED]> Subject: --enable-assembler error and MySQL 64 bits compilation error on Solaris 2.8 Hello, I have been r

Re: Compilation error on Solaris.

2002-10-18 Thread Dr. Michael Wittmann
hi steve, there was a thread concerning compilation of mysql on solaris three days ago. one of the postings had a link: http://lists.mysql.com/cgi-ez/ezmlm-cgi?1:mss:116929:200208:ngkbacmgkmgkdbbfgjdo to an earlier posting where j warburton describes how he successfully compiled mysql (3.23.51)

Compilation error on Solaris.

2002-10-18 Thread Steve Fulton
Hi all, I've been trying to compile .51 and .52 under Solaris 8, and I get errors under both versions. Here's the error under .52: make[3]: Entering directory `/usr/local/src/sql/mysql-3.23.52/sql' g++ -DMYSQL_SERVER-DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/usr/local/var\"" -DSHARE

Compilation error on Solaris.

2002-10-18 Thread Steve Fulton
Hi all, I've been trying to compile .51 and .52 under Solaris 8, and I get errors under both versions. Here's the error under .52: make[3]: Entering directory `/usr/local/src/sql/mysql-3.23.52/sql' g++ -DMYSQL_SERVER-DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/usr/local/var\"" -DSHARE

Re: Compilation Error on Mac OS X

2002-06-08 Thread Phil Dobbin
On 9/6/02 at 02:32, [EMAIL PROTECTED] (Tom Harris) wrote: > Dear All, > > I am new to the mailing list so I apologise in advance if I am posting > to > the wrong place. Please direct me if I am wrong. > > With Mac OS 10.1.5: > > Configuring like this was okay: [...] > Then issuing "make" went

Compilation Error on Mac OS X

2002-06-08 Thread Tom Harris
Dear All, I am new to the mailing list so I apologise in advance if I am posting to the wrong place. Please direct me if I am wrong. With Mac OS 10.1.5: Configuring like this was okay: ./configure --prefix=/user/local/mysql --with-unix-socket-path=/usr/local/mysql/run/mysql_socket --with-mysql

mySQL Compilation error SPARC Sol 8

2002-03-21 Thread trader
*This message was transferred with a trial version of CommuniGate(tm) Pro* Sorry if this post appears more than once... having some probs ;)! - Hello, Tried compiling mySQL on a Soloris 8 SPARC machine but get the following make error: c++ -O3 -DDBUG_OFF -O3 -felide-constructor

mySQL compilation error on SPARC Solaris 8

2002-03-21 Thread bobey
*This message was transferred with a trial version of CommuniGate(tm) Pro* Hello, Tried compiling mySQL on a Soloris 8 SPARC machine but get the following make error: c++ -O3 -DDBUG_OFF -O3 -felide-constructors -fno-exceptions -fno-rtti -mcpu= v8 -Wa,-xarch=v8plusa -fno-implicit-template

Compilation Error

2002-02-20 Thread Dale Port
Hi there, I was following the instructions to compile the latest version of mysql for Mac OS X, when I ran into a few errors. I downloaded the source file as per the instructions from Apple (http://developer.apple.com/internet/macosx/osdb.html), and then followed the instructions on mysql (h

Compilation error on HP-UX 11.00 with mysql-3.23.37

2001-05-08 Thread Maxim Bunin
$ uname -a HP-UX mnemosyn B.11.00 U 9000/800 122901567 unlimited-user license $ cc -V /tmp/none.c cpp.ansi: HP92453-01 A.11.01.00 HP C Preprocessor (ANSI) ccom: HP92453-01 A.11.01.00 HP C Compiler $ aCC -V aCC: HP ANSI C++ B3910B A.03.13 $ LDFLAGS="+DA2.0W" CFLAGS="+DA2.0W -D_REENTRANT" CXXFLA

Redhat 7.0 w BDB3 Compilation Error

2001-02-26 Thread Carl Petersen
Error >Submitter-Id: >Originator:Carl Petersen >MySQL support: [none | licence | email support | extended email support ] >Synopsis: Redhat 7.0 with BDB 3.x Compilation Error >Severity: serious >Priority: medium >Category: mysql >Class: