DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29940>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29940 cannot compile on Fedora Core devel with GCC 3.4.1 Summary: cannot compile on Fedora Core devel with GCC 3.4.1 Product: Apache httpd-2.0 Version: 2.0.49 Platform: PC OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I cannot compile Apache 2.0.50 on Fedora Core devel with GCC 3.4.1. Output of gcc --version: === gcc (GCC) 3.4.1 20040702 (Red Hat Linux 3.4.1-1) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. === Input for compiling: === ./configure --enable-mods-shared=all --enable-ssl --enable-proxy --enable-suexec --with-suexec-caller=nobody --with-suexec-docroot=/home make === Output of compiler: === Making all in srclib make[1]: Entering directory `/root/httpd-2.0.50/srclib' Making all in apr make[2]: Entering directory `/root/httpd-2.0.50/srclib/apr' Making all in strings make[3]: Entering directory `/root/httpd-2.0.50/srclib/apr/strings' make[4]: Entering directory `/root/httpd-2.0.50/srclib/apr/strings' /bin/sh /root/httpd-2.0.50/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I../include -I../include/arch/unix -c apr_cpystrn.c && touch apr_cpystrn.lo make[4]: *** [apr_cpystrn.lo] Error 1 make[4]: Leaving directory `/root/httpd-2.0.50/srclib/apr/strings' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/root/httpd-2.0.50/srclib/apr/strings' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/httpd-2.0.50/srclib/apr' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/httpd-2.0.50/srclib' make: *** [all-recursive] Error 1 === Kernel version is 2.6.7-1.471. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
