This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Internal error when compiling MySQL-3.22.29


> >> > See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
> >> > instructions.
> >> 
> >> Which part of the sentence above didn't you understand? :-)
> 
> > I understood (nearly) everything, but why do you ask?
> 
> We need the preprocessed source code to be able to reproduce/fix the
> problem.

I am not very familiar with gcc and makefiles. I just wanted to use MySQL :(
I read your bugreport page again and I hope I have the right file now. Here is
the compiler output:

GNU assembler version 2.9.5 (i686-pc-linux-gnu) using BFD version 2.9.5.0.14
gcc -v --save-temps -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -I./../include -I./.. -I..    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O6 -DDBUG_OFF   -D_FILE_OFFSET_BITS=64 -c bind.c
Reading specs from /usr/lib/gcc-lib/i586-redhat-linux/pgcc-2.95.2/specs
gcc version pgcc-2.95.2 19991024 (release)
 /usr/lib/gcc-lib/i586-redhat-linux/pgcc-2.95.2/cpp -lang-c -v -I./../include -I./.. -I.. -D__GNUC__=2 -D__GNUC_MINOR__=95 -D__ELF__ -Dunix -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__OPTIMIZE__ -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -Di586 -Dpentium -D__i586 -D__i586__ -D__pentium -D__pentium__ -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDBUG_OFF -D_FILE_OFFSET_BITS=64 bind.c bind.i
GNU CPP version pgcc-2.95.2 19991024 (release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 ../include
 ..
 /usr/local/include
 /usr/lib/gcc-lib/i586-redhat-linux/pgcc-2.95.2/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /usr/lib/gcc-lib/i586-redhat-linux/pgcc-2.95.2/../../../../include/g++-3
 /usr/lib/gcc-lib/i586-redhat-linux/pgcc-2.95.2/../../../../i586-redhat-linux/include
End of omitted list.
 /usr/lib/gcc-lib/i586-redhat-linux/pgcc-2.95.2/cc1 bind.i -quiet -dumpbase bind.c -O6 -version -o bind.s
GNU C version pgcc-2.95.2 19991024 (release) (i586-redhat-linux) compiled by GNU C version pgcc-2.95.2 19991024 (release).
bind.c: In function `rl_translate_keyseq':
bind.c:455: Internal compiler error in `find_and_verify_loops', at loop.c:3002
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
make[2]: *** [bind.o] Error 1
make[2]: Leaving directory `/home/oracle/test/mysql-3.22.29/readline'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/oracle/test/mysql-3.22.29'
make: *** [all-recursive-am] Error 2


Attached is bind.i.tgz. Do you need more files?

Regards,

Knut

P.S. Sorry for my newbie behavior...

bind.i.tgz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]