./configure works fine. make gives this error: [EMAIL PROTECTED]:~/gcc-4.0.0> make Configuring in fastjar configure: loading cache ./config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking for i686-pc-linux-gnu-gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking for rm... (cached) /bin/rm checking for cp... (cached) /bin/cp checking for strip... (cached) /usr/bin/strip checking for chmod... (cached) /bin/chmod checking whether to enable maintainer-specific portions of Makefiles... no checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking how to run the C preprocessor... (cached) gcc -E checking for egrep... (cached) grep -E checking for ANSI C header files... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for stdlib.h... (cached) yes checking for limits.h... (cached) yes checking for ftruncate... (cached) yes checking for _chsize... (cached) no checking for off_t... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking if mkdir takes one argument... (cached) no checking size of char... (cached) 1 checking size of short... (cached) 2 checking size of int... (cached) 4 checking size of long... (cached) 4 checking for long long... (cached) yes checking size of long long... (cached) 8 checking whether byte ordering is bigendian... (cached) no checking whether to place generated files in the source directory... no configure: creating ./config.status config.status: creating Makefile config.status: creating install-defs.sh config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands Configuring in zlib configure: loading cache ./config.cache checking build system type... (cached) i686-pc-linux-gnu checking host system type... (cached) i686-pc-linux-gnu checking target system type... (cached) i686-pc-linux-gnu checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for i686-pc-linux-gnu-gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc3 checking for ld used by GCC... (cached) /usr/lib/gcc-lib/i586-suse-linux/3.3.4/../../../../i586-suse-linux/bin/ld checking if the linker (/usr/lib/gcc-lib/i586-suse-linux/3.3.4/../../../../i586-suse-linux/bin/ld) is GNU ld... (cached) yes checking for /usr/lib/gcc-lib/i586-suse-linux/3.3.4/../../../../i586-suse-linux/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) nm checking whether ln -s works... yes checking how to recognise dependant libraries... (cached) pass_all checking for i686-pc-linux-gnu-ranlib... (cached) ranlib checking for i686-pc-linux-gnu-strip... no checking for strip... (cached) strip loading cache ./config.cache within ltconfig checking whether -lc should be explicitly linked in... (cached) no checking for objdir... .libs checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes finding the maximum length of command line arguments... (cached) 49153 checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -fno-rtti -fno-exceptions ... no checking whether the linker (/usr/lib/gcc-lib/i586-suse-linux/3.3.4/../../../../i586-suse-linux/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking command to parse nm output... ok checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes creating libtool updating cache ./config.cache configure: loading cache ./config.cache checking how to run the C preprocessor... (cached) gcc -E checking for memcpy... (cached) yes checking for strerror... (cached) yes checking for unistd.h... (cached) yes updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: executing default-1 commands ./config.status: line 910: ./../../config-ml.in: No such file or directory make: *** [configure-zlib] Error 1
My current system specs: AMD Athlon 2600+, 512MB RAM, SuSE 9.2, kernel=2.6.8-24. gcc 3.4.3. zlib also installed on the system is ver1.2.1, I installed ver1.2.2 and same error acured. Same error happend with the original gcc3.3.4 that came with the system. -- Summary: Gcc 4.0.0 Compile error Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: critical Priority: P1 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bigbandit2004 at yahoo dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: 4.0.0 GCC host triplet: 3.4.3 and 3.3.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21187