Compiling Problem

2003-07-04 Thread PARISI IVAN
Hi, I speak a little english. So I want to install mysql-3.23.53 on RH 9... This is my ./configure options: ./configure --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib/mysql --mandir=/usr/share/man --infodir=/usr/share/info --with-mysqld-user=mysql --libexecdir=/usr/

Compiling Problem

2003-07-04 Thread PARISI IVAN
Hi, I speak a little english. So I want to install mysql-3.23.53 on RH 9... This is my ./configure options: ./configure --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib/mysql --mandir=/usr/share/man --infodir=/usr/share/info --with-mysqld-user=mysql --libexecdir=/usr/

Issue Solved (Re: MySQL compiling problem - (a classic))

2003-03-07 Thread Henrik Leghissa
At 03:51 2003-03-08, Henrik Leghissa wrote: I'm about to compile MySQL (3.23.55) för Red Hat 7.2 that I begin with; ./configure --prefix=/usr/local/mysql I get this error message after a while of machine-chewing; checking for tgetent in -lncurses... no checking for tgetent in -lcurses... no checki

Re: MySQL compiling problem - (a classic)

2003-03-07 Thread Henrik Leghissa
At 03:35 2003-03-08, Henrik Leghissa wrote: I'm about to compile MySQL (3.23.55) för Red Hat 7.2 that I begin with; ./configure --prefix=/usr/local/mysql I get this error message after a while of machine-chewing; checking for tgetent in -lncurses... no checking for tgetent in -lcurses... no checki

MySQL compiling problem - (a classic)

2003-03-07 Thread Henrik Leghissa
Hello, This is my first post to [EMAIL PROTECTED] I'm about to compile MySQL (3.23.55) för Red Hat 7.2 that I begin with; ./configure --prefix=/usr/local/mysql I get this error message after a while of machine-chewing; checking for tgetent in -lncurses... no checking for tgetent in -lcurses...

compiling problem with mysql++

2002-11-13 Thread Jing Chen
Hi Guys, I am trying to comile a c++ program with mysql++ but I got an error message: In file included from /usr/include/sqlplus/coldata1.hh:10, from /usr/include/sqlplus/sqlplus.hh:12, from createtable.cc:3, /usr/include/sqlplus/null1.hh:4:19: ostream: No su

little compiling problem fix

2002-07-21 Thread Christian Langnickel
Hello, under Solaris 9, gcc 3.1 fails compiling MySql 3.23.51 sources because of three missing cast operators: 1. mysqld.cc line 2460 : if (getsockname(new_sock,&dummy, &dummyLen) < 0) should be changed to: if (getsockname(new_sock,&dummy, (socklen_t *)&dummyLen) < 0) 2. mysqld.cc

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

Compiling problem 3.23.49 under linux (mysql.cc)

2002-03-13 Thread MWP
Hi all... I get: c++-303 -DUNDEF_THREADS_HACK -I./../include -I../include -I./.. -I.. -I.. -O3 -DDBUG_OFF -fno-implicit-templates -fno-exceptions -fno-rtti -c mysql.cc In file included from /usr/local/gcc-3.0.3/lib/gcc-lib/i686-pc-linux-gnu/3.0.3/include/curses.h:80, from mys

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 >

Compiling problem: error in type_info1.hh

2002-01-18 Thread Guy-Maurice Lepoutre
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 are the errors I get. Can anybody help me please. I would r

RE: mysqlclient.lib compiling problem

2001-12-14 Thread Devore, Jacob
All is well now. Thank you for you help Miquel. jake -Original Message- From: Miguel Angel Solórzano [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 5:51 PM To: Devore, Jacob; '[EMAIL PROTECTED]' Subject: Re: mysqlclient.lib compiling problem At 16:52 14/12/

Re: mysqlclient.lib compiling problem

2001-12-14 Thread Miguel Angel Solórzano
At 16:52 14/12/2001 -0800, Devore, Jacob wrote: Hi, You need to specify the header in your code and the wsock32.lib in the link libraries. Regards, Miguel >I am trying to link with the static lib mysqlclient.lib and keep getting >errors like this > >mysqlclient.lib(libmysql.obj) : error LNK2001

Re: mysqlclient.lib compiling problem

2001-12-14 Thread Colin Faber
M > To: Devore, Jacob > Cc: '[EMAIL PROTECTED]' > Subject: Re: mysqlclient.lib compiling problem > > I've run into the same problem with mysql++'s msvc++ port mysql++.lib. > > "Devore, Jacob" wrote: > > > > I am trying to link with the st

RE: mysqlclient.lib compiling problem

2001-12-14 Thread Devore, Jacob
How did you fix it, just use the dll? Thanks, jake -Original Message- From: Colin Faber [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 5:07 PM To: Devore, Jacob Cc: '[EMAIL PROTECTED]' Subject: Re: mysqlclient.lib compiling problem I've run into the sa

Re: mysqlclient.lib compiling problem

2001-12-14 Thread Colin Faber
I've run into the same problem with mysql++'s msvc++ port mysql++.lib. "Devore, Jacob" wrote: > > I am trying to link with the static lib mysqlclient.lib and keep getting > errors like this > > mysqlclient.lib(libmysql.obj) : error LNK2001: unresolved external symbol > _WSAGetLastError@0 > >

mysqlclient.lib compiling problem

2001-12-14 Thread Devore, Jacob
I am trying to link with the static lib mysqlclient.lib and keep getting errors like this mysqlclient.lib(libmysql.obj) : error LNK2001: unresolved external symbol _WSAGetLastError@0 I have the mysql version 3.23.45, running win2k, compiling on vc6. Thanks, jake --

compiling problem

2001-12-10 Thread Bettina Ketzmerick
Hello, I have a compiling problem. I have the following system conditions: solaris 2.7 gcc 3.0.1 mysql 3.23.46 gnu ld The compiling process aborted after this step gcc -O3 -DDBUG_OFF -fno-implicit-templates -fno-exceptions -fno-rtti -DHAVE_CURSES_H -I/opt/mysql-3.23.46/include -DHAVE_RWLOCK_T

Re: compiling problem on HPUX

2001-02-28 Thread Sinisa Milivojevic
HI! Well patched 10.20 is an absolute minumum for MySQL. Read our fine manual, chapter on HP-UX. Regards, Sinisa __ _ _ ___ == MySQL AB /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic /*/ /*/ /*/ \*\_ |*| |*||*| mailto:[EMAIL PROTEC

compiling problem on HPUX

2001-02-27 Thread Frans Fierens
Has anyone ever compiled mysql on a HpUX (9.01) machine ? I always got : "mysqld got signal 4" when executing the mysqld daemon. debugging gives in mysqld.trace : T@1: >fn_format T@1: | enter: name: /opt/mysql dsk: form: flag: 16 T@1: | >dirname_part T@1: | | enter: '/opt/mysq

Compiling Problem

2001-02-27 Thread Christian Springub
Hi, I have a problem with compiling mysql. I use Suse 7.0 and mysql 3.23.33. I run "./configure --prefix=/usr/local/mysql". There was no error. By running "make", I got the following error: -- [..] /usr/lib/crt1.o: In function '_start': /usr/lib/crt1.o(.text+0x18): undefined reference to 'main' c