In the last episode (Feb 12), Nigel Wetters said:
> whichever way I try, I'm having no luck compiling on redhat 8.0. I've
> tried with the latest 3.23 and 4.0 tarballs, the latest pull from
> bitkeeper, and the redhat SRPMs.
> 
> some details here:
>   http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=84137

  gcc -DHAVE_CONFIG_H -I. -I../.././innobase/dict -I.. -I../../include
  -I../include    -DDBUG_OFF -O3 -DDBUG_OFF -O2 -march=i386 -mcpu=i686
  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -DDEBUG_OFF
  -DUNIV_INTEL_X86 -c `test -f dict0load.c || echo
  '../.././innobase/dict/'`dict0load.c
  dict0load.c: In function `dict_load_foreign_cols':
  dict0load.c:879: internal error: Segmentation fault

Sounds like you hit a GCC bug.  Try rebuilding just that file without
any -O flags.

-- 
        Dan Nelson
        [EMAIL PROTECTED]
        sql, query

---------------------------------------------------------------------
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