hello everyone:
there some chinese character in the attechment( make.log ),have replaced
to english.
there is some output on the console below:
[root@YINSG664A RosBE-Unix-0.3.6]# ./RosBE-Builder.sh
*******************************************************************************
* ReactOS Build Environment for Unix-based Operating Systems *
* Builder Tool *
* by Colin Finck <mail(a)colinfinck.de> *
* *
* Version 0.3.6 *
*******************************************************************************
This script compiles and installs a complete Build Environment for
building ReactOS.
Checking for the needed tools...
Checking for bison... OK
Checking for flex... OK
Checking for gcc... OK
Checking for g++... OK
Checking for grep... OK
Checking for makeinfo... OK
Checking for GNU Make... OK
Installation Directory
In which directory do you want to install it?
Enter the path to the directory here or simply press ENTER to install it
into the default directory.
[/usr/RosBE]
The directory "/usr/RosBE" does not exist. The installation script will
create it for you.
Ready to start
Ready to build and install the ReactOS Build Environment.
Press ENTER to continue or any other key to exit.
Building...
Extracting mingw-runtime... OK
Extracting w32api... OK
Extracting binutils... OK
Configuring binutils... OK
Building binutils... FAILED
Please take a look at the log file "/home/enjoyo/RosBE-Unix-0.3.6/make.log"
If you did not do something wrong, please save the log file and contact
the ReactOS Team.
Aborted!
make[1]: Entering directory `/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build'
mkdir -p -- ./intl
Configuring in ./intl
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for i686-pc-linux-gnu-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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ranlib... ranlib
checking for library containing strerror... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
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 off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) 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 feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char *
*outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 2.3, ok
checking whether NLS is requested... no
checking whether to use NLS... no
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
config.status: executing default-1 commands
mkdir -p -- ./libiberty
Configuring in ./libiberty
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... /home/enjoyo/RosBE-Unix-0.3.6/sources/binutils/missing makeinfo
--split-size=5000000
configure: WARNING:
*** Makeinfo is missing. Info documentation will not be built.
checking for perl... perl
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ar... ar
checking for i686-pc-linux-gnu-ranlib... ranlib
checking for i686-pc-linux-gnu-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 accepts -Wc++-compat... yes
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... no
checking for a BSD-compatible install... /usr/bin/install -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... yes
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... grep -E
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... yes
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 gettimeofday... 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... yes
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... yes
checking for stpcpy... yes
checking for stpncpy... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strverscmp... yes
checking for tmpnam... yes
checking for vasprintf... yes
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... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
checking for getrusage... yes
checking for on_exit... yes
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... (cached) yes
checking for realpath... yes
checking for canonicalize_file_name... yes
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... yes
checking for wait3... yes
checking for wait4... yes
checking for __fsetlocking... yes
checking whether basename is declared... no
checking whether ffs is declared... yes
checking whether asprintf is declared... no
checking whether vasprintf is declared... no
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strverscmp is declared... no
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
mkdir -p -- ./bfd
Configuring in ./bfd
configure: creating cache ./config.cache
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i386-pc-mingw32
checking for i686-pc-linux-gnu-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 library containing strerror... none required
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for i686-pc-linux-gnu-ar... ar
checking for i686-pc-linux-gnu-ranlib... ranlib
checking for i686-pc-linux-gnu-gcc... (cached) gcc
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 ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for 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 the maximum length of command line arguments... none
checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
updating cache ./config.cache
loading cache ./config.cache within ltconfig
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... yes
finding the maximum length of command line arguments... 49153
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking whether the linker (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... no
checking whether to build static libraries... yes
creating libtool
updating cache ./config.cache
configure: loading cache ./config.cache
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to install libbfd... no
checking whether NLS is requested... no
checking whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for a BSD-compatible install... /usr/bin/install -c
checking for long long... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
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 long long... yes
checking size of long long... 8
checking for long... yes
checking size of long... 4
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether string.h and strings.h may both be included... yes
checking for fcntl... yes
checking for getpagesize... yes
checking for setitimer... yes
checking for sysconf... yes
checking for fdopen... yes
checking for getuid... yes
checking for getgid... yes
checking for strtoull... yes
checking whether basename is declared... yes
checking whether ftello is declared... yes
checking whether ftello64 is declared... yes
checking whether fseeko is declared... yes
checking whether fseeko64 is declared... yes
checking whether ffs is declared... yes
checking whether free is declared... yes
checking whether getenv is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether stpcpy is declared... yes
checking whether strstr is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking for ftello... yes
checking for ftello64... yes
checking for fseeko... yes
checking for fseeko64... yes
checking for fopen64... yes
checking for off_t... yes
checking size of off_t... 4
checking file_ptr type... BFD_HOST_64_BIT
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for madvise... yes
checking for mprotect... yes
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating bfd-in3.h
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing default commands
make[2]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/regex.c -o pic/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/regex.c -o regex.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/cplus-dem.c -o cplus-dem.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/cp-demangle.c -o cp-demangle.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/md5.c -o pic/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/alloca.c -o alloca.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/argv.c -o pic/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/argv.c -o argv.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/choose-temp.c -o choose-temp.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/concat.c -o pic/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/concat.c -o concat.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/cp-demint.c -o pic/cp-demint.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/cp-demint.c -o cp-demint.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/fibheap.c -o fibheap.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/filename_cmp.c -o filename_cmp.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/fopen_unlocked.c -o fopen_unlocked.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/getopt.c -o getopt.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/hashtab.c -o hashtab.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/hex.c -o pic/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/lbasename.c -o lbasename.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/lrealpath.c -o lrealpath.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/make-temp-file.c -o make-temp-file.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/objalloc.c -o objalloc.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/partition.c -o pic/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/partition.c -o partition.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/pexecute.c -o pexecute.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/physmem.c -o physmem.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/pex-common.c -o pic/pex-common.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/pex-common.c -o pex-common.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/pex-one.c -o pic/pex-one.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/pex-one.c -o pex-one.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/pex-unix.c -o pic/pex-unix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/pex-unix.c -o pex-unix.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/sort.c -o pic/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/sort.c -o sort.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/strerror.c -o strerror.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/ternary.c -o pic/ternary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/ternary.c -o ternary.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/xatexit.c -o xatexit.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/xmalloc.c -o xmalloc.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/xstrndup.c -o pic/xstrndup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/xstrndup.c -o xstrndup.o
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/mkstemps.c -o pic/mkstemps.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -O2 -fno-exceptions -I. -I../../binutils/libiberty/../include -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../binutils/libiberty/mkstemps.c -o mkstemps.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 ./filename_cmp.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 ./pexecute.o ./physmem.o
./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o
./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o
./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mkstemps.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 ./filename_cmp.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 ./pexecute.o ./physmem.o
./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o
./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o
./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mkstemps.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 ./mkstemps.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 ./filename_cmp.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 ./pexecute.o ./physmem.o
./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o
./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o
./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
make[3]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/libiberty/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/libiberty/testsuite'
make[2]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/libiberty'
make[2]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/intl'
make[2]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd'
Making info in doc
make[3]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
gcc -o chew.$$ ../../../binutils/bfd/doc/chew.c \
-g -O2 \
-I.. -I../../../binutils/bfd/doc/.. -I../../../binutils/bfd/doc/../../include
-I../../../binutils/bfd/doc/../../intl -I../../intl; \
/bin/sh ../../../binutils/bfd/doc/../../move-if-change chew.$$ chew
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str <../../../binutils/bfd/doc/../aoutx.h
>aoutx.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change aoutx.tmp aoutx.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str <../../../binutils/bfd/doc/../archive.c
>archive.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change archive.tmp archive.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str < ../../../binutils/bfd/doc/../archures.c
>archures.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change archures.tmp archures.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str < ../../../binutils/bfd/doc/../bfd.c
>bfd.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change bfd.tmp bfdt.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str < ../../../binutils/bfd/doc/../cache.c
>cache.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change cache.tmp cache.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str <../../../binutils/bfd/doc/../coffcode.h
>coffcode.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change coffcode.tmp coffcode.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str <../../../binutils/bfd/doc/../corefile.c
>core.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change core.tmp core.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str <../../../binutils/bfd/doc/../elf.c
>elf.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change elf.tmp elf.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str <../../../binutils/bfd/doc/../elfcode.h
>elfcode.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change elfcode.tmp elfcode.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str <../../../binutils/bfd/doc/../format.c
>format.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change format.tmp format.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str < ../../../binutils/bfd/doc/../libbfd.c
>libbfd.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change libbfd.tmp libbfd.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str < ../../../binutils/bfd/doc/../bfdwin.c
>bfdwin.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change bfdwin.tmp bfdwin.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str < ../../../binutils/bfd/doc/../bfdio.c
>bfdio.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change bfdio.tmp bfdio.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str <../../../binutils/bfd/doc/../opncls.c
>opncls.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change opncls.tmp opncls.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str <../../../binutils/bfd/doc/../reloc.c
>reloc.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change reloc.tmp reloc.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str <../../../binutils/bfd/doc/../section.c
>section.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change section.tmp section.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str <../../../binutils/bfd/doc/../syms.c
>syms.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change syms.tmp syms.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str <../../../binutils/bfd/doc/../targets.c
>targets.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change targets.tmp targets.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str <../../../binutils/bfd/doc/../init.c
>init.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change init.tmp init.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str <../../../binutils/bfd/doc/../hash.c
>hash.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change hash.tmp hash.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str <../../../binutils/bfd/doc/../linker.c
>linker.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change linker.tmp linker.texi
make chew
make[4]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
make[4]: "chew" is the newest.
make[4]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
./chew -f ../../../binutils/bfd/doc/doc.str <../../../binutils/bfd/doc/../mmo.c
>mmo.tmp
/bin/sh ../../../binutils/bfd/doc/../../move-if-change mmo.tmp mmo.texi
creating bfdver.texi
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
if (/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils/missing makeinfo --split-size=5000000
--split-size=5000000 --version) >/dev/null 2>&1; then \
for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9] bfd.i[0-9] bfd.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
if /home/enjoyo/RosBE-Unix-0.3.6/sources/binutils/missing makeinfo --split-size=5000000
--split-size=5000000 -I ../../../binutils/bfd/doc \
-o bfd.info `test -f 'bfd.texinfo' || echo
'../../../binutils/bfd/doc/'`bfd.texinfo; \
then \
rc=0; \
else \
rc=$?; \
$restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
WARNING: `makeinfo' is missing on your system. You should only need it if
you modified a `.texi' or `.texinfo' file, or any other file
indirectly affecting the aspect of the manual. The spurious
call might also be the consequence of using a buggy `make' (AIX,
DU, IRIX). You might want to install the `Texinfo' package or
the `GNU make' package. Grab either from any GNU archive site.
make[3]: *** [bfd.info] ERROR 1
make[3]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/doc'
Making info in po
make[3]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/po'
( if test 'x../../../binutils/bfd/po' != 'x.'; then \
posrcprefix='../../../binutils/bfd/'; \
else \
posrcprefix="../"; \
fi; \
rm -f SRC-POTFILES-t SRC-POTFILES \
&& (sed -e '/^#/d' \
-e '/^[ ]*$/d' \
-e "s@.*@ $posrcprefix& \\\\@" <
../../../binutils/bfd/po/SRC-POTFILES.in \
| sed -e '$s/\\$//') > SRC-POTFILES-t \
&& chmod a-w SRC-POTFILES-t \
&& mv SRC-POTFILES-t SRC-POTFILES )
( rm -f BLD-POTFILES-t BLD-POTFILES \
&& (sed -e '/^#/d' \
-e '/^[ ]*$/d' \
-e "s@.*@ ../& \\\\@" < ../../../binutils/bfd/po/BLD-POTFILES.in \
| sed -e '$s/\\$//') > BLD-POTFILES-t \
&& chmod a-w BLD-POTFILES-t \
&& mv BLD-POTFILES-t BLD-POTFILES )
cd .. \
&& CONFIG_FILES=po/Makefile.in:po/Make-in \
CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing default commands
make[3]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/po'
make[3]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/po'
make[3]: Nothing to be done for `info'.
make[3]: Leaving directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd/po'
make[3]: Entering directory
`/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd'
make[3]: Nothing to be done for `info-am'.
make[3]: Leaving directory `/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd'
make[2]: *** [info-recursive] ERROR 1
make[2]: Leaving directory `/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build/bfd'
make[1]: *** [all-bfd] ERROR 2
make[1]: Leaving directory `/home/enjoyo/RosBE-Unix-0.3.6/sources/binutils-build'
make: *** [all] ERROR 2