I was using gcc not g++

-----------
Spinlock

Creator of EmpireQuest
http://www.empirequest.com

On Mon, 1 Oct 2001, Brian Reichert wrote:

> On Thu, Sep 27, 2001 at 07:19:02PM -0600, Spinlock wrote:
> > Hello. I am running mySQL 3.23.42 on FreeBSD 4.2.
> >
> > I have compiled it with InnoDB and full debug to help figure out why it
> > keeps crashing. I've done a few core dumps and I'll paste 3 of them, it
> > keeps on crashing in the same function all the time.
> >
> > The configure flags I used are:
> >
> > env CFLAGS="-O3 -mpentiumpro" CXX=gcc CXXFLAGS="-O3 -mpentiumpro
> > -felide-constructors -fno-exceptions -fno-rtti" ./configure
> > --prefix=/usr/local/mysql --with-debug --with-innodb
> >
> > Please advise what to do.
>
> Using '-O3' is not advisable with the g++ compiler family.  Try
> reconfiguring with just '-O'.
>
> --
> Brian 'you Bastard' Reichert          <[EMAIL PROTECTED]>
> 37 Crystal Ave. #303                  Daytime number: (603) 434-6842
> Derry NH 03038-1713 USA                       Intel architecture: the left-hand path
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to