This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project.


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

Installing eCos ARM SWtools under Red Hat 6.0


Hi folks,

I have no idea what I could be doing wrong and was hoping someone could show 
me the error in my ways.

I am merely trying to build the ecosSWtools-arm-990321-src.tar.gz from the 
cygnus website (http://sourceware.cygnus.com/ecos/install-linux.html) on to 
Linux 6.0.  I could type the steps I followed but that would waste time and 
might even confuse things more because I followed every instruction from the 
web site exactly.  In fact, I have done these instructions dozens of times, 
even after reinstalling Lunix all those times just to make sure any previous 
errors were not "carried over".

I initially thought I had a problem with the patch but that does not seem to 
be the case.  I also have over 350M of mem before the make so memory should 
not be an issue either.

Anyway, I get the following message in my make.out file:

---------------- snip ------------------------------------

make[2]: Leaving directory `/tmp/build/tcl/unix'
make[1]: Leaving directory `/tmp/build/tcl'
make[1]: Entering directory `/tmp/build/tk'
make[2]: Entering directory `/tmp/build/tk/unix'
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tk/unix 
-I/usr/cygnus/ecosSWtools-arm-990321/src/tk/unix/../generic 
-I/usr/cygnus/ecosSWtools-arm-990321/src/tk/unix/../bitmaps 
-I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/generic  -DHAVE_UNISTD_H=1 
-DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 
-DTIME_WITH_SYS_TIME=1      
/usr/cygnus/ecosSWtools-arm-990321/src/tk/unix/tkAppInit.c
In file included from 
/usr/cygnus/ecosSWtools-arm-990321/src/tk/unix/tkAppInit.c:16:
/usr/cygnus/ecosSWtools-arm-990321/src/tk/unix/../generic/tk.h:77: 
X11/Xlib.h: No such file or directory
make[2]: *** [tkAppInit.o] Error 1
make[2]: Leaving directory `/tmp/build/tk/unix'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/build/tk'
make: *** [all-tk] Error 2
make: Leaving directory `/tmp/build'

--------------------------------------------------------------------

I don't know if it matters but the only files in `/tmp/build/tk/unix' are:  
Makefile, config.log, config.status, and tkConfig.sh

Again, I am following all the steps as they are written on the web site and 
am making sure to follow all the "ARM" steps for installation in particular.

There were also some failed procedures in config.log from /tmp/build/tk/unix 
that might be relevant.

attached is config.log from /tmp/build/tk/unix, along with configure.out and 
make.out from /tmp/build

Thanks in advance,

Trevor



______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:583: checking host system type
configure:604: checking target system type
configure:622: checking build system type
configure:647: checking for gcc
configure:760: checking whether the C compiler (gcc -g -O2 ) works
configure:776: gcc -o conftest -g -O2   conftest.c  1>&5
configure:802: checking whether the C compiler (gcc -g -O2 ) is a cross-compiler
configure:807: checking whether we are using GNU C
configure:835: checking whether gcc accepts -g
configure:878: checking for a BSD compatible install
configure:949: checking for ranlib
configure:1212: checking how to run the C preprocessor
configure:1295: checking for unistd.h
configure:1295: checking for limits.h
configure:1396: checking stdlib.h
configure:1459: checking fd_set and sys/select
configure:1468: gcc -c -g -O2  conftest.c 1>&5
configure:1512: checking for ANSI C header files
configure:1616: checking for mode_t
configure:1649: checking for pid_t
configure:1682: checking for size_t
configure:1715: checking for uid_t in sys/types.h
configure:1757: checking for sys/time.h
configure:1794: checking whether time.h and sys/time.h may both be included
configure:1843: checking for X
configure:1910: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1906: X11/Intrinsic.h: No such file or directory
configure: failed program was:
#line 1905 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
configure:1986: gcc -o conftest -g -O2   conftest.c -lXt  1>&5
/usr/bin/ld: cannot open -lXt: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 1979 "configure"
#include "confdefs.h"

int main() {
XtMalloc()
; return 0; }
configure:2101: checking for X11 header files
configure:2109: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2105: X11/Intrinsic.h: No such file or directory
configure: failed program was:
#line 2104 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
configure:2145: checking for X11 libraries
configure:2165: checking for XCreateWindow in -lXwindow
configure:2184: gcc -o conftest -g -O2   conftest.c -lXwindow   1>&5
/usr/bin/ld: cannot open -lXwindow: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 2173 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char XCreateWindow();

int main() {
XCreateWindow()
; return 0; }
configure:2331: checking for main in -lXbsd
configure:2346: gcc -o conftest -g -O2   conftest.c -lXbsd   1>&5
/usr/bin/ld: cannot open -lXbsd: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 2339 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:2370: checking for socket libraries
configure:2674: checking for sin
configure:2723: checking for main in -lieee
configure:2765: checking whether char is unsigned
configure:2836: checking for strtod
configure:2886: checking for Solaris 2.4 strtod bug
configure:2906: gcc -o conftest -g -O2   conftest.c  1>&5
Configuring for a i586-pc-linux-gnu host.
Created "Makefile" in /tmp/build
Configuring intl...
creating cache ../config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for POSIXized ISC... no
checking for ANSI C header files... yes
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for argz.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for values.h... yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for stpcpy... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for gettext in libc... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
updating cache ../config.cache
creating ./config.status
creating Makefile
creating config.h
Configuring mmalloc...
loading cache ../config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking host system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
checking for ar... ar
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) gcc -E
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... yes
updating cache ../config.cache
creating ./config.status
creating Makefile
Configuring libiberty...
loading cache ../config.cache
checking host system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking for sys/file.h... yes
checking for sys/param.h... (cached) yes
checking for stdlib.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking for asprintf... yes
checking for atexit... yes
checking for basename... yes
checking for bcmp... yes
checking for bcopy... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for getcwd... (cached) yes
checking for getpagesize... (cached) 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 memset... yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for sigsetmask... yes
checking for strcasecmp... (cached) yes
checking for strchr... (cached) 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... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for ANSI C header files... (cached) yes
checking for pid_t... yes
checking for vfork.h... no
checking for working vfork... yes
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
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
updating cache ../config.cache
creating ./config.status
creating Makefile
creating config.h
Configuring opcodes...
loading cache ../config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for ranlib... (cached) ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking for object suffix... o
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking whether to enable maintainer-specific portions of Makefiles... no
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for a BSD compatible install... /usr/bin/install -c
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
updating cache ../config.cache
creating ./config.status
creating Makefile
creating po/Makefile.in
creating config.h
Configuring bfd...
loading cache ../config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for ranlib... (cached) ranlib
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking for object suffix... o
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking whether to enable maintainer-specific portions of Makefiles... no
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for a BSD compatible install... /usr/bin/install -c
checking for stddef.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking for fcntl.h... yes
checking for sys/file.h... (cached) yes
checking for sys/time.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for fcntl... yes
checking for getpagesize... (cached) yes
checking for setitimer... yes
checking for sysconf... (cached) yes
checking for fdopen... yes
checking whether strstr must be declared... no
checking whether malloc must be declared... no
checking whether realloc must be declared... no
checking whether free must be declared... no
checking whether getenv must be declared... no
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for madvise... no
checking for mprotect... yes
updating cache ../config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating bfd-in3.h
creating po/Makefile.in
creating config.h
Configuring readline...
loading cache ../config.cache
checking host system type... i586-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for minix/config.h... no
checking whether gcc needs -traditional... no
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking return type of signal handlers... void
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for strcasecmp... (cached) yes
checking for select... yes
checking for setenv... (cached) yes
checking for putenv... (cached) yes
checking for tcgetattr... yes
checking for setlocale... (cached) yes
checking for lstat... yes
checking for working strcoll... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for varargs.h... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking for sys/ptem.h... no
checking for sys/pte.h... no
checking for sys/stream.h... no
checking for sys/select.h... yes
checking for termcap.h... yes
checking for termios.h... yes
checking for termio.h... yes
checking for sys/file.h... (cached) yes
checking for locale.h... (cached) yes
checking for type of signal functions... posix
checking if signal handlers must be reinstalled when invoked... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... present
checking for lstat... yes
checking whether programs are able to redeclare getpw functions... yes
checking whether or not strcoll and strcmp differ... no
checking whether signal handlers are of type void... yes
checking for TIOCGWINSZ in sys/ioctl.h... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
checking if struct dirent has a d_ino member... yes
checking if struct dirent has a d_fileno member... yes
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
updating cache ../config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating examples/Makefile
creating config.h
Configuring tcl...
loading cache ../config.cache
checking host system type... i586-pc-linux-gnu
checking whether make sets ${MAKE}... (cached) yes
creating ./config.status
creating Makefile
configuring in unix
running /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/configure  --verbose --host=i586-pc-linux-gnu --target=arm-elf --prefix=/usr/cygnus/ecosSWtools-arm-990321 --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu --with-gcc-version-trigger=/usr/cygnus/ecosSWtools-arm-990321/src/gcc/version.c --with-gnu-as --with-gnu-ld --with-newlib --cache-file=../../config.cache --srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix
loading cache ../../config.cache
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking to see if this is LynxOS... no
checking for getcwd... (cached) yes
checking for opendir... yes
checking for strstr... (cached) yes
checking for strtol... (cached) yes
checking for tmpnam... (cached) yes
checking for waitpid... (cached) yes
checking for strerror... (cached) yes
checking for getwd... yes
checking for wait3... yes
checking for uname... yes
checking for sin... no
checking for main in -lieee... yes
checking dirent.h... yes
checking for errno.h... yes
checking for float.h... yes
checking for values.h... (cached) yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for dlfcn.h... yes
checking for unistd.h... (cached) yes
checking termios vs. termio vs. sgtty... termios
checking fd_set and sys/select... yes
checking for sys/time.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... yes
checking tm_tzadj in struct tm... no
checking tm_gmtoff in struct tm... yes
checking long timezone variable... yes
checking for timezone declaration... found
checking for st_blksize in struct stat... yes
checking proper strstr implementation... yes
checking for strtoul... (cached) yes
checking for strtod... (cached) yes
checking for strtod... (cached) yes
checking for Solaris strtod bug... ok
checking for ANSI C header files... (cached) yes
checking for mode_t... yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking for uid_t in sys/types.h... yes
checking for opendir... (cached) yes
checking union wait... yes
checking matherr support... yes
checking return type of signal handlers... (cached) void
checking for vfork... yes
checking vfork/signal bug... ok
checking for strncasecmp... (cached) yes
checking for BSDgettimeofday... no
checking for gettimeofday... yes
checking for gettimeofday declaration... present
checking for main in -linet... no
checking for net/errno.h... no
checking whether char is unsigned... no
checking signed char declarations... yes
checking for socket libraries... checking for connect... yes
checking for gethostbyname... yes

checking system version (for dynamic loading)... Linux-2.2.5-15
checking for dlopen in -ldl... yes
checking for sys/ioctl.h... yes
checking for sys/filio.h... no
checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK
updating cache ../../config.cache
creating ./config.status
creating Makefile
creating tclConfig.sh
Configuring tk...
loading cache ../config.cache
checking host system type... i586-pc-linux-gnu
checking whether make sets ${MAKE}... (cached) yes
creating ./config.status
creating Makefile
configuring in unix
running /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/tk/unix/configure  --verbose --host=i586-pc-linux-gnu --target=arm-elf --prefix=/usr/cygnus/ecosSWtools-arm-990321 --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu --with-gcc-version-trigger=/usr/cygnus/ecosSWtools-arm-990321/src/gcc/version.c --with-gnu-as --with-gnu-ld --with-newlib --cache-file=../../config.cache --srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/tk/unix
loading cache ../../config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) gcc -E
checking for unistd.h... (cached) yes
checking for limits.h... (cached) yes
checking stdlib.h... yes
checking fd_set and sys/select... yes
checking for ANSI C header files... (cached) yes
checking for mode_t... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for X... no
checking for X11 header files... couldn't find any!
checking for X11 libraries... checking for XCreateWindow in -lXwindow... no
couldn't find any!  Using -lX11.
checking for main in -lXbsd... no
checking for socket libraries... (cached) 
checking for sin... (cached) no
checking for main in -lieee... (cached) yes
checking whether char is unsigned... (cached) no
checking for strtod... (cached) yes
checking for Solaris 2.4 strtod bug... ok
updating cache ../../config.cache
creating ./config.status
creating Makefile
creating tkConfig.sh
Configuring texinfo...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc needs -traditional... (cached) no
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for texconfig... false
checking for POSIXized ISC... no
checking for minix/config.h... (cached) no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for Cygwin32 environment... no
checking for Mingw32 environment... no
checking for executable suffix... no
checking host system type... i586-pc-linux-gnu
checking for zlib.h... yes
checking for gzdopen in -lz... yes
checking for sigblock... yes
checking for tputs in -lncurses... yes
checking for ncurses/termcap.h... yes
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for pwd.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for termcap.h... (cached) yes
checking for termio.h... (cached) yes
checking for termios.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/fcntl.h... yes
checking for sys/file.h... (cached) yes
checking for sys/ptem.h... (cached) no
checking for sys/time.h... (cached) yes
checking for sys/ttold.h... no
checking for sys/wait.h... (cached) yes
checking for off_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for working const... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for vprintf... (cached) yes
checking for setvbuf... yes
checking for getcwd... (cached) yes
checking for memset... (cached) yes
checking for bzero... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for sigprocmask... yes
checking for sigsetmask... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking for inline... (cached) inline
checking for size_t... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed...  de fr
updating cache ../config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating info/Makefile
creating intl/Makefile
creating lib/Makefile
creating makeinfo/Makefile
creating po/Makefile.in
creating util/Makefile
creating config.h
Configuring binutils...
loading cache ../config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking for object suffix... o
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for bison... bison -y
checking how to run the C preprocessor... (cached) gcc -E
checking for flex... flex
checking for flex... (cached) flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for POSIXized ISC... no
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking whether to enable maintainer-specific portions of Makefiles... no
checking for cygwin32 environment... no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for ranlib... (cached) ranlib
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for sbrk... yes
checking for utimes... yes
checking for time_t in time.h... yes
checking for time_t in sys/types.h... yes
checking for utime.h... yes
checking whether fprintf must be declared... no
checking whether strstr must be declared... (cached) no
checking whether sbrk must be declared... no
checking whether getenv must be declared... (cached) no
updating cache ../config.cache
creating ./config.status
creating Makefile
creating po/Makefile.in
creating config.h
Configuring ld...
loading cache ../config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking for object suffix... o
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for POSIXized ISC... no
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for Cygwin environment... no
checking for Mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for bison... (cached) bison -y
checking for flex... (cached) flex
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking lex output file root... (cached) lex.yy
checking whether yytext is a pointer... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sbrk... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking whether strstr must be declared... (cached) no
checking whether free must be declared... (cached) no
checking whether sbrk must be declared... (cached) no
checking whether getenv must be declared... (cached) no
updating cache ../config.cache
creating ./config.status
creating Makefile
creating po/Makefile.in
creating config.h
Configuring gas...
loading cache ../config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking for object suffix... o
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for bison... (cached) bison -y
checking how to run the C preprocessor... (cached) gcc -E
checking for flex... (cached) flex
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking lex output file root... (cached) lex.yy
checking whether yytext is a pointer... (cached) yes
checking for POSIXized ISC... no
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking whether to enable maintainer-specific portions of Makefiles... no
checking for Cygwin32 environment... (cached) no
checking for Cygwin environment... (cached) no
checking for Mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for memory.h... yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for varargs.h... (cached) yes
checking for errno.h... (cached) yes
checking for sys/types.h... yes
checking whether compiling a cross-assembler... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for inline... (cached) inline
checking for unlink... yes
checking for sbrk... (cached) yes
checking for working assert macro... yes
checking whether declaration is required for strstr... no
checking whether declaration is required for malloc... no
checking whether declaration is required for free... no
checking whether declaration is required for sbrk... no
checking whether declaration is required for errno... no
updating cache ../config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating .gdbinit
creating po/Makefile.in
creating config.h
Configuring gcc...
loading cache ../config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking whether a default assembler was specified... no
checking whether a default linker was specified... no
checking for mawk... no
checking for gawk... gawk
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking whether ln works... yes
checking whether ln -s works... yes
checking for volatile... yes
checking for ranlib... (cached) ranlib
checking for bison... (cached) bison -y
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether string.h and strings.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stab.h... yes
checking for sys/file.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... yes
checking for sys/param.h... (cached) yes
checking for sys/times.h... yes
checking for sys/stat.h... yes
checking for thread.h... no
checking for pthread.h... yes
checking for gnatbind... no
checking whether cpp understands the stringify operator... yes
checking for inttypes.h... yes
checking for strtoul... (cached) yes
checking for bsearch... yes
checking for strerror... (cached) yes
checking for putenv... (cached) yes
checking for popen... yes
checking for bcopy... (cached) yes
checking for bzero... (cached) yes
checking for bcmp... (cached) yes
checking for index... (cached) yes
checking for rindex... (cached) yes
checking for strchr... (cached) yes
checking for strrchr... (cached) yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for atoll... yes
checking for atoq... no
checking for sysconf... (cached) yes
checking for isascii... yes
checking for gettimeofday... (cached) yes
checking for strsignal... (cached) yes
checking for putc_unlocked... yes
checking for fputc_unlocked... yes
checking for fputs_unlocked... yes
checking for vprintf... (cached) yes
checking whether the printf functions support %p... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking whether malloc must be declared... no
checking whether realloc must be declared... no
checking whether calloc must be declared... no
checking whether free must be declared... no
checking whether bcopy must be declared... no
checking whether bzero must be declared... no
checking whether bcmp must be declared... no
checking whether index must be declared... no
checking whether rindex must be declared... no
checking whether getenv must be declared... no
checking whether atol must be declared... no
checking whether sbrk must be declared... no
checking whether abort must be declared... no
checking whether atof must be declared... no
checking whether strerror must be declared... no
checking whether getcwd must be declared... no
checking whether getwd must be declared... no
checking whether strsignal must be declared... yes
checking whether getrlimit must be declared... no
checking whether setrlimit must be declared... no
checking for sys_siglist declaration in signal.h or unistd.h... yes
Using `/usr/cygnus/ecosSWtools-arm-990321/src/gcc/config/arm/arm.c' to output insns.
Using `/usr/cygnus/ecosSWtools-arm-990321/src/gcc/config/arm/arm.md' as machine description file.
Using `/usr/cygnus/ecosSWtools-arm-990321/src/gcc/config/arm/unknown-elf.h' as target machine macro file.
Using `/usr/cygnus/ecosSWtools-arm-990321/src/gcc/config/i386/xm-i386.h' as host machine macro file.
checking assembler alignment features... .p2align including maximum skip
checking assembler subsection support... 
checking whether to enable init_priority by default... no
Links are now set up to build a cross-compiler for arm-unknown-elf
  from i586-pc-linux-gnu.
updating cache ../config.cache
creating ./config.status
creating Makefile
creating cp/Makefile
creating auto-host.h
Configuring sim...
loading cache ../config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking host system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
creating ./config.status
creating Makefile
configuring in common
running /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/sim/common/configure  --verbose --host=i586-pc-linux-gnu --target=arm-elf --prefix=/usr/cygnus/ecosSWtools-arm-990321 --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu --with-gcc-version-trigger=/usr/cygnus/ecosSWtools-arm-990321/src/gcc/version.c --with-gnu-as --with-gnu-ld --with-newlib --cache-file=../../config.cache --srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/sim/common
loading cache ../../config.cache
checking how to run the C preprocessor... (cached) gcc -E
checking whether make sets ${MAKE}... (cached) yes
checking for POSIXized ISC... no
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for fpu_control.h... yes
checking for dlfcn.h... (cached) yes
checking for errno.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for getrusage... (cached) yes
checking for time... yes
checking for sigaction... yes
checking for __setfpucw... no
checking for bind in -lsocket... no
checking for gethostbyname in -lnsl... yes
checking return type of signal handlers... (cached) void
checking for executable suffix... (cached) no
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/times.h... (cached) yes
updating cache ../../config.cache
creating ./config.status
creating Makefile
creating cconfig.h
configuring in arm
running /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/sim/arm/configure  --verbose --host=i586-pc-linux-gnu --target=arm-elf --prefix=/usr/cygnus/ecosSWtools-arm-990321 --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu --with-gcc-version-trigger=/usr/cygnus/ecosSWtools-arm-990321/src/gcc/version.c --with-gnu-as --with-gnu-ld --with-newlib --cache-file=../../config.cache --srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/sim/arm
loading cache ../../config.cache
checking how to run the C preprocessor... (cached) gcc -E
checking whether make sets ${MAKE}... (cached) yes
checking for POSIXized ISC... no
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for fpu_control.h... (cached) yes
checking for getrusage... (cached) yes
checking for time... (cached) yes
checking for sigaction... (cached) yes
checking for __setfpucw... (cached) no
checking for bind in -lsocket... (cached) no
checking for gethostbyname in -lnsl... (cached) yes
checking return type of signal handlers... (cached) void
checking for executable suffix... (cached) no
checking for unistd.h... (cached) yes
creating ./config.status
creating Makefile.sim
creating Make-common.sim
creating .gdbinit
creating config.h
linking /usr/cygnus/ecosSWtools-arm-990321/src/sim/arm/tconfig.in to tconfig.h
linking /usr/cygnus/ecosSWtools-arm-990321/src/sim/arm/../common/nltvals.def to targ-vals.def
Merging Makefile.sim+Make-common.sim into Makefile ...
Configuring gdb...
loading cache ../config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for POSIXized ISC... no
checking for gcc option to accept ANSI C... none needed
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
checking whether make sets ${MAKE}... (cached) yes
checking for ranlib... (cached) ranlib
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for bison... (cached) bison -y
checking return type of signal handlers... (cached) void
checking for ANSI C header files... (cached) yes
checking for ctype.h... yes
checking for curses.h... yes
checking for endian.h... yes
checking for libintl.h... (cached) yes
checking for link.h... yes
checking for memory.h... (cached) yes
checking for objlist.h... no
checking for ptrace.h... no
checking for sgtty.h... yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/procfs.h... yes
checking for sys/ptrace.h... yes
checking for sys/reg.h... yes
checking for term.h... yes
checking for termio.h... (cached) yes
checking for termios.h... (cached) yes
checking for unistd.h... (cached) yes
checking for wait.h... yes
checking for sys/wait.h... (cached) yes
checking for wchar.h... yes
checking for wctype.h... yes
checking for asm/debugreg.h... yes
checking for sys/debugreg.h... yes
checking whether stat file-mode macros are broken... (cached) no
checking for working const... (cached) yes
checking for setpgid... yes
checking for sbrk... (cached) yes
checking for sigaction... (cached) yes
checking for isascii... (cached) yes
checking for bzero... (cached) yes
checking for bcopy... (cached) yes
checking for btowc... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking whether malloc must be declared... (cached) no
checking whether realloc must be declared... (cached) no
checking whether free must be declared... (cached) no
checking whether strerror must be declared... no
checking whether strdup must be declared... no
checking for pstatus_t in sys/procfs.h... no
checking for prrun_t in sys/procfs.h... no
checking for gregset_t in sys/procfs.h... yes
checking for fpregset_t in sys/procfs.h... yes
checking for PIOCSET ioctl entry in sys/procfs.h... no
checking for main in -lm... yes
checking for wctype in -lc... yes
checking for long long support in compiler... yes
checking for long long support in printf... yes
checking for long double support in compiler... yes
checking for long double support in printf... yes
checking for long double support in scanf... yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for cygwin... no
checking for tgetent in -lncurses... yes
checking for X... (cached) no
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
updating cache ../config.cache
creating ./config.status
creating Makefile
creating tui/Makefile
creating .gdbinit
creating config.h
linking /usr/cygnus/ecosSWtools-arm-990321/src/gdb/config/i386/xm-linux.h to xm.h
linking /usr/cygnus/ecosSWtools-arm-990321/src/gdb/config/arm/tm-arm.h to tm.h
linking /usr/cygnus/ecosSWtools-arm-990321/src/gdb/config/nm-empty.h to nm.h
configuring in doc
running /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/gdb/doc/configure  --verbose --host=i586-pc-linux-gnu --target=arm-elf --prefix=/usr/cygnus/ecosSWtools-arm-990321 --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu --with-gcc-version-trigger=/usr/cygnus/ecosSWtools-arm-990321/src/gcc/version.c --with-gnu-as --with-gnu-ld --with-newlib --cache-file=../../config.cache --srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/gdb/doc
loading cache ../../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
creating ./config.status
creating Makefile
configuring in testsuite
running /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/configure  --verbose --host=i586-pc-linux-gnu --target=arm-elf --prefix=/usr/cygnus/ecosSWtools-arm-990321 --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu --with-gcc-version-trigger=/usr/cygnus/ecosSWtools-arm-990321/src/gcc/version.c --with-gnu-as --with-gnu-ld --with-newlib --cache-file=../../config.cache --srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite
loading cache ../../config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
creating ./config.status
creating Makefile
configuring in gdb.asm
running /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/gdb.asm/configure  --verbose --host=i586-pc-linux-gnu --target=arm-elf --prefix=/usr/cygnus/ecosSWtools-arm-990321 --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu --with-gcc-version-trigger=/usr/cygnus/ecosSWtools-arm-990321/src/gcc/version.c --with-gnu-as --with-gnu-ld --with-newlib --cache-file=../../../config.cache --srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/gdb.asm
loading cache ../../../config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
creating ./config.status
creating Makefile
linking /usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/gdb.asm/common.inc to arch.inc
configuring in gdb.base
running /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/gdb.base/configure  --verbose --host=i586-pc-linux-gnu --target=arm-elf --prefix=/usr/cygnus/ecosSWtools-arm-990321 --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu --with-gcc-version-trigger=/usr/cygnus/ecosSWtools-arm-990321/src/gcc/version.c --with-gnu-as --with-gnu-ld --with-newlib --cache-file=../../../config.cache --srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/gdb.base
loading cache ../../../config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
creating ./config.status
creating Makefile
configuring in gdb.c++
running /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/gdb.c++/configure  --verbose --host=i586-pc-linux-gnu --target=arm-elf --prefix=/usr/cygnus/ecosSWtools-arm-990321 --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu --with-gcc-version-trigger=/usr/cygnus/ecosSWtools-arm-990321/src/gcc/version.c --with-gnu-as --with-gnu-ld --with-newlib --cache-file=../../../config.cache --srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/gdb.c++
loading cache ../../../config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
creating ./config.status
creating Makefile
configuring in gdb.disasm
running /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/gdb.disasm/configure  --verbose --host=i586-pc-linux-gnu --target=arm-elf --prefix=/usr/cygnus/ecosSWtools-arm-990321 --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu --with-gcc-version-trigger=/usr/cygnus/ecosSWtools-arm-990321/src/gcc/version.c --with-gnu-as --with-gnu-ld --with-newlib --cache-file=../../../config.cache --srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/gdb.disasm
loading cache ../../../config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
creating ./config.status
creating Makefile
configuring in gdb.chill
running /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/gdb.chill/configure  --verbose --host=i586-pc-linux-gnu --target=arm-elf --prefix=/usr/cygnus/ecosSWtools-arm-990321 --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu --with-gcc-version-trigger=/usr/cygnus/ecosSWtools-arm-990321/src/gcc/version.c --with-gnu-as --with-gnu-ld --with-newlib --cache-file=../../../config.cache --srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/gdb.chill
loading cache ../../../config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
creating ./config.status
creating Makefile
configuring in gdb.threads
running /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/gdb.threads/configure  --verbose --host=i586-pc-linux-gnu --target=arm-elf --prefix=/usr/cygnus/ecosSWtools-arm-990321 --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu --with-gcc-version-trigger=/usr/cygnus/ecosSWtools-arm-990321/src/gcc/version.c --with-gnu-as --with-gnu-ld --with-newlib --cache-file=../../../config.cache --srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/gdb.threads
loading cache ../../../config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
checking how to run the C preprocessor... (cached) gcc -E
checking for pthread.h... (cached) yes
creating ./config.status
creating Makefile
creating config.h
configuring in gdb.trace
running /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/gdb.trace/configure  --verbose --host=i586-pc-linux-gnu --target=arm-elf --prefix=/usr/cygnus/ecosSWtools-arm-990321 --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu --with-gcc-version-trigger=/usr/cygnus/ecosSWtools-arm-990321/src/gcc/version.c --with-gnu-as --with-gnu-ld --with-newlib --cache-file=../../../config.cache --srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/gdb.trace
loading cache ../../../config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
creating ./config.status
creating Makefile
configuring in gdb.stabs
running /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/gdb.stabs/configure  --verbose --host=i586-pc-linux-gnu --target=arm-elf --prefix=/usr/cygnus/ecosSWtools-arm-990321 --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu --with-gcc-version-trigger=/usr/cygnus/ecosSWtools-arm-990321/src/gcc/version.c --with-gnu-as --with-gnu-ld --with-newlib --cache-file=../../../config.cache --srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/gdb/testsuite/gdb.stabs
loading cache ../../../config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
creating ./config.status
creating Makefile
configuring in rdi-share
running /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/gdb/rdi-share/configure  --verbose --host=i586-pc-linux-gnu --target=arm-elf --prefix=/usr/cygnus/ecosSWtools-arm-990321 --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu --with-gcc-version-trigger=/usr/cygnus/ecosSWtools-arm-990321/src/gcc/version.c --with-gnu-as --with-gnu-ld --with-newlib --cache-file=../../config.cache --srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/gdb/rdi-share
loading cache ../../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/filio.h... (cached) no
checking for working const... (cached) yes
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether gcc needs -traditional... (cached) no
checking return type of signal handlers... (cached) void
checking for vprintf... (cached) yes
checking for gettimeofday... (cached) yes
checking for select... (cached) yes
checking for socket... yes
checking for strtod... (cached) yes
checking for strtoul... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for Cygwin environment... (cached) no
checking for Mingw32 environment... (cached) no
checking for executable suffix... (cached) no
updating cache ../../config.cache
creating ./config.status
creating Makefile
Configuring expect...
configuring Expect 5.26.0
checking host system type... i586-pc-linux-gnu
checking target system type... arm-unknown-elf
checking build system type... i586-pc-linux-gnu
checking shell to use within Make... 
checking for Tcl configuration... found /tmp/build/tcl/unix/tclConfig.sh
checking for Tk configuration... found /tmp/build/tk/unix/tkConfig.sh
checking for gcc... gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether the compiler (gcc) actually works... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking if running LynxOS... no
checking for ANSI C header files... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking if running Mach... no
checking if running MachTen... no
checking if on Pyramid... no
checking if on Apollo... no
checking if on Interactive... no
checking if stty reads stdout... no
checking if running Solaris... no
checking for sin... no
checking for Tcl private headers... found in /usr/cygnus/ecosSWtools-arm-990321/src/tcl/generic
checking for Itcl private headers. srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/expect... configure: warning: Can't find Itcl private headers
checking if generating shared or nonshared library... unshared
configuring Tcl debugger
loading cache ../../config.cache
checking for Tcl configuration... found /tmp/build/tcl/unix/tclConfig.sh
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether the compiler (gcc) actually works... yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking if running LynxOS... (cached) no
checking for Tcl private headers... found in /usr/cygnus/ecosSWtools-arm-990321/src/tcl/generic
checking if we are running Linux... yes
checking for strchr... (cached) yes
checking for stdlib.h... (cached) yes
checking if generating shared or nonshared library... both shared and nonshared
updating cache ../../config.cache
creating ./config.status
creating Makefile
creating Dbg_cf.h
configured Tcl debugger
Begin tests for function/library dependencies.  Tests may be repeated
up to three times.  First test is for building Expect's shared library.
Second set is for building with Tcl.  Third is for building with Tk.
checking for gethostname... yes
checking for gethostname... yes
checking for gethostname... no
checking for gethostname in -linet... no
checking for socket... yes
checking for socket... yes
checking for socket... no
checking for socket in -linet... no
checking for select... yes
checking for select... yes
checking for select... no
checking for select in -linet... no
checking for getpseudotty... no
checking for getpseudotty in -lseq... no
checking for getpseudotty... no
checking for getpseudotty in -lseq... no
checking for getpseudotty... no
checking for getpseudotty in -lseq... no
checking for sys/sysmacros.h... yes
checking for stdlib.h... yes
checking for inttypes.h... yes
checking for varargs.h... yes
checking for unistd.h... yes
checking for sys/stropts.h... yes
checking for sys/sysconfig.h... no
checking for sys/fcntl.h... yes
checking for sys/select.h... yes
checking for sys/time.h... yes
checking for sys/ptem.h... no
checking for sys/strredir.h... no
checking for sys/strpty.h... no
checking for sys/bsdtypes.h... no
checking for memmove... yes
checking for sysconf... yes
checking for strftime... yes
checking for strchr... yes
checking for timezone... yes
checking for memcpy... yes
checking if WNOHANG requires _POSIX_SOURCE... no
checking if any value exists for WNOHANG... yes
checking mask type of select... none
checking if signals need to be re-armed... no
checking if on Convex... no
checking if on NeXT... no
checking if on HP... no
checking sane default stty arguments... 
checking for HP style pty allocation... no
checking for HP style pty trapping... no
checking for AIX new-style pty allocation... no
checking for SGI old-style pty allocation... no
checking for SCO style pty allocation... no
checking for SVR4 style pty allocation... yes
checking for ptsname... yes
checking for ptsname... (cached) yes
checking for ptsname... (cached) yes
checking for OSF/1 style pty allocation... no
checking for tcgetattr... yes
checking for tcsetattr... yes
checking for struct sgttyb... no
checking for struct termio... yes
checking for struct termios... yes
checking if TCGETS or TCGETA in termios.h... no
checking if TIOCGWINSZ in termios.h... no
checking for Cray-style ptys... no
checking for select... yes
checking for poll... yes
checking event handling... via select
checking for _getpty... no
checking for getpty... no
checking for SV-style timezone... yes
checking for Tk private headers... found in /usr/cygnus/ecosSWtools-arm-990321/src/tk/generic
checking for long file names... yes
checking for type of library to build... unshared
checking for Cygwin32 environment... no
checking for executable suffix... no
creating ./config.status
creating Makefile
creating pkgIndex
creating expect_cf.h
configuring in testsuite
running /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/expect/testsuite/configure  --verbose --host=i586-pc-linux-gnu --target=arm-elf --prefix=/usr/cygnus/ecosSWtools-arm-990321 --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu --with-gcc-version-trigger=/usr/cygnus/ecosSWtools-arm-990321/src/gcc/version.c --with-gnu-as --with-gnu-ld --with-newlib --cache-file=../../config.cache --srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/expect/testsuite
loading cache ../../config.cache
checking for Tcl configuration... (cached) found /tmp/build/tcl/unix/tclConfig.sh
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether the compiler (gcc) actually works... yes
checking how to run the C preprocessor... (cached) gcc -E
checking if running LynxOS... (cached) no
checking for Tcl private headers... (cached) found in /usr/cygnus/ecosSWtools-arm-990321/src/tcl/generic
creating ./config.status
creating Makefile
Configuring dejagnu...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make sets ${MAKE}... (cached) yes
checking for Cygwin32 environment... (cached) no
checking for Mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
creating ./config.status
creating Makefile
creating doc/Makefile
creating testsuite/Makefile
creating example/Makefile
creating baseboards/Makefile
creating config/Makefile
creating lib/Makefile
configuring in example/calc
running /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/dejagnu/example/calc/configure  --verbose --host=i586-pc-linux-gnu --target=arm-elf --prefix=/usr/cygnus/ecosSWtools-arm-990321 --exec-prefix=/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu --with-gcc-version-trigger=/usr/cygnus/ecosSWtools-arm-990321/src/gcc/version.c --with-gnu-as --with-gnu-ld --with-newlib --cache-file=../../../config.cache --srcdir=/usr/cygnus/ecosSWtools-arm-990321/src/dejagnu/example/calc
loading cache ../../../config.cache
checking how to run the C preprocessor... (cached) gcc -E
checking for stdlib.h... (cached) yes
checking for strcmp... yes
updating cache ../../../config.cache
creating ./config.status
creating Makefile
creating calc.h
make: Entering directory `/tmp/build'
make[1]: Entering directory `/tmp/build/libiberty'
if [ x"no" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/argv.c -o pic/argv.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/argv.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/choose-temp.c -o pic/choose-temp.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/choose-temp.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/concat.c -o pic/concat.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/concat.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/cplus-dem.c -o pic/cplus-dem.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/cplus-dem.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/fdmatch.c -o pic/fdmatch.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/fdmatch.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/fnmatch.c -o pic/fnmatch.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/fnmatch.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/getopt.c -o pic/getopt.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/getopt.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/getopt1.c -o pic/getopt1.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/getopt1.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/getruntime.c -o pic/getruntime.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/getruntime.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/hex.c -o pic/hex.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/hex.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/floatformat.c -o pic/floatformat.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/floatformat.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/mkstemp.c -o pic/mkstemp.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/mkstemp.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/objalloc.c -o pic/objalloc.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/objalloc.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/obstack.c -o pic/obstack.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/obstack.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/pexecute.c -o pic/pexecute.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/pexecute.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/spaces.c -o pic/spaces.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/spaces.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/splay-tree.c -o pic/splay-tree.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/splay-tree.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/strerror.c -o pic/strerror.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/strerror.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/strsignal.c -o pic/strsignal.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/strsignal.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/xatexit.c -o pic/xatexit.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/xatexit.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/xexit.c -o pic/xexit.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/xexit.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/xmalloc.c -o pic/xmalloc.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/xmalloc.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/xstrdup.c -o pic/xstrdup.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/xstrdup.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include   /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/xstrerror.c -o pic/xstrerror.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/libiberty/../include  /usr/cygnus/ecosSWtools-arm-990321/src/libiberty/xstrerror.c
rm -f libiberty.a
ar rc libiberty.a \
  argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o floatformat.o mkstemp.o objalloc.o obstack.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o   
ranlib libiberty.a
f="  "; \
case $f in \
  *alloca.o*) f="$f xmalloc.o xexit.o" ;; \
esac; \
echo $f > needed-list
echo argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o floatformat.o mkstemp.o objalloc.o obstack.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o > required-list
make[1]: Leaving directory `/tmp/build/libiberty'
make[1]: Entering directory `/tmp/build/texinfo'
make  all-recursive
make[2]: Entering directory `/tmp/build/texinfo'
Making all in intl
make[3]: Entering directory `/tmp/build/texinfo/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/build/texinfo/intl'
Making all in lib
make[3]: Entering directory `/tmp/build/texinfo/lib'
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I.. -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib/getopt.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I.. -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib/getopt1.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I.. -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib/xmalloc.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I.. -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib/xstrdup.c
rm -f libtxi.a
ar cru libtxi.a getopt.o getopt1.o xmalloc.o xstrdup.o 
ranlib libtxi.a
make[3]: Leaving directory `/tmp/build/texinfo/lib'
Making all in info
make[3]: Entering directory `/tmp/build/texinfo/info'
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/dir.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/display.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/makedoc.c
gcc  -g -O2  -o makedoc  makedoc.o ../lib/libtxi.a  -lncurses  -lz 
./makedoc /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/session.c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/echo-area.c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/infodoc.c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/m-x.c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/indices.c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/nodemenu.c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/footnotes.c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/variables.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c doc.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/dribble.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/echo-area.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/filesys.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/footnotes.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/gc.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/indices.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/info-utils.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/info.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/infodoc.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/infomap.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/m-x.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/man.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/nodemenu.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/nodes.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/search.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/session.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/signals.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/terminal.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/tilde.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/variables.c
gcc -DINFODIR=\"/usr/cygnus/ecosSWtools-arm-990321/info\" -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/info/window.c
gcc  -g -O2  -o ginfo  dir.o display.o doc.o dribble.o echo-area.o filesys.o footnotes.o gc.o indices.o info-utils.o info.o infodoc.o infomap.o m-x.o man.o nodemenu.o nodes.o search.o session.o signals.o terminal.o tilde.o variables.o window.o ../lib/libtxi.a  -lncurses  -lz 
make[3]: Leaving directory `/tmp/build/texinfo/info'
Making all in makeinfo
make[3]: Entering directory `/tmp/build/texinfo/makeinfo'
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/makeinfo -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\"    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/makeinfo/makeinfo.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/makeinfo -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\"    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/makeinfo/multi.c
gcc  -g -O2  -o makeinfo  makeinfo.o multi.o ../lib/libtxi.a  -lz 
make[3]: Leaving directory `/tmp/build/texinfo/makeinfo'
Making all in po
make[3]: Entering directory `/tmp/build/texinfo/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/build/texinfo/po'
Making all in util
make[3]: Entering directory `/tmp/build/texinfo/util'
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/util -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\"    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/util/texindex.c
gcc  -g -O2  -o texindex  texindex.o ../lib/libtxi.a  -lz 
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/util -I.. -I/usr/cygnus/ecosSWtools-arm-990321/src/texinfo/lib -I../intl -DLOCALEDIR=\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\"    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/texinfo/util/install-info.c
gcc  -g -O2  -o install-inf  install-info.o ../lib/libtxi.a  -lz 
make[3]: Leaving directory `/tmp/build/texinfo/util'
Making all in doc
make[3]: Entering directory `/tmp/build/texinfo/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/build/texinfo/doc'
make[2]: Leaving directory `/tmp/build/texinfo'
make[1]: Leaving directory `/tmp/build/texinfo'
make[1]: Entering directory `/tmp/build/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/build/intl'
make[1]: Entering directory `/tmp/build/bfd'
make  all-recursive
make[2]: Entering directory `/tmp/build/bfd'
Making all in doc
make[3]: Entering directory `/tmp/build/bfd/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/build/bfd/doc'
Making all in po
make[3]: Entering directory `/tmp/build/bfd/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/build/bfd/po'
make[3]: Entering directory `/tmp/build/bfd'
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
/bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/bfd/../move-if-change bfd-tmp.h bfd.h
rm -f bfd-tmp.h
touch stmp-bfd-h
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/archive.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/archive.c
echo timestamp > archive.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec -DSELECT_VECS='&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_arm_arch' -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec /usr/cygnus/ecosSWtools-arm-990321/src/bfd/archures.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec "-DSELECT_VECS=&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_arm_arch" -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec /usr/cygnus/ecosSWtools-arm-990321/src/bfd/archures.c
echo timestamp > archures.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/bfd.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/bfd.c
echo timestamp > bfd.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/cache.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/cache.c
echo timestamp > cache.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/coffgen.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/coffgen.c
echo timestamp > coffgen.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/corefile.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/corefile.c
echo timestamp > corefile.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/format.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/format.c
echo timestamp > format.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/init.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/init.c
echo timestamp > init.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/libbfd.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/libbfd.c
echo timestamp > libbfd.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/opncls.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/opncls.c
echo timestamp > opncls.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/reloc.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/reloc.c
echo timestamp > reloc.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/section.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/section.c
echo timestamp > section.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/syms.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/syms.c
echo timestamp > syms.lo
rm -f targmatch.h
sed -f /usr/cygnus/ecosSWtools-arm-990321/src/bfd/targmatch.sed < /usr/cygnus/ecosSWtools-arm-990321/src/bfd/config.bfd > targmatch.new
mv -f targmatch.new targmatch.h
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec -DSELECT_VECS='&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_arm_arch' -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec /usr/cygnus/ecosSWtools-arm-990321/src/bfd/targets.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec "-DSELECT_VECS=&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_arm_arch" -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec /usr/cygnus/ecosSWtools-arm-990321/src/bfd/targets.c
echo timestamp > targets.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/hash.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/hash.c
echo timestamp > hash.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/linker.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/linker.c
echo timestamp > linker.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/srec.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/srec.c
echo timestamp > srec.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/binary.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/binary.c
echo timestamp > binary.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/tekhex.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/tekhex.c
echo timestamp > tekhex.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/ihex.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/ihex.c
echo timestamp > ihex.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/stabs.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/stabs.c
echo timestamp > stabs.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/stab-syms.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/stab-syms.c
echo timestamp > stab-syms.lo
rm -f elf32-target.h
sed -e s/NN/32/g < /usr/cygnus/ecosSWtools-arm-990321/src/bfd/elfxx-target.h > elf32-target.new
mv -f elf32-target.new elf32-target.h
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/elfarm-nabi.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/elfarm-nabi.c
echo timestamp > elfarm-nabi.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/elf32.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/elf32.c
echo timestamp > elf32.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/elf.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/elf.c
echo timestamp > elf.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/elflink.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/elflink.c
echo timestamp > elflink.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/dwarf2.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/dwarf2.c
echo timestamp > dwarf2.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/dwarf1.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/dwarf1.c
echo timestamp > dwarf1.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/elf32-gen.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/elf32-gen.c
echo timestamp > elf32-gen.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE     -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/cpu-arm.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/bfd/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/bfd/cpu-arm.c
echo timestamp > cpu-arm.lo
rm -f tofiles
f=""; \
for i in elfarm-nabi.lo elf32.lo elf.lo elflink.lo dwarf2.lo dwarf1.lo elf32-gen.lo cpu-arm.lo  ; do \
  case " $f " in \
    *" $i "*) ;; \
    *) f="$f $i" ;; \
  esac ; \
done ; \
echo $f > tofiles
/bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/bfd/../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/sh ./libtool --mode=link gcc  -g -O2  -o libbfd.la -rpath /usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu/lib -release 2.9-ecosSWtools-arm-990321  archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo `cat ofiles`  
mkdir .libs
ar cru .libs/libbfd.a archive.o archures.o bfd.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o elfarm-nabi.o elf32.o elf.o elflink.o dwarf2.o dwarf1.o elf32-gen.o cpu-arm.o
ranlib .libs/libbfd.a
creating libbfd.la
(cd .libs && ln -s ../libbfd.la libbfd.la)
if [ -f .libs/libbfd.a ]; then \
  cp .libs/libbfd.a libbfd.tmp; \
  /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[3]: Leaving directory `/tmp/build/bfd'
make[2]: Leaving directory `/tmp/build/bfd'
make[1]: Leaving directory `/tmp/build/bfd'
make[1]: Entering directory `/tmp/build/opcodes'
make  all-recursive
make[2]: Entering directory `/tmp/build/opcodes'
Making all in po
make[3]: Entering directory `/tmp/build/opcodes/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/build/opcodes/po'
make[3]: Entering directory `/tmp/build/opcodes'
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../bfd  -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/opcodes/dis-buf.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/opcodes/dis-buf.c
echo timestamp > dis-buf.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../bfd  -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../intl -I../intl    -g -O2 -c  -DARCH_arm /usr/cygnus/ecosSWtools-arm-990321/src/opcodes/disassemble.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../intl -I../intl -g -O2 -c -DARCH_arm /usr/cygnus/ecosSWtools-arm-990321/src/opcodes/disassemble.c
echo timestamp > disassemble.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../bfd  -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../intl -I../intl    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/opcodes/arm-dis.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../include -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../intl -I../intl -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/opcodes/arm-dis.c
echo timestamp > arm-dis.lo
/bin/sh ./libtool --mode=link gcc  -g -O2  -o libopcodes.la -rpath /usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu/lib -release 2.9-ecosSWtools-arm-990321  dis-buf.lo disassemble.lo arm-dis.lo  
mkdir .libs
ar cru .libs/libopcodes.a dis-buf.o disassemble.o arm-dis.o
ranlib .libs/libopcodes.a
creating libopcodes.la
(cd .libs && ln -s ../libopcodes.la libopcodes.la)
if [ -f .libs/libopcodes.a ]; then \
  cp .libs/libopcodes.a libopcodes.tmp; \
  /bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib
make[3]: Leaving directory `/tmp/build/opcodes'
make[2]: Leaving directory `/tmp/build/opcodes'
make[1]: Leaving directory `/tmp/build/opcodes'
make[1]: Entering directory `/tmp/build/binutils'
make  all-recursive
make[2]: Entering directory `/tmp/build/binutils'
Making all in po
make[3]: Entering directory `/tmp/build/binutils/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/build/binutils/po'
make[2]: Leaving directory `/tmp/build/binutils'
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/size.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/bucomm.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/version.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/filemode.c
/bin/sh ./libtool --mode=link gcc  -g -O2  -o size  size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  
gcc -g -O2 -o size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/objdump.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/prdbg.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/rddbg.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/debug.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/stabs.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/ieee.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/rdcoff.c
/bin/sh ./libtool --mode=link gcc  -g -O2  -o objdump  objdump.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a  
gcc -g -O2 -o objdump objdump.o prdbg.o rddbg.o debug.o stabs.o ieee.o rdcoff.o bucomm.o version.o filemode.o ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
/bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/binutils/../ylwrap "bison -y" /usr/cygnus/ecosSWtools-arm-990321/src/binutils/arparse.y y.tab.c arparse.c y.tab.h arparse.h --  -d
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c arparse.c
/bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/binutils/../ylwrap "flex" /usr/cygnus/ecosSWtools-arm-990321/src/binutils/arlex.l lex.yy.c arlex.c --  
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c arlex.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/ar.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/not-ranlib.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/arsup.c
/bin/sh ./libtool --mode=link gcc  -g -O2  -o ar  arparse.o arlex.o ar.o not-ranlib.o arsup.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl  
gcc -g -O2 -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lfl
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/strings.c
/bin/sh ./libtool --mode=link gcc  -g -O2  -o strings  strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  
gcc -g -O2 -o strings strings.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/is-ranlib.c
/bin/sh ./libtool --mode=link gcc  -g -O2  -o ranlib  ar.o is-ranlib.o arparse.o arlex.o arsup.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl  
gcc -g -O2 -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lfl
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c -DMAIN -DVERSION='"2.9-ecosSWtools-arm-990321"' /usr/cygnus/ecosSWtools-arm-990321/src/binutils/../libiberty/cplus-dem.c
echo '/*WARNING: This file is automatically generated!*/' >underscore.t
echo "int prepends_underscore = 0;" >>underscore.t
/bin/sh /usr/cygnus/ecosSWtools-arm-990321/src/binutils/../move-if-change underscore.t underscore.c
touch stamp-under
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c underscore.c
/bin/sh ./libtool --mode=link gcc  -g -O2  -o c++filt   cplus-dem.o underscore.o ../libiberty/libiberty.a  
gcc -g -O2 -o c++filt cplus-dem.o underscore.o ../libiberty/libiberty.a
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/objcopy.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/not-strip.c
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/wrstabs.c
/bin/sh ./libtool --mode=link gcc  -g -O2  -o objcopy  objcopy.o not-strip.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  
gcc -g -O2 -o objcopy objcopy.o not-strip.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/addr2line.c
/bin/sh ./libtool --mode=link gcc  -g -O2  -o addr2line  addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  
gcc -g -O2 -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/readelf.c
/bin/sh ./libtool --mode=link gcc  -g -O2  -o readelf  readelf.o version.o  ../libiberty/libiberty.a 
gcc -g -O2 -o readelf readelf.o version.o ../libiberty/libiberty.a
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/nm.c
/bin/sh ./libtool --mode=link gcc  -g -O2  -o nm-new  nm.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  
gcc -g -O2 -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
gcc -DHAVE_CONFIG_H -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I. -D_GNU_SOURCE -I. -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils -I../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../bfd -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../include  -I/usr/cygnus/ecosSWtools-arm-990321/src/binutils/../intl -I../intl -DLOCALEDIR="\"/usr/cygnus/ecosSWtools-arm-990321/share/locale\""    -g -O2 -c /usr/cygnus/ecosSWtools-arm-990321/src/binutils/is-strip.c
/bin/sh ./libtool --mode=link gcc  -g -O2  -o strip-new  objcopy.o is-strip.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  
gcc -g -O2 -o strip-new objcopy.o is-strip.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
sed -e 's/@PROGRAM@/c++filt/' < /usr/cygnus/ecosSWtools-arm-990321/src/binutils/cxxfilt.man \
	> c++filt.1
make[1]: Leaving directory `/tmp/build/binutils'
make[1]: Entering directory `/tmp/build/tcl'
make[2]: Entering directory `/tmp/build/tcl/unix'
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/panic.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/regexp.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclAsync.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclBasic.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclBinary.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclCkalloc.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclClock.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclCmdAH.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclCmdIL.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclCmdMZ.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclCompExpr.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclCompile.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclDate.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclEnv.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclEvent.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclExecute.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclFCmd.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclFileName.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclGet.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclHash.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclHistory.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclIndexObj.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclInterp.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclIO.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclIOCmd.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclIOSock.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclIOUtil.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclLink.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclListObj.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclLoad.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclMain.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclNamesp.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclNotify.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclObj.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclParse.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclPipe.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclPkg.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclPosixStr.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclPreserve.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclProc.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclStringObj.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclTimer.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclUtil.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclVar.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic/tclResolve.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/tclMtherr.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/tclUnixChan.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/tclUnixEvent.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/tclUnixFCmd.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/tclUnixFile.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/tclUnixPipe.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/tclUnixSock.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/tclUnixTime.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" -DTCL_LIBRARY=\"/usr/cygnus/ecosSWtools-arm-990321/share/tcl8.0\" \
-DTCL_PACKAGE_PATH="\"/usr/cygnus/ecosSWtools-arm-990321/H-i586-pc-linux-gnu/lib /usr/cygnus/ecosSWtools-arm-990321/lib\"" \
	/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/tclUnixInit.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/tclUnixNotfy.c
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/tclLoadDl.c
rm -f libtcl8.0.a
ar cr libtcl8.0.a panic.o regexp.o tclAsync.o tclBasic.o tclBinary.o tclCkalloc.o tclClock.o tclCmdAH.o tclCmdIL.o tclCmdMZ.o tclCompExpr.o tclCompile.o tclDate.o tclEnv.o tclEvent.o tclExecute.o tclFCmd.o tclFileName.o tclGet.o tclHash.o tclHistory.o tclIndexObj.o tclInterp.o tclIO.o tclIOCmd.o tclIOSock.o tclIOUtil.o tclLink.o tclListObj.o tclLoad.o tclMain.o tclNamesp.o tclNotify.o tclObj.o tclParse.o tclPipe.o tclPkg.o tclPosixStr.o tclPreserve.o tclProc.o tclStringObj.o tclTimer.o tclUtil.o tclVar.o tclResolve.o tclMtherr.o tclUnixChan.o tclUnixEvent.o tclUnixFCmd.o tclUnixFile.o tclUnixPipe.o tclUnixSock.o tclUnixTime.o tclUnixInit.o tclUnixNotfy.o  tclLoadDl.o
ranlib libtcl8.0.a
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DRETSIGTYPE=void -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" /usr/cygnus/ecosSWtools-arm-990321/src/tcl/unix/tclAppInit.c
gcc -rdynamic tclAppInit.o -L/tmp/build/tcl/unix -ltcl8.0 -ldl  -lieee -lm -lc \
	 -o tclsh
make[2]: Leaving directory `/tmp/build/tcl/unix'
make[1]: Leaving directory `/tmp/build/tcl'
make[1]: Entering directory `/tmp/build/tk'
make[2]: Entering directory `/tmp/build/tk/unix'
gcc -c -g -O2   -I/usr/cygnus/ecosSWtools-arm-990321/src/tk/unix -I/usr/cygnus/ecosSWtools-arm-990321/src/tk/unix/../generic -I/usr/cygnus/ecosSWtools-arm-990321/src/tk/unix/../bitmaps -I/usr/cygnus/ecosSWtools-arm-990321/src/tcl/generic  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1      /usr/cygnus/ecosSWtools-arm-990321/src/tk/unix/tkAppInit.c
In file included from /usr/cygnus/ecosSWtools-arm-990321/src/tk/unix/tkAppInit.c:16:
/usr/cygnus/ecosSWtools-arm-990321/src/tk/unix/../generic/tk.h:77: X11/Xlib.h: No such file or directory
make[2]: *** [tkAppInit.o] Error 1
make[2]: Leaving directory `/tmp/build/tk/unix'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/build/tk'
make: *** [all-tk] Error 2
make: Leaving directory `/tmp/build'

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