This is the mail archive of the gcc-help@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]
Other format: [Raw text]

compiling gcc 4.0.2 locks up on solaris


Hi,

I am running solaris 10 with the gcc 3.4.3 provided by sun.

I'd like to compile gcc 4.0.2, but the compilation process locks up after a few minutes during the execution of a perl command.

I've found a posting from November where a guy has had the same problem: http://gcc.gnu.org/ml/gcc-bugs/2005-11/msg01502.html

I can confirm this bug now.

According to this posting, it's perl's fault, so I compiled perl myself and installed it. But it didn't help! With the lsof command I've checked that the new perl installation is really used. I've attached the output of the compile process.

There's another thing, that might be the reason for this problem. At the end of the unpacking process of the tar file, there where a lot of error messages:

bash-3.00# bzcat gcc-4.0.2.tar.bz2 | tar fx -
tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file
tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file
...
...
tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file
tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file
tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file

With the gtar command, which corresponds to the gnu tar command, these errors did not occur, but the building process still locks up at the same point.

I don't have this problem with linux machines, only with solaris machines.

Any ideas?

greets Boris


creating cache ./config.cache
checking host system type... sparc-sun-solaris2.10
checking target system type... sparc-sun-solaris2.10
checking build system type... sparc-sun-solaris2.10
checking for a BSD compatible install... /root/gcc-4.0.2/install-sh -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gnatbind... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp $$f1 $$f2 16 16
checking for correct version of gmp.h... no
The following languages will be built: c,c++,java,objc
*** This configuration is not supported in the following subdirectories:
     target-libmudflap target-libada target-libgfortran
    (Any other directories should still work fine.)
checking for bison... bison
checking for bison... bison -y
checking for gm4... gm4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for sparc-sun-solaris2.10-ar... no
checking for ar... ar
checking for sparc-sun-solaris2.10-as... no
checking for as... as
checking for sparc-sun-solaris2.10-dlltool... no
checking for dlltool... dlltool
checking for sparc-sun-solaris2.10-ld... /usr/ccs/bin/ld
checking for sparc-sun-solaris2.10-nm... no
checking for nm... nm
checking for sparc-sun-solaris2.10-ranlib... no
checking for ranlib... ranlib
checking for sparc-sun-solaris2.10-windres... no
checking for windres... windres
checking for sparc-sun-solaris2.10-objcopy... no
checking for objcopy... objcopy
checking for sparc-sun-solaris2.10-objdump... no
checking for objdump... objdump
checking for sparc-sun-solaris2.10-ar... no
checking for ar... ar
checking for sparc-sun-solaris2.10-as... no
checking for as... as
checking for sparc-sun-solaris2.10-dlltool... no
checking for dlltool... dlltool
checking for sparc-sun-solaris2.10-ld... no
checking for ld... ld
checking for sparc-sun-solaris2.10-nm... no
checking for nm... nm
checking for sparc-sun-solaris2.10-ranlib... no
checking for ranlib... ranlib
checking for sparc-sun-solaris2.10-windres... no
checking for windres... windres
checking whether to enable maintainer-specific portions of Makefiles... no
checking if symbolic links between directories work... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
Configuring in fastjar
configure: creating cache ./config.cache
checking for a BSD-compatible install... /root/gcc-4.0.2/fastjar/../install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for sparc-sun-solaris2.10-gcc... 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... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /root/gcc-4.0.2/fastjar/../install-sh -c
checking for rm... /usr/bin/rm
checking for cp... /usr/bin/cp
checking for strip... /usr/ccs/bin/strip
checking for chmod... /usr/bin/chmod
checking whether to enable maintainer-specific portions of Makefiles... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... egrep
checking for ANSI C header files... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for stdlib.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for ftruncate... yes
checking for _chsize... no
checking for off_t... yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking if mkdir takes one argument... no
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking whether byte ordering is bigendian... yes
checking whether to place generated files in the source directory... no
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating install-defs.sh
config.status: creating config.h
config.status: executing depfiles commands
Configuring in zlib
configure: creating cache ./config.cache
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
checking target system type... sparc-sun-solaris2.10
checking for a BSD-compatible install... /root/gcc-4.0.2/zlib/../install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.10-gcc... 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... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for sparc-sun-solaris2.10-ranlib... ranlib
checking for sparc-sun-solaris2.10-strip... no
checking for strip... strip
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking whether -lc should be explicitly linked in... yes
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
finding the maximum length of command line arguments... 393217
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... solaris2.10 ld.so
checking command to parse nm output... failed
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... gcc -E
checking for egrep... egrep
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for memcpy... yes
checking for strerror... 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: executing depfiles commands
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/root/gcc-4.0.2/zlib     -g -O2 -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '/root/gcc-4.0.2/zlib/'`adler32.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/root/gcc-4.0.2/zlib     -g -O2 -c -o libz_a-compress.o `test -f 'compress.c' || echo '/root/gcc-4.0.2/zlib/'`compress.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/root/gcc-4.0.2/zlib     -g -O2 -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '/root/gcc-4.0.2/zlib/'`crc32.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/root/gcc-4.0.2/zlib     -g -O2 -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '/root/gcc-4.0.2/zlib/'`deflate.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/root/gcc-4.0.2/zlib     -g -O2 -c -o libz_a-gzio.o `test -f 'gzio.c' || echo '/root/gcc-4.0.2/zlib/'`gzio.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/root/gcc-4.0.2/zlib     -g -O2 -c -o libz_a-infback.o `test -f 'infback.c' || echo '/root/gcc-4.0.2/zlib/'`infback.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/root/gcc-4.0.2/zlib     -g -O2 -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '/root/gcc-4.0.2/zlib/'`inffast.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/root/gcc-4.0.2/zlib     -g -O2 -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '/root/gcc-4.0.2/zlib/'`inflate.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/root/gcc-4.0.2/zlib     -g -O2 -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '/root/gcc-4.0.2/zlib/'`inftrees.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/root/gcc-4.0.2/zlib     -g -O2 -c -o libz_a-trees.o `test -f 'trees.c' || echo '/root/gcc-4.0.2/zlib/'`trees.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/root/gcc-4.0.2/zlib     -g -O2 -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '/root/gcc-4.0.2/zlib/'`uncompr.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/root/gcc-4.0.2/zlib     -g -O2 -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '/root/gcc-4.0.2/zlib/'`zutil.c
rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o  libz_a-crc32.o libz_a-deflate.o  libz_a-gzio.o libz_a-infback.o  libz_a-inffast.o libz_a-inflate.o  libz_a-inftrees.o libz_a-trees.o  libz_a-uncompr.o libz_a-zutil.o 
ranlib libz.a
true "AR_FLAGS=rc"  "CC_FOR_BUILD=gcc"  "CFLAGS=-g -O2"  "CXXFLAGS=-g -O2"  "CFLAGS_FOR_BUILD="  "CFLAGS_FOR_TARGET=-O2 -g -O2"  "INSTALL=/root/gcc-4.0.2/install-sh -c"  "INSTALL_DATA=/root/gcc-4.0.2/install-sh -c -m 644"  "INSTALL_PROGRAM=/root/gcc-4.0.2/install-sh -c"  "INSTALL_SCRIPT=/root/gcc-4.0.2/install-sh -c"  "LDFLAGS="  "LIBCFLAGS=-g -O2"  "LIBCFLAGS_FOR_TARGET=-O2 -g -O2"  "MAKE=make"  "MAKEINFO=makeinfo --split-size=5000000 "  "PICFLAG="  "PICFLAG_FOR_TARGET="  "SHELL=/bin/sh"  "EXPECT=expect"  "RUNTEST=runtest"  "RUNTESTFLAGS="  "exec_prefix=/opt/local/gcc-4.0.2"  "infodir=/opt/local/gcc-4.0.2/info"  "libdir=/opt/local/gcc-4.0.2/lib"  "prefix=/opt/local/gcc-4.0.2"  "tooldir=/opt/local/gcc-4.0.2/sparc-sun-solaris2.10"  "AR=ar"  "AS=as"  "CC=gcc"  "CXX=c++"  "LD=/usr/ccs/bin/ld"  "LIBCFLAGS=-g -O2"  "NM=nm"  "PICFLAG="  "RANLIB=ranlib"  "DESTDIR=" DO=all multi-do # make
Configuring in libiberty
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo
checking for perl... perl
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
checking for sparc-sun-solaris2.10-ar... ar
checking for sparc-sun-solaris2.10-ranlib... ranlib
checking for sparc-sun-solaris2.10-gcc... 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... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking for a BSD-compatible install... /root/gcc-4.0.2/libiberty/../install-sh -c
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking for sys/stat.h... yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... no
checking for sys/systemcfg.h... no
checking for stdint.h... yes
checking for stdio_ext.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for egrep... egrep
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... yes
checking for strings.h... (cached) yes
checking for inttypes.h... yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int... yes
checking size of int... 4
checking for uintptr_t... yes
checking for a 64-bit type... uint64_t
checking for pid_t... yes
checking for library containing strerror... none required
checking for asprintf... no
checking for atexit... yes
checking for basename... yes
checking for bcmp... yes
checking for bcopy... yes
checking for bsearch... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for ffs... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for index... yes
checking for insque... yes
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for mempcpy... no
checking for memset... yes
checking for mkstemps... no
checking for putenv... yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for snprintf... yes
checking for sigsetmask... no
checking for stpcpy... no
checking for stpncpy... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for tmpnam... yes
checking for vasprintf... no
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for unistd.h... (cached) yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for getrusage... yes
checking for on_exit... no
checking for psignal... yes
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... yes
checking for realpath... yes
checking for canonicalize_file_name... no
checking for pstat_getstatic... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for getsysinfo... no
checking for table... no
checking for sysctl... no
checking for __fsetlocking... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
if [ x"" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/regex.c -o pic/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/regex.c -o regex.o
In file included from /root/gcc-4.0.2/libiberty/../include/xregex.h:26,
                 from /root/gcc-4.0.2/libiberty/regex.c:199:
/root/gcc-4.0.2/libiberty/../include/xregex2.h:548: warning: ISO C90 does not support `static' or type qualifiers in parameter array declarators
In file included from /root/gcc-4.0.2/libiberty/regex.c:653:
/root/gcc-4.0.2/libiberty/regex.c: In function `byte_compile_range':
/root/gcc-4.0.2/libiberty/regex.c:4552: warning: signed and unsigned type in conditional expression
/root/gcc-4.0.2/libiberty/regex.c:4562: warning: signed and unsigned type in conditional expression
/root/gcc-4.0.2/libiberty/regex.c:4562: warning: signed and unsigned type in conditional expression
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/cplus-dem.c -o cplus-dem.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/cp-demangle.c -o cp-demangle.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/md5.c -o pic/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/alloca.c -o alloca.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/argv.c -o pic/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/argv.c -o argv.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/choose-temp.c -o choose-temp.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/concat.c -o pic/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/concat.c -o concat.o
/root/gcc-4.0.2/libiberty/concat.c: In function `concat_length':
/root/gcc-4.0.2/libiberty/concat.c:112: warning: traditional C rejects ISO C style function definitions
/root/gcc-4.0.2/libiberty/concat.c: In function `concat_copy':
/root/gcc-4.0.2/libiberty/concat.c:127: warning: traditional C rejects ISO C style function definitions
/root/gcc-4.0.2/libiberty/concat.c: In function `concat_copy2':
/root/gcc-4.0.2/libiberty/concat.c:146: warning: traditional C rejects ISO C style function definitions
/root/gcc-4.0.2/libiberty/concat.c: In function `concat':
/root/gcc-4.0.2/libiberty/concat.c:157: warning: traditional C rejects ISO C style function definitions
/root/gcc-4.0.2/libiberty/concat.c: In function `reconcat':
/root/gcc-4.0.2/libiberty/concat.c:194: warning: traditional C rejects ISO C style function definitions
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/cp-demint.c -o cp-demint.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/fibheap.c -o fibheap.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/getopt.c -o getopt.o
/root/gcc-4.0.2/libiberty/getopt.c:396: warning: unused parameter 'argc'
/root/gcc-4.0.2/libiberty/getopt.c:397: warning: unused parameter 'argv'
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/hashtab.c -o hashtab.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/hex.c -o pic/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/lbasename.c -o lbasename.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/lrealpath.c -o lrealpath.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/make-temp-file.c -o make-temp-file.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/objalloc.c -o objalloc.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/partition.c -o pic/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/partition.c -o partition.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/physmem.c -o physmem.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/pex-unix.c -o pex-unix.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/sort.c -o pic/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/sort.c -o sort.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/strerror.c -o strerror.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/ternary.c -o pic/ternary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/ternary.c -o ternary.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/xatexit.c -o xatexit.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/xmalloc.c -o xmalloc.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/asprintf.c -o pic/asprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/asprintf.c -o asprintf.o
/root/gcc-4.0.2/libiberty/asprintf.c: In function `asprintf':
/root/gcc-4.0.2/libiberty/asprintf.c:49: warning: traditional C rejects ISO C style function definitions
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/mempcpy.c -o pic/mempcpy.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/mempcpy.c -o mempcpy.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/mkstemps.c -o pic/mkstemps.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/mkstemps.c -o mkstemps.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/sigsetmask.c -o pic/sigsetmask.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/sigsetmask.c -o sigsetmask.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/stpcpy.c -o pic/stpcpy.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/stpcpy.c -o stpcpy.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/stpncpy.c -o pic/stpncpy.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/stpncpy.c -o stpncpy.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic  /root/gcc-4.0.2/libiberty/vasprintf.c -o pic/vasprintf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/root/gcc-4.0.2/libiberty/../include  -W -Wall -Wtraditional -pedantic /root/gcc-4.0.2/libiberty/vasprintf.c -o vasprintf.o
rm -f ./libiberty.a pic/./libiberty.a
ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o	 ./alloca.o ./argv.o						 ./choose-temp.o ./concat.o ./cp-demint.o			 ./dyn-string.o							 ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o		 ./fopen_unlocked.o						 ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o		 ./hashtab.o ./hex.o						 ./lbasename.o ./lrealpath.o					 ./make-relative-prefix.o ./make-temp-file.o			 ./objalloc.o ./obstack.o					 ./partition.o ./physmem.o ./pex-unix.o				 ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o	 ./strsignal.o							 ./ternary.o							 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o	 ./xstrerror.o  ./asprintf.o ./mempcpy.o ./mkstemps.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./vasprintf.o
ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o	 ./alloca.o ./argv.o						 ./choose-temp.o ./concat.o ./cp-demint.o			 ./dyn-string.o							 ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o		 ./fopen_unlocked.o						 ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o		 ./hashtab.o ./hex.o						 ./lbasename.o ./lrealpath.o					 ./make-relative-prefix.o ./make-temp-file.o			 ./objalloc.o ./obstack.o					 ./partition.o ./physmem.o ./pex-unix.o				 ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o	 ./strsignal.o							 ./ternary.o							 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o	 ./xstrerror.o  ./asprintf.o ./mempcpy.o ./mkstemps.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./vasprintf.o; \
  ranlib ./libiberty.a; \
  cd ..; \
else true; fi
rm -f needed-list; touch needed-list; \
for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr  strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf  vfork waitpid bcmp bcopy bzero; do \
  for g in ./asprintf.o ./mempcpy.o ./mkstemps.o ./sigsetmask.o ./stpcpy.o ./stpncpy.o ./vasprintf.o ; do \
    case "$g" in \
      *$f*) echo $g >> needed-list ;; \
    esac; \
  done; \
done
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o	 ./alloca.o ./argv.o						 ./choose-temp.o ./concat.o ./cp-demint.o			 ./dyn-string.o							 ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o		 ./fopen_unlocked.o						 ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o		 ./hashtab.o ./hex.o						 ./lbasename.o ./lrealpath.o					 ./make-relative-prefix.o ./make-temp-file.o			 ./objalloc.o ./obstack.o					 ./partition.o ./physmem.o ./pex-unix.o				 ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o	 ./strsignal.o							 ./ternary.o							 ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o	 ./xstrerror.o > required-list
make "AR_FLAGS=rc"  "CC_FOR_BUILD=gcc"  "CFLAGS=-g -O2"  "CXXFLAGS=-g -O2"  "CFLAGS_FOR_BUILD="  "CFLAGS_FOR_TARGET=-O2 -g -O2"  "INSTALL=/root/gcc-4.0.2/install-sh -c"  "INSTALL_DATA=/root/gcc-4.0.2/install-sh -c -m 644"  "INSTALL_PROGRAM=/root/gcc-4.0.2/install-sh -c"  "INSTALL_SCRIPT=/root/gcc-4.0.2/install-sh -c"  "JC1FLAGS="  "LDFLAGS="  "LIBCFLAGS=-g -O2"  "LIBCFLAGS_FOR_TARGET=-O2 -g -O2"  "MAKE=make"  "MAKEINFO=makeinfo --split-size=5000000 "  "PICFLAG="  "PICFLAG_FOR_TARGET="  "SHELL=/bin/sh"  "exec_prefix=/opt/local/gcc-4.0.2"  "infodir=/opt/local/gcc-4.0.2/info"  "libdir=/opt/local/gcc-4.0.2/lib"  "prefix=/opt/local/gcc-4.0.2"  "AR=ar"  "AS=as"  "CC=gcc"  "CXX=c++"  "LD=/usr/ccs/bin/ld"  "LIBCFLAGS=-g -O2"  "NM=nm"  "PICFLAG="  "RANLIB=ranlib"  "DESTDIR=" all-am
if gcc -DHAVE_CONFIG_H -I. -I/root/gcc-4.0.2/fastjar -I.  -I. -I/root/gcc-4.0.2/fastjar -I/root/gcc-4.0.2/fastjar/../zlib -I/root/gcc-4.0.2/fastjar/../include -DWITH_SHIFT_DOWN  -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2 -MT fastjar-jartool.o -MD -MP -MF ".deps/fastjar-jartool.Tpo" -c -o fastjar-jartool.o `test -f 'jartool.c' || echo '/root/gcc-4.0.2/fastjar/'`jartool.c; \
then mv -f ".deps/fastjar-jartool.Tpo" ".deps/fastjar-jartool.Po"; else rm -f ".deps/fastjar-jartool.Tpo"; exit 1; fi
In file included from /root/gcc-4.0.2/fastjar/jartool.c:234:
/root/gcc-4.0.2/fastjar/../include/getopt.h:116: warning: function declaration isn't a prototype
/root/gcc-4.0.2/fastjar/jartool.c: In function `help':
/root/gcc-4.0.2/fastjar/jartool.c:2238: warning: string length `594' is greater than the length `509' ISO C89 compilers are required to support
if gcc -DHAVE_CONFIG_H -I. -I/root/gcc-4.0.2/fastjar -I.  -I. -I/root/gcc-4.0.2/fastjar -I/root/gcc-4.0.2/fastjar/../zlib -I/root/gcc-4.0.2/fastjar/../include -DWITH_SHIFT_DOWN  -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2 -MT fastjar-dostime.o -MD -MP -MF ".deps/fastjar-dostime.Tpo" -c -o fastjar-dostime.o `test -f 'dostime.c' || echo '/root/gcc-4.0.2/fastjar/'`dostime.c; \
then mv -f ".deps/fastjar-dostime.Tpo" ".deps/fastjar-dostime.Po"; else rm -f ".deps/fastjar-dostime.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/root/gcc-4.0.2/fastjar -I.  -I. -I/root/gcc-4.0.2/fastjar -I/root/gcc-4.0.2/fastjar/../zlib -I/root/gcc-4.0.2/fastjar/../include -DWITH_SHIFT_DOWN  -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2 -MT fastjar-compress.o -MD -MP -MF ".deps/fastjar-compress.Tpo" -c -o fastjar-compress.o `test -f 'compress.c' || echo '/root/gcc-4.0.2/fastjar/'`compress.c; \
then mv -f ".deps/fastjar-compress.Tpo" ".deps/fastjar-compress.Po"; else rm -f ".deps/fastjar-compress.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/root/gcc-4.0.2/fastjar -I.  -I. -I/root/gcc-4.0.2/fastjar -I/root/gcc-4.0.2/fastjar/../zlib -I/root/gcc-4.0.2/fastjar/../include -DWITH_SHIFT_DOWN  -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2 -MT fastjar-pushback.o -MD -MP -MF ".deps/fastjar-pushback.Tpo" -c -o fastjar-pushback.o `test -f 'pushback.c' || echo '/root/gcc-4.0.2/fastjar/'`pushback.c; \
then mv -f ".deps/fastjar-pushback.Tpo" ".deps/fastjar-pushback.Po"; else rm -f ".deps/fastjar-pushback.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/root/gcc-4.0.2/fastjar -I.  -I. -I/root/gcc-4.0.2/fastjar -I/root/gcc-4.0.2/fastjar/../zlib -I/root/gcc-4.0.2/fastjar/../include -DWITH_SHIFT_DOWN  -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2 -MT fastjar-shift.o -MD -MP -MF ".deps/fastjar-shift.Tpo" -c -o fastjar-shift.o `test -f 'shift.c' || echo '/root/gcc-4.0.2/fastjar/'`shift.c; \
then mv -f ".deps/fastjar-shift.Tpo" ".deps/fastjar-shift.Po"; else rm -f ".deps/fastjar-shift.Tpo"; exit 1; fi
/root/gcc-4.0.2/fastjar/shift.c: In function `shift_up':
/root/gcc-4.0.2/fastjar/shift.c:84: warning: comparison between signed and unsigned
/root/gcc-4.0.2/fastjar/shift.c: In function `shift_down':
/root/gcc-4.0.2/fastjar/shift.c:153: warning: comparison between signed and unsigned
gcc -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2   -o fastjar  fastjar-jartool.o  fastjar-dostime.o fastjar-compress.o  fastjar-pushback.o fastjar-shift.o ./../zlib/libz.a -L/../zlib/ ../libiberty/libiberty.a 
if gcc -DHAVE_CONFIG_H -I. -I/root/gcc-4.0.2/fastjar -I.  -I. -I/root/gcc-4.0.2/fastjar -I/root/gcc-4.0.2/fastjar/../zlib -I/root/gcc-4.0.2/fastjar/../include   -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2 -MT jargrep.o -MD -MP -MF ".deps/jargrep.Tpo" -c -o jargrep.o /root/gcc-4.0.2/fastjar/jargrep.c; \
then mv -f ".deps/jargrep.Tpo" ".deps/jargrep.Po"; else rm -f ".deps/jargrep.Tpo"; exit 1; fi
In file included from /root/gcc-4.0.2/fastjar/../include/xregex.h:26,
                 from /root/gcc-4.0.2/fastjar/jargrep.c:118:
/root/gcc-4.0.2/fastjar/../include/xregex2.h:548: warning: ISO C90 does not support `static' or type qualifiers in parameter array declarators
In file included from /root/gcc-4.0.2/fastjar/jargrep.c:126:
/root/gcc-4.0.2/fastjar/../include/getopt.h:116: warning: function declaration isn't a prototype
if gcc -DHAVE_CONFIG_H -I. -I/root/gcc-4.0.2/fastjar -I.  -I. -I/root/gcc-4.0.2/fastjar -I/root/gcc-4.0.2/fastjar/../zlib -I/root/gcc-4.0.2/fastjar/../include   -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2 -MT dostime.o -MD -MP -MF ".deps/dostime.Tpo" -c -o dostime.o /root/gcc-4.0.2/fastjar/dostime.c; \
then mv -f ".deps/dostime.Tpo" ".deps/dostime.Po"; else rm -f ".deps/dostime.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I/root/gcc-4.0.2/fastjar -I.  -I. -I/root/gcc-4.0.2/fastjar -I/root/gcc-4.0.2/fastjar/../zlib -I/root/gcc-4.0.2/fastjar/../include   -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2 -MT compress.o -MD -MP -MF ".deps/compress.Tpo" -c -o compress.o /root/gcc-4.0.2/fastjar/compress.c; \
then mv -f ".deps/compress.Tpo" ".deps/compress.Po"; else rm -f ".deps/compress.Tpo"; exit 1; fi
/root/gcc-4.0.2/fastjar/compress.c:142: warning: unused parameter 'ze'
if gcc -DHAVE_CONFIG_H -I. -I/root/gcc-4.0.2/fastjar -I.  -I. -I/root/gcc-4.0.2/fastjar -I/root/gcc-4.0.2/fastjar/../zlib -I/root/gcc-4.0.2/fastjar/../include   -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2 -MT pushback.o -MD -MP -MF ".deps/pushback.Tpo" -c -o pushback.o /root/gcc-4.0.2/fastjar/pushback.c; \
then mv -f ".deps/pushback.Tpo" ".deps/pushback.Po"; else rm -f ".deps/pushback.Tpo"; exit 1; fi
gcc -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2   -o grepjar  jargrep.o dostime.o  compress.o pushback.o ./../zlib/libz.a -L/../zlib/ ../libiberty/libiberty.a 
perl /root/gcc-4.0.2/fastjar/../contrib/texi2pod.pl -D fastjar  > fastjar.pod

*** fastjar.pod removed.

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