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

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

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)

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