Hello.
Usually compiling manually is not a good idea, if there are official binary for
your platform available. Ensure that you have the fresh bison.
Mir Islam <[EMAIL PROTECTED]> wrote:
> I am stumped with this compile problem with 4.0.24 src. Not sure what
> is causing it. Can anyo
s I'm tierd to stay with an old
version of mysql :(
Thanks in advanced.
( p.s. a binary is NOT an option )
-Original Message-
From: Richard Pijnenburg [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 26, 2003 3:48 PM
To: 'Patrik Fimml'
Cc: [EMAIL PROTECTED]
Subject: RE:
AM
To: Richard Pijnenburg; [EMAIL PROTECTED]
Subject: Re: compile error mysql-4.0.16
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> gcc: cannot specify -o with -c or -S and multiple compilations
> make[2]: *** [libmysql.lo] Error 1
> make[2]: Leaving directory
> `/usr/local/src/web/mysql-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> gcc: cannot specify -o with -c or -S and multiple compilations
> make[2]: *** [libmysql.lo] Error 1
> make[2]: Leaving directory `/usr/local/src/web/mysql-4.0.16/libmysql_r'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/
Hello.
As a side note, did you try the precompiled binary for HP-UX already?
http://www.mysql.com/downloads/mysql-3.23.html
On Mon 2002-12-09 at 08:22:44 -0800, [EMAIL PROTECTED] wrote:
> Benjamin,
>
> Thanks for you information, now I tried to use "gcc"
Which version?
> compile:
> CC=gcc CXX
Benjamin,
Thanks for you information, now I tried to use "gcc"
compile:
CC=gcc CXX=gcc CXXFLAGS=-O3 ./configure
Configure has no problem. But When I run "make", I
got:
gcc -O3 -DDBUG_OFF -DHAVE_BROKEN_PREAD
-DDONT_USE_FINITE -DHAVE_BROKEN_GETPASS
-DNO_FCNTL_NONBLOCK -DDO_NOT_REMOVE_THREAD
Hello.
On Fri 2002-12-06 at 09:59:25 -0800, [EMAIL PROTECTED] wrote:
> Hi,
>
> I just send this email again. Does anyone care about
> HPUX build?
You need to be more specific in the future. That will enhance the
chance for someone seing the problem.
I have never used HP-UX. That said, some comm
Hi,
I just send this email again. Does anyone care about
HPUX build?
Zengfa
--- Zengfa Gao <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I tried to compile mysql-3.23.49 on HPUX 11.11
> system.
>
> When I run:
>
> CC=cc CXX=aCC CFLAGS=+DD64 CXXFLAGS=+DD64
> ./configure
>
> Everything is fine, no erro
Vipul Kotecha writes:
> Hi List,
>
> I am new to the MySql C++ API and I am compiling one file it gives me error
> saying
>
> Error E2303 ..\..\include\sqlplus\resiter1.hh 56: Type name expected
> Error E2275 ..\..\include\sqlplus\resiter1.hh 56: { expected
> Error E2275 ..\..\include\sqlplus\re
"Shane Corgatelli" <[EMAIL PROTECTED]> writes:
> > It compiles here, on a Roswellish system (and slightly different
> > opions - no Gemini, only BDB and innodb)
>
> I removed the --with-gemini option and everything compiles beautifully. I
> tried it with the mysql+gemini-3.23.41 source and I st
> It compiles here, on a Roswellish system (and slightly different
> opions - no Gemini, only BDB and innodb)
I removed the --with-gemini option and everything compiles beautifully. I
tried it with the mysql+gemini-3.23.41 source and I still get errors.
I wanted to compare Innobase and Gemini,
*mysql-list has an annoying filter*
[EMAIL PROTECTED] writes:
> >Environment:
>
> System: Linux homer 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i686 unknown
> Architecture: i686
It would be useful if you made sure that all errata are applied to
your machine, and then try again - the simples
Hi!
> "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes:
Sinisa> Faine, Mark writes:
>> Ok, so I've downgraded my compiler (gcc) to 2.95.3 since mysql seems to be
>> incompatible with 3.0, yet I'm still getting an error during the make:
>>
>> /usr/local/sparc-sun-solaris2.8/bin/ld:
Faine, Mark writes:
> Ok, so I've downgraded my compiler (gcc) to 2.95.3 since mysql seems to be
> incompatible with 3.0, yet I'm still getting an error during the make:
>
> /usr/local/sparc-sun-solaris2.8/bin/ld: cannot find -lrt
> collect2: ld returned 1 exit status
> make[3]: *** [mysqld] Err
Kundiger, Rick writes:
> When compiling with gcc3.0 mysql 3.23.4 I get the following error trying to
> link the mysqlbinlog (I think) any idaes?
>
> Rick
>
> lmach -lexc
> mkdir .libs
> gcc -O3 -DDBUG_OFF -O3 -felide-constructors -fno-exceptions -fno-rtti
> -fno-implicit-templates -fno-exception
Hi José
Could you give us some more information ?
Something like "gcc -I/usr."
Generally you didn't point the compiler which library to use or where is it
or simply did it in wrong order.
I think so but I'm not 100% sure of it because I'm a novice too ;-)
Regards
Karol Majewski
query / sql
Thanks,
this worked like a charm. Also on the 3.23.25
(declared stable) release. now i have another
problem: when is start the safe-mysqld i cannot
shut it down anymore.
#> mysqladmin -u root -p shutdown
or
#> safe-mysqld --log &
just do nothing and the terminal doesn't do
anything
At 7:26 PM +0100 3/24/01, Tr909 Dr. Umachine wrote:
>Hello MySQL,
>
>i downloaded 3.23.25 from the MySQL website and
>it errors in ./configure included are the last lines from
>the terminal window. (if neccesary i can send the
>config.log too 88KB) it has lots of failed programms
>i'll include som
Actually the function is called sprintf() rather than snprintf(), to the
best of my recollection, and it's probably defined in either
stdio.h/stdlib.h or string.h. Change snprintf to sprintf() and see what
happens.
- Original Message -
From: "John Markunas" <[EMAIL PROTECTED]>
To: <[EMAIL
William W. Chan writes:
>
>
> Hello all,
>
>I am trying to build a mysql 3.23.30 with bdb 3.1.17 on Win2000.
> I have put in the HAVE_BERKELEY_DB macro flag in sql\mysqld.mak
> directory and
> include db.h and libdb31d.lib into compilation flag. However, I still
> get error like t
20 matches
Mail list logo