Re: HP-UX10.20 binary distribution aborted, SRC compiler error

2002-11-15 Thread Leonhard Knauff
> On Tuesday 05 November 2002 08:26, [EMAIL PROTECTED] wrote: > [.] > > MIT pthreads is no longer part of the source distribution. If you > want to compile with "--with-mit-threads", you first need to download > and extract them into the mysql source directory. > You can obtain the package f

Re: HP-UX10.20 binary distribution aborted, SRC compiler error

2002-11-06 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 05 November 2002 08:26, [EMAIL PROTECTED] wrote: >scripts/mysql_install_db[292]: 28678 Memory fault(coredump) > This is not supposed to happen. Does it happen with all bina

re: HP-UX10.20 binary distribution aborted, SRC compiler error

2002-11-06 Thread Egor Egorov
knauff, Tuesday, November 05, 2002, 9:26:29 AM, you wrote: kauduhdd> I want to use MySQL on a HP9000/800 server mith HP-UX 10.20: kauduhdd> + HP9000/839 K210, 1 Processor HPPA1.1 7200 (32 Bit), 256 MB RAM kauduhdd> 1. Binary Distribution kauduhdd> -- kauduhdd>Version:

HP-UX10.20 binary distribution aborted, SRC compiler error

2002-11-04 Thread knauff
] Error 2 >How-To-Repeat: - Binary 3.23.52 was not running because of missing shared libraries of gcc ff. included. - Source code 3.23.52 same compiler error as 3.23.53 >Fix: none :-( Please answer: there are some additional conditions

compiler error

2002-06-25 Thread hspyx
SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: From: root To: [EMAIL PROTECTED] Subject: [compiler error] >Description: < make all-r

Re: InnoDB Compiler error (as well)

2001-11-23 Thread jaab
Ashley, On Thu, 22 Nov 2001, Ashley M. Kirchner wrote: > And while I'm sure someone is bound to tell me to stop using > RedHat's GCC 2.96 because of "bad code", I'm sorry. Everything else > that I need/use compiles just fine and I never have problems with them, > except MySQL. I would stron

Re: InnoDB Compiler error (as well)

2001-11-23 Thread Heikki Tuuri
Ashley, >Okay, so seeing Gemini failing, it was InnoDB's turn: >gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../../include -I../include >-DDBUG_OFF -O3 -DDBUG_OFF-DDEBUG_OFF -DUNIV_INTEL_X86 -c sync0sync.c >sync0sync.c: In function `sync_gnuc_intelx86_test_and_set': >sync0sync.c:187: impossible reg

InnoDB Compiler error (as well)

2001-11-22 Thread Ashley M. Kirchner
Okay, so seeing Gemini failing, it was InnoDB's turn: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../../include -I../include -DDBUG_OFF -O3 -DDBUG_OFF-DDEBUG_OFF -DUNIV_INTEL_X86 -c sync0sync.c sync0sync.c: In function `sync_gnuc_intelx86_test_and_set': sync0sync.c:187: impossible register const

Re: [Compiler error for MySQL 3.23.40 - Forte C++ and Solaris X86]

2001-07-30 Thread Michael Widenius
Hi! [EMAIL PROTECTED] writes: >> >Description: >> I'm comiling with GNU make and tar, and Forte C++ v6 r2. >> >> The compiler is current, as is the Solaris. >> >> My configuration line looks like: >> >> ./configure --prefix=/usr/local/mysql --with-innodb >> >> I'm getting the following

Re: [Compiler error for MySQL 3.23.40 - SunPro C++ and Solaris X86]

2001-07-28 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: > >Description: >I'm compiling with GNU make and tar, and SunPro C++ V6 r2 > >This compiler is now called Forte C++, but it is SunPro. > >I did miss the Solaris section in the docs. I believe I followed > them to the letter this time. I did the followi

[Compiler error for MySQL 3.23.40 - SunPro C++ and Solaris X86]

2001-07-27 Thread larryl
>Description: I'm compiling with GNU make and tar, and SunPro C++ V6 r2 This compiler is now called Forte C++, but it is SunPro. I did miss the Solaris section in the docs. I believe I followed them to the letter this time. I did the following defines: CC=cc CFLAGS="-Xa -fas

Re: [Compiler error for MySQL 3.23.40 - Forte C++ and Solaris X86]

2001-07-27 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: > >Description: > I'm comiling with GNU make and tar, and Forte C++ v6 r2. > > The compiler is current, as is the Solaris. > > My configuration line looks like: > >./configure --prefix=/usr/local/mysql --with-innodb > > I'm getting the following errors when ru

[Compiler error for MySQL 3.23.40 - Forte C++ and Solaris X86]

2001-07-27 Thread larryl
>Description: I'm comiling with GNU make and tar, and Forte C++ v6 r2. The compiler is current, as is the Solaris. My configuration line looks like: ./configure --prefix=/usr/local/mysql --with-innodb I'm getting the following errors when running the "make" command: cc -DDEFAULT_CHARSE

Re: can´t compile .38 on hp-ux with gcc-2.95.2/3 internal compiler error

2001-05-16 Thread Heikki Tuuri
://www.innobase.fi >Hi, > >I got the following error during compilation of MySQL-3.23.38 on my >HPUX-11 box witg gcc-2.95.2. > >log0log.c: In function ´log_pad_current_log_block´: >log0log.c:330: Internal compiler error at expr.c:2829 > >After upgrading to gcc-2.95.3 I got th

can´t compile .38 on hp-ux with gcc-2.95.2/3 internal compiler error

2001-05-16 Thread Andre Konopka
Hi, I got the following error during compilation of MySQL-3.23.38 on my HPUX-11 box witg gcc-2.95.2. log0log.c: In function ´log_pad_current_log_block´: log0log.c:330: Internal compiler error at expr.c:2829 After upgrading to gcc-2.95.3 I got the same error??? No problem compiling MySQL .37

Re: Compiler error #2

2001-02-20 Thread Chatchawan Boonraksa
Hi John, Try compiling MySQL with gcc 2.8.1. I have just compiled MySQL 3.23.32 on Tru64 4.0D with a few warning messages. The compiled binary runs fine. I used to try gcc 2.95.2, but as you know :) - Chat - Before posting,

Compiler error #2

2001-02-20 Thread John Markunas
acc.cc : 1459 : Internale compiler error in scan_region at except : 2566 Please submit a full bug report. Any body seen this Thank you John Markunas Williams College - Before posting, please check: http://