Re: Problem compiling mysql-5.1.33

2009-04-08 Thread walter harms
most likely a missing include it should have at least: #include #include Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem schrieb: > make all-am > Making all in mysql-test > Making all in lib/My/SafeProcess > g++ -DHAVE_CONFIG_H -I. -I../../../../include -O3

Problem compiling mysql-5.1.33

2009-04-04 Thread Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem
make all-am Making all in mysql-test Making all in lib/My/SafeProcess g++ -DHAVE_CONFIG_H -I. -I../../../../include -O3 -fno-implicit-templates -fno-exceptions -fno-rtti -MT safe_process.o -MD -MP -MF .deps/safe_process.Tpo -c -o safe_process.o safe_process.cc In file included from safe_

Problem compiling 5.0.15

2005-10-26 Thread Stewart, Eric
Compiling from source: Platform is RHEL 4.0 # gcc -v Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --e

Re: Problem compiling MyODBC - looking for sql.h file

2005-10-11 Thread walt
Ryan Stille wrote: I posted this on the ODBC list, but there is not much traffic there and no one replied. Hopefully someone here has dealt with this. I am setting up ColdFusion to access a MySQL 4.1.x database. This required new MyODBC drivers to be installed on the system for ColdFusion. A

Problem compiling MyODBC - looking for sql.h file

2005-10-11 Thread Ryan Stille
I posted this on the ODBC list, but there is not much traffic there and no one replied. Hopefully someone here has dealt with this. I am setting up ColdFusion to access a MySQL 4.1.x database. This required new MyODBC drivers to be installed on the system for ColdFusion. After a lot of trial an

Re: Problem compiling mysql 4.1.11 on AIX 5.1

2005-05-10 Thread Joerg Bruehe
Hi Jon, all! Jon Earle wrote: Joerg Bruehe said: Still, this seems to be a problem with the header files supplied / used by gcc. Are you sure you used the "fixincludes" script? Hi Joerg, I tried your suggestion as per: cd /opt/freeware/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3.2/ mv include inc cd ins

Re: Problem compiling mysql 4.1.11 on AIX 5.1

2005-05-09 Thread Jon Earle
Joerg Bruehe said: > Still, this seems to be a problem with the header files supplied / used > by gcc. Are you sure you used the "fixincludes" script? Hi Joerg, I tried your suggestion as per: cd /opt/freeware/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3.2/ mv include inc cd install-tools export TARG

Re: Problem compiling mysql 4.1.11 on AIX 5.1

2005-05-07 Thread Joerg Bruehe
Hi! Jon Earle wrote: Hi all! I'm having trouble building the latest stable on AIX 5.1. My env is as follows: Relevant GNU tools: [[...]] gcc-3.3.2-4.aix5.1.ppc.rpm [[...]] I admit I did not use gcc on AIX for quite some time. Results in the following error: ... checking term.h usability... no che

Problem compiling mysql 4.1.11 on AIX 5.1

2005-05-06 Thread Jon Earle
Hi all! I'm having trouble building the latest stable on AIX 5.1. My env is as follows: Relevant GNU tools: autoconf-2.58-1.aix5.1.noarch.rpm automake-1.7.9-1.aix5.1.noarch.rpm binutils-2.14-3.aix5.1.ppc.rpm bison-1.875-2.aix5.1.ppc.rpm flex-2.5.4a-6.aix4.3.ppc.rpm gcc-3.3.2-4.aix5.1.ppc.rpm l

Problem compiling due to bad lex_hash.h (solved)

2004-01-08 Thread maf
>Description: I have gcc installed in a nonstandard place so on the first run gen_lex_hash failed becuase it could not find libstdc++.so.2.10.0. I did a 'make distclean' and the reran configure with correct flags. Unfortunately the build failed again, this time in an

Re: Problem compiling a small C program on Redhat-7.3

2003-09-25 Thread Kelley Lingerfelt
I found the answer in the archives: http://marc.theaimsgroup.com/?l=mysql&m=104770109826977&w=2 /* client1.c - connect to and disconnect from MySQL server */ #include #include/* <- Added this and it all works fine now */ #include thanks Paul :) KL Kelley Lingerfelt wrote: > Does anyb

Re: Problem compiling a small C program on Redhat-7.3

2003-09-25 Thread Ray Tayek
At 02:55 AM 9/25/03 -0400, you wrote: Does anybody have any idea why this program won't compile, it compiles fine on my slak box with includes from 4.0.15 so the program is probably ok. ... It starts screaming about mysql.h immediately,... gcc -c -I/usr/include/mysql mysql1.c make sure the mysql.

Problem compiling a small C program on Redhat-7.3

2003-09-24 Thread Kelley Lingerfelt
Does anybody have any idea why this program won't compile, it seems to be straightforward, but it I can't get it to compile on Redhat-7.3. It starts screaming about mysql.h immediately, I use this link to compile with, on my machine at the house, it compiles just fine and runs just fine, but I can

Re: Problem compiling mysql-connector-java 3.1.0-alpha

2003-05-30 Thread Pierre
Mark Matthews wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pierre wrote: Hi, I try to compile mysql-connector-java-3.1.0-alpha on my GNU/Linux system with gcc-3.2, but for the make I got this : # ant Buildfile: build.xml Overriding previous definition of reference to non.test.sources cle

Problem compiling mysql 4.1.0

2003-05-30 Thread Pierre
Hi, I try to compile mysql-4.1.0-alpha on my GNU/Linux system with gcc-3.2 there was no problem with the configure, but for the make I got this : [...] Making all in cmd-line-utils gmake[2]: Entering directory `/tmp/mysql-4.1.0-alpha/cmd-line-utils' Making all in libedit gmake[3]: Entering directo

Re: Problem compiling mysql-connector-java 3.1.0-alpha

2003-05-29 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pierre wrote: > Hi, > > I try to compile mysql-connector-java-3.1.0-alpha on my GNU/Linux system > with gcc-3.2, > but for the make I got this : > > # ant > Buildfile: build.xml > Overriding previous definition of reference to non.test.sources > > cle

Problem compiling mysql-connector-java 3.1.0-alpha

2003-05-29 Thread Pierre
Hi, I try to compile mysql-connector-java-3.1.0-alpha on my GNU/Linux system with gcc-3.2, but for the make I got this : # ant Buildfile: build.xml Overriding previous definition of reference to non.test.sources clean: [delete] Deleting directory /tmp/build-mysql-jdbc init: [copy] Copyin

Problem compiling MyODBC 3.51.06

2003-05-29 Thread Pierre
Hi, I try to compile MyODBC-3.51.06 on my GNU/Linux system with gcc-3.2 there was no problem with the configure, but for the make I got this : # gmake Making all in driver gmake[1]: Entering directory `/tmp/MyODBC-3.51.06/driver' gmake all-am gmake[2]: Entering directory `/tmp/MyODBC-3.51.06/driv

Re: Problem compiling 4.0.9-gamma on Windows

2003-01-31 Thread Vikram Vaswani
>Hi all, > >I get this error when compiling MySQL 4.0.9-gamma on Windows > >".\debug\Strings.obj" >LINK : fatal error LNK1181: cannot open input file ".\debug\Strings.obj" >Error executing link.exe. > >Am using VC++ 6.0 > >Any help you can offer would be appreciated. Thanks! > >Vikram >

Problem compiling MySQL-3.23.54 on OpenUNIX 8.0.0

2002-12-12 Thread Boyd Lynn Gerber
I can not compile the release of MySQL-3.23.54. Below is the errors. make[4]: Entering directory `/home/build/ou8/mysql-3.23.54/sql' source='mysqld.cc' object='mysqld.o' libtool=no \ depfile='.deps/mysqld.Po' tmpdepfile='.deps/mysqld.TPo' \ depmode=none /bin/bash ../depcomp \ CC -Kthread -DUNIXWA

Re: Problem compiling mysql-3.23.53

2002-12-09 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 9 Dec 2002, Pierre wrote: > I tried mysql-4.0.5a-beta, and same error... Try to compile without "--with-libwrap" - seems like there is a buglet in this part of the code - or do you desperately need TCP wrapper support? Bye, LenZ - -

Re: Problem compiling mysql-3.23.53

2002-12-08 Thread Pierre
I tried mysql-4.0.5a-beta, and same error... Pierre. On 2002.12.08 02:36 Pierre wrote: Hi, I try to compile mysql-3.23.53 on my GNU/Linux system with gcc-3.2 there was no problem with the configure, but for the make I got this : [...] gmake[3]: Entering directory `/tmp/mysql-3.23.53/sql' g++

Problem compiling mysql-3.23.53

2002-12-07 Thread Pierre
Hi, I try to compile mysql-3.23.53 on my GNU/Linux system with gcc-3.2 there was no problem with the configure, but for the make I got this : [...] gmake[3]: Entering directory `/tmp/mysql-3.23.53/sql' g++ -s -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/usr/local/v

Re: Problem compiling mysql 3.23.53

2002-12-07 Thread Pierre
I finally found the solution : I had bad old include files in /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2/include/ that come from a old gcc installation. I removed them and now it's ok. Pierre. On 2002.11.13 06:50 Pierre wrote: Hi, I try to compile mysql-3.23.53 on my GNU/Linux system with gc

Problem compiling mysql 3.23.53

2002-11-15 Thread Pierre
Hi, I try to compile mysql-3.23.53 on my GNU/Linux system with gcc-3.2 there was no problem with the configure, but for the make I got this : [...] Making all in client gmake[2]: Entering directory `/tmp/mysql-3.23.53/client' g++ -s -DUNDEF_THREADS_HACK -I./../include -I../include -I./.. -I

RE: Problem compiling mysqlgui 1.7.5

2002-11-12 Thread Black, Kelly W [PCS]
See the file INSTALL_BINARY ~KB -Original Message- From: Pierre [mailto:pierre@;epinetworx.com] Sent: Tuesday, November 12, 2002 1:45 AM To: [EMAIL PROTECTED] Subject: Problem compiling mysqlgui 1.7.5 Hi, I try to compile mysqlgui-src-1.7.5 on my GNU/Linux system with gcc-3.2 but with

Problem compiling mysqlgui 1.7.5

2002-11-12 Thread Pierre
Hi, I try to compile mysqlgui-src-1.7.5 on my GNU/Linux system with gcc-3.2 but with the make I got this : # gmake gmake: *** No rule to make target `edfile.o', needed by `mysqlgui'. Stop. It would be great if you could help me with this ! Best regards, Pierre. --

Problem compiling mysql 4.0.4

2002-10-05 Thread Pierre
Hi, I try to compile mysql-4.0.4-beta on my GNU/Linux system with gcc-3.2 There was no problem with the configure but for the make i got this : [...] Making all in isam gmake[2]: Entering directory `/tmp/mysql-4.0.4-beta/isam' /bin/sh ../libtool --mode=link gcc -O3 -DDBUG_OFF -O3 -march=i686

Problem compiling a MySQL client in C language (Windows)

2002-09-09 Thread Jean-Marc Godart
Hello, Is anyone using Borland's C compiler with Windows (XP) ? I am trying to compile/link a very simple MySQL client written in C, using MySQL include files and mysqlclient library, but it does not want to work. What command line(s) should I use to have it compiled right ? By advance, thank you

Problem compiling mysql-3.23.52

2002-09-09 Thread Javier Suarez
Hello I'm having a problem compiling the version of the subject, the problem is with the gethotsbyname function and the message is the next: libmysql.c: In function `mysql_real_connect': libmysql.c:1325: warning: passing arg 5 of `gethostbyname_r' from incompatible pointer

Problem compiling a MySQL client in C language

2002-09-08 Thread Jean-Marc Godart
Hello, Is anyone using Borland's C compiler with Windows (XP) ? I am trying to compile/link a very simple MySQL client written in C, using MySQL include files and mysqlclient library, but it does not want to work. What command line(s) should I use to have it compiled right ? By advance, thank you

Re: Problem compiling mysql-3.23.52

2002-09-08 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 08 September 2002 02:25, Javier Suarez wrote: > Im having a problem compiling the version of the subject, the problem is > with the gethotsbyname function and the message is the next: > > libmysql.c: In function `mysql_

Problem compiling mysql-3.23.52

2002-09-07 Thread Javier Suarez
Hello Im having a problem compiling the version of the subject, the problem is with the gethotsbyname function and the message is the next: libmysql.c: In function `mysql_real_connect': libmysql.c:1325: warning: passing arg 5 of `gethostbyname_r' from incompatible pointer type libmy

Problem compiling MySQLGUI source rev 1.7.5

2002-08-21 Thread Michel DROZ
Hello I have a compilation problem with MySQLGUI. I have downloaded ans installed MySQL using the following version mysql-3.23.52 Msql-Mysql-modules-1.2219 DBI-1.18 Data-Dumper-2.101 MySQL pass all the tests and work OK. then MYSQLGUI using the following version fltk-1.0

Problem compiling mysql on HPUX

2002-02-13 Thread Hector Jose Montalvo Herrera
Hello, I have problems to compiling Mysql-3.23.47 on HPUX 11.0, When I run the "make" , the get the next error: Making all in readline gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -I./../include -I./.. -I.. -D__STD C_EXT__ -O3 -DDBUG_OFF -DHAVE_BROKEN_PREAD -DDONT_USE_FINITE -DHAVE_BROKE N_GE

Re: Problem compiling MySQL 4.0.0 on FreeBSD 4.0-RELEASE

2001-11-18 Thread Ovanes Manucharyan
Mysql placed the libmysqlclient.so.10 in /usr/local/lib/mysql and thus out of my search path. A quick and dirty fix was to create a symlink from /usr/local/lib Ovanes On Sun, 18 Nov 2001, Dan Nelson wrote: > In the last episode (Nov 18), Ovanes Manucharyan said: > > Thanks, I tried it again and

Re: Problem compiling MySQL 4.0.0 on FreeBSD 4.0-RELEASE

2001-11-18 Thread Dan Nelson
In the last episode (Nov 18), Ovanes Manucharyan said: > Thanks, I tried it again and it worked. (at least it seemst to have > created some seemingly working binaries.) (I had tried 5 times to no > avail before I sent a message to the list.. so go figger.) > > Now to my real problem. I'm trying

Re: Problem compiling MySQL 4.0.0 on FreeBSD 4.0-RELEASE

2001-11-18 Thread Ovanes Manucharyan
v 18), Ovanes Manucharyan said: > > Hi, > > > > I have a problem compiling MySQL on FreeBSD 4.0-RELEASE. > > > > ./configure --with-libwrap --enable-shared > > > > gcc -DHAVE_CONFIG_H -I. -I../.././innobase/pars -I.. -I../.././innobase/pars/../ > >

Re: Problem compiling MySQL 4.0.0 on FreeBSD 4.0-RELEASE

2001-11-18 Thread Dan Nelson
In the last episode (Nov 18), Ovanes Manucharyan said: > Hi, > > I have a problem compiling MySQL on FreeBSD 4.0-RELEASE. > > ./configure --with-libwrap --enable-shared > > gcc -DHAVE_CONFIG_H -I. -I../.././innobase/pars -I.. -I../.././innobase/pars/../ > include

Problem compiling MySQL 4.0.0 on FreeBSD 4.0-RELEASE

2001-11-18 Thread Ovanes Manucharyan
Hi, I have a problem compiling MySQL on FreeBSD 4.0-RELEASE. ./configure --with-libwrap --enable-shared and this is what I get. {...} gcc -DHAVE_CONFIG_H -I. -I../.././innobase/pars -I.. -I../.././innobase/pars/../ include -I../.././innobase/pars/../../include -I../../include-DDBUG_OFF

Re: Problem compiling MySQL-4.0.0-alpha with charset german1

2001-10-28 Thread Ed Carp
Stephan Skusa ([EMAIL PROTECTED]) writes: > ./conf_to_src .. german1 > \ > ./ctype_extra_sources.c > make[2]: *** [ctype_extra_sources.c] Error 132 > make[2]: Leaving directory `/usr/src/mysql-4.0.0-alpha/libmysql' I'm running RedHat 6.2 and I'm seeing the same error with "latin1"

AW: Problem compiling MySQL-4.0.0-alpha with charset german1

2001-10-26 Thread Stephan Skusa
]] > Gesendet: Freitag, 26. Oktober 2001 11:32 > An: Stephan Skusa > Cc: [MYSQL] > Betreff: Re: Problem compiling MySQL-4.0.0-alpha with charset german1 > > > On Fri, 26 Oct 2001, Stephan Skusa wrote: > > > if I do a > > > > ./configure --prefix=/usr/local

AW: Problem compiling MySQL-4.0.0-alpha with charset german1

2001-10-26 Thread Stephan Skusa
latin1_de results in the same problem! > -Ursprungliche Nachricht- > Von: Thomas Spahni [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 26. Oktober 2001 11:32 > An: Stephan Skusa > Cc: [MYSQL] > Betreff: Re: Problem compiling MySQL-4.0.0-alpha with charset german1 >

Re: Problem compiling MySQL-4.0.0-alpha with charset german1

2001-10-26 Thread Thomas Spahni
On Fri, 26 Oct 2001, Stephan Skusa wrote: > if I do a > > ./configure --prefix=/usr/local/mysql-4.0.0 --with-charset=german1 --with-in > nodb --with-tcp-port=3307 --with-unix-socket-path=/tmp/mysql4.sock what about ./configure --with-charset=latin1_de ?? Thomas Spahni --

Problem compiling MySQL-4.0.0-alpha with charset german1

2001-10-26 Thread Stephan Skusa
PLEASE HELP! if I do a ./configure --prefix=/usr/local/mysql-4.0.0 --with-charset=german1 --with-in nodb --with-tcp-port=3307 --with-unix-socket-path=/tmp/mysql4.sock and after this a make I get an error: ./conf_to_src .. german1 > \ ./ctype_extra_sources.c make[2]: *** [ctyp

Re: Problem compiling MySQL 4.0 with GCC 3.0.1

2001-10-24 Thread Sinisa Milivojevic
Fournier Jocelyn [Presence-PC] writes: > Hi, > > I know this problem has already been reported (but I don't remember the > solution :( ) : > > I encounter the following error after installing gcc 3.0.1 and trying to > compile MySQL 4.0 : > > mysqlbinlog.o(.gnu.linkonce.d._ZTV9Log_event+0x14): u

Problem compiling MySQL 4.0 with GCC 3.0.1

2001-10-23 Thread Fournier Jocelyn [Presence-PC]
Hi, I know this problem has already been reported (but I don't remember the solution :( ) : I encounter the following error after installing gcc 3.0.1 and trying to compile MySQL 4.0 : mysqlbinlog.o(.gnu.linkonce.d._ZTV9Log_event+0x14): undefined reference to `__cxa_pure_virtual' mysqlbinlog.o(

Re: Problem compiling on HPUX 10.20

2001-08-02 Thread Sinisa Milivojevic
Ing. Gustavo Edelstein writes: > Hi Sinisa, > I've downloaded the gnu make, installed it OK and tried to compile again > MySQL. This is the new err msg: > > make[1]: Entering directory `/usr/local/mysql-3.22.32/sql/share' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/usr

Re: Problem compiling on HPUX 10.20

2001-08-01 Thread Ing. Gustavo Edelstein
e - From: Sinisa Milivojevic <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, August 01, 2001 7:15 AM Subject: Re: Problem compiling on HPUX 10.20 > Ing. Gustavo Edelstein writes: > > Hi list members, > > > > After >

Re: Problem compiling on HPUX 10.20

2001-08-01 Thread Sinisa Milivojevic
Jose Vilmar Estacio de Souza writes: > Hi, > Sorry by my dumb question. > Could you tell me where I could find this manual? Also in what section of the >manual could I find the info about the patches for hp-ux 10.20? > Many thanks in advance! Our manual comes with both binary and source

Re: Problem compiling on HPUX 10.20

2001-08-01 Thread Jose Vilmar Estacio de Souza
> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, August 01, 2001 7:15 AM Subject: Re: Problem compiling on HPUX 10.20 > Also, follow our manual versus required patches for 10.20 > > -- > Regards, >__ ___ ___ __ > / |/ /_ __/

Re: Problem compiling on HPUX 10.20

2001-08-01 Thread Sinisa Milivojevic
Ing. Gustavo Edelstein writes: > Hi list members, > > After > ./configure --prefix=/usr/local/mysql > > I do a make and when change dir to mit-pthreads, I got following err msg: > > Making all in mit-pthreads > Make: Must be a separator on rules line 26. Stop. > > Thanks for any help. > > In

Problem compiling on HPUX 10.20

2001-07-31 Thread Ing. Gustavo Edelstein
Hi list members, After ./configure --prefix=/usr/local/mysql I do a make and when change dir to mit-pthreads, I got following err msg: Making all in mit-pthreads Make: Must be a separator on rules line 26. Stop. Thanks for any help. Ing. Gustavo A. Edelstein Tech. Mgr. Equiplus Argentina S

Problem compiling on HPUX 10.20

2001-07-31 Thread Ing. Gustavo Edelstein
Hi list members, After ./configure --prefix=/usr/local/mysql I do a make and when change dir to mit-pthreads, I got following err msg: Making all in mit-pthreads Make: Must be a separator on rules line 26. Stop. Thanks for any help. Ing. Gustavo A. Edelstein Tech. Mgr. Equiplus Argentina S.A

Re: Problem compiling with GCC 3.0

2001-07-18 Thread Devendra Narayan
due to some problem with the mailer, some unknown multibyte characters got included in my previous message. Here's the configuration line again : CC=gcc CFLAGS="-O1" CXX=gcc CXXFLAGS="-O1 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-low-memory --wit

Problem compiling with GCC 3.0

2001-07-18 Thread Devendra Narayan
Would appreciate any help / tips regarding the following problem : Trying to compile mysql-3.23.39 with GCC 3.0 ( on Solaris 8 ) and the following configuration options : CC=gcc CFLAGS="-O1" CXX=gcc CXXFLAGS="-O1 -felide-constructors -fno-exceptions -fno-rtti" \ ./configure --pref

Re: Simple problem compiling example program Simple1.cc under Linux

2001-07-17 Thread Andrius Armonas
> I am quite new to programming in Linux although I am no stranger to > programming in Windows. > This is my problem: > I downloaded the mysql++ API and extracted it to /root/mysql++-1.7.9/ > I browsed to /examples/ and thought I would try and compile simple1.cc. > This is what I did from the term

Simple problem compiling example program Simple1.cc under Linux

2001-07-17 Thread root
I am quite new to programming in Linux although I am no stranger to programming in Windows. This is my problem: I downloaded the mysql++ API and extracted it to /root/mysql++-1.7.9/ I browsed to /examples/ and thought I would try and compile simple1.cc. This is what I did from the terminal: term

Problem compiling on Solaris 8

2001-06-06 Thread Jan Miczaika
Hello, when trying to compile mysql-3.23.37 on solaris 8, using either just ./configure or CC=gcc CXX=gcc CXXFLAGS=-O3 ./configure --prefix=/usr/local/mysql --with-low-memory --with-extra-charset s=complex I get the message: checking return type of sprintf... configure: error: can not run test

Problem compiling "FastBase" TCL/MySQL interface

2001-05-30 Thread Adrian . Davis
I'm trying to compile the FastBase TCL/MySQL interface under Solaris 7 using GCC, and I'm get the following problem:- "ld" doesn't like the "-B" and "-x" parameters set in the makefile line... LDFLAGS = -Bshareable -lz -x $(MYSQLLIBDIR)/libmysqlclient.a ...it gives the this error:- /usr/ccs

problem compiling on Sol 8 - I don't know where to go from here.

2001-04-02 Thread David McCall
checking for crypt.h... yes checking for alloca.h... yes checking for floor in -lm... yes checking for gethostbyname_r in -lnsl_r... no checking for gethostbyname_r in -lnsl... yes checking for socket in -lsocket... yes checking for p2open in -lgen... yes checking for bind in -lbind... no checking

Re: Problem compiling mysql on FreeBSD

2001-03-01 Thread Shawn Heeley
lt;[EMAIL PROTECTED]> Sent: Wednesday, February 28, 2001 11:56 PM Subject: Re: Problem compiling mysql on FreeBSD > Hi Bill and All, > > Thanks for the suggestions. Here's what I've tried: > > Installed gmake and gcc. My pkg_info looks like the following (I've c

Re: Problem compiling mysql on FreeBSD

2001-02-28 Thread Shawn Heeley
what version I currently have? Thanks all for the help, Shawn - Original Message - From: Bill Swanson <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Shawn Heeley <[EMAIL PROTECTED]> Sent: Wednesday, February 28, 2001 8:05 AM Subject: Re: Problem compiling mysql on FreeBSD

Re: Problem compiling mysql on FreeBSD

2001-02-28 Thread Bill Swanson
Try upgrading to gcc 2.95.2. That should fix the problem. This cured my 'Installation of grant tables failed' error condition. Rgds, Bill Swanson DNA Enterprises, Inc. MIS Manager 972-671-1972 email: [EMAIL PROTECTED] -- Original Message -- From: "

problem compiling mysql 3.23.33 under Solaris8/gcc2.95.2

2001-02-27 Thread Gérard Gachelin
Hello, here attached you'll find a mysqlbug report des cribing a compilation problem of the mysql client. Thanks for any help -- Gérard GACHELIN e-mail : [EMAIL PROTECTED] Université de la Réunion Tél: 0262 93 82 72 15, Avenue René Cassin - BP 7151

Problem compiling mysql on FreeBSD

2001-02-27 Thread Shawn Heeley
Hi folks, This appears to be a common problem that I can't seem to find a solution. No matter which approach I take to trying to install mysql-server, the end result is the same. It doesn't work. I apologize for the long message. Thanks for the help. System Specs FreeBSD www.machine.com 4.0-RELE

Problem compiling...

2001-02-22 Thread Cyril ZEKSER
Hi all, I've a little problem at the linking stage. I've always have the following error : >> g++ -g -o mainTest mainTest.o worldFactory.o -L/usr/local/OpenInventor26/lib >-limage -lInventor -lInventorXt -L/usr/lib/mysql -lmysqlclient -lsqlplus -lpthread -L/usr/X11R6/lib -lX11 -lGL -lGLU -lGL