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]

c++/3597: Running Configure fails for mysql 3.23.39 application



>Number:         3597
>Category:       c++
>Synopsis:       Running Configure fails for mysql 3.23.39 application
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jul 06 13:26:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Phillip Bruce
>Release:        unknown-1.0
>Organization:
>Environment:
Solaris 2.8 ( Intel)
gcc 2.95.2
>Description:
contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:812: checking host system type
configure:833: checking target system type
configure:851: checking build system type
configure:886: checking for a BSD compatible install
configure:939: checking whether build environment is sane
configure:974: checking whether make sets ${MAKE}
configure:1020: checking for working aclocal
configure:1033: checking for working autoconf
configure:1046: checking for working automake
configure:1059: checking for working autoheader
configure:1072: checking for working makeinfo
configure:1174: checking whether to enable maintainer-specific portions of Makefiles
configure:1216: checking whether build environment is sane
configure:1233: checking whether make sets ${MAKE}
configure:1301: checking for gawk
configure:1333: checking for gcc
configure:1446: checking whether the C compiler (gcc   ) works
configure:1462: gcc -o conftest     conftest.c  1>&5
configure:1488: checking whether the C compiler (gcc   ) is a cross-compiler
configure:1493: checking whether we are using GNU C
configure:1502: gcc -E conftest.c
configure:1521: checking whether gcc accepts -g
configure:1557: checking for c++
configure:1589: checking whether the C++ compiler (c++   ) works
configure:1605: c++ -o conftest     conftest.C  1>&5
configure: In function `int main()':
configure:1602: Internal compiler error.
configure:1602: Please submit a full bug report.
configure:1602: See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
configure: failed program was:

#line 1600 "configure"
#include "confdefs.h"

int main(){return(0);}
>How-To-Repeat:
Simply download mysql 3.23.39 from http://www.mysql.com and then
run configure this fails.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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