ease explain us what that 'all-recursive' means?
Regards,
Heikki
Oracle/Innobase
.
List: mysql
Subject:Re: Error compiling 5.0.15
From: Ed Kasky
Date: 2005-11-07 17:23:46
Message-ID: 6.0.0.22.2.20051107092240.01c41cd8 () mail ! esson ! net
[Downloa
I knew after I sent that first email to you that I had better check my gcc
install. When I first starting updating some packages using src instead of
rpm's, I neglected to remove the rpm first. My install of GCC was one of
them ;-(
I had a g++ of 3.2 and a 2.9 left over from the rpm. Once I
Ed,
what does
gcc --version
say? I am able to compile with gcc-3.3.1.
in ut0dbg.h we have:
#if defined(__GNUC__) && (__GNUC__ > 2)
# define UT_DBG_FAIL(EXPR) UNIV_UNLIKELY(!((ulint)(EXPR)))
#else
extern ulintut_dbg_zero; /* This is used to eliminate
compiler