gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Re: GCL on Apple MacIntosh with Max OS 10.3.6


From: Camm Maguire
Subject: [Gcl-devel] Re: GCL on Apple MacIntosh with Max OS 10.3.6
Date: 14 Dec 2004 12:16:36 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

OK, it should be fixed now in CVS.  Mike, I know you needed to move
set_maxpage up in main, though I'm not sure I follow the reason.  This
breaks macosx unless set_maxpage follows init_darwin_zone.  Please
check that its current location is fine with you.  At some point, it
would be nice to centralize the 'GCL sbrk emulation' community --
design ideas most welcome.

Aurelien, if you have a moment, could you summarize the state of play
regarding SGC on the mac?

Take care,

"Warren A. Hunt Jr." <address@hidden> writes:

> Hi Camm,
> 
> This morning I did:
> 
> setenv CVS_RSH ssh
> cvs -z9 -q -d:ext:address@hidden:/cvsroot/gcl checkout gcl
> 
> and then with the files apple.configure and apple.make (see immediately
> below), my attempt to build GCL failed.  Can you help?
> 
> Cheers,
> 
> Warren
> ++++++
> 
> #/bin/sh
> #                                                   File:  apple.configure
> export PATH=/sw/bin:$PATH
> export C_INCLUDE_PATH=/sw/include:$C_INCLUDE_PATH
> export LIBRARY_PATH=/sw/lib:$LIBRARY_PATH
> export LD_LIBRARY_PATH=/sw/lib:$LD_LIBRARY_PATH
> export CPPFLAGS="-no-cpp-precomp"
> ulimit -s 8192
> 
> # ./configure --disable-statsysbfd --enable-locbfd --enable-ansi 
> --enable-maxpage=262144 --with-x
> ./configure --enable-ansi --enable-maxpage=262144 --with-x
> 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 
> #/bin/sh
> #                                                   File:  apple.make
> export PATH=/sw/bin:$PATH
> export C_INCLUDE_PATH=/sw/include:$C_INCLUDE_PATH
> export LIBRARY_PATH=/sw/lib:$LIBRARY_PATH
> export LD_LIBRARY_PATH=/sw/lib:$LD_LIBRARY_PATH
> export CPPFLAGS="-no-cpp-precomp"
> ulimit -s 8192
> 
> make
> 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 
> sh-2.05b$ ./apple.configure
> loading cache ./config.cache
> checking host system type... powerpc-apple-darwin7.6.0
> host=powerpc-apple-darwin7.6.0
> enable_machine=
> use=powerpc-macosx
> checking for gcc... gcc
> checking whether the C compiler (gcc    ) works... yes
> checking whether the C compiler (gcc    ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking how to run the C preprocessor... gcc -E
> checking for gawk... no
> checking for nawk... no
> checking for awk... awk
> checking system version (for dynamic loading)... checking for makeinfo... 
> makeinfo
> Darwin-7.6.0
> checking for unistd.h... yes
> checking for sysconf in -lc... yes
> checking for _SC_CLK_TCK... 100
> checking for gmp.h... yes
> checking for __gmpz_init in -lgmp... yes
> checking for external gmp version... checking for leading underscore in 
> object symbols... yes
> checking for GNU ld option -Map... no
> checking for size of gmp limbs... 4
> checking _SHORT_LIMB... no
> checking _LONG_LONG_LIMB... no
> checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
> checking for dnet_ntoa in -ldnet... no
> checking for dnet_ntoa in -ldnet_stub... no
> checking for gethostbyname... yes
> checking for connect... yes
> checking for remove... yes
> checking for shmat... yes
> checking for IceConnectionNumber in -lICE... yes
> -I/usr/X11R6/include
> -L/usr/X11R6/lib
> 
> -lSM -lICE
> checking for main in -lXmu... yes
> checking for main in -lXt... yes
> checking for main in -lXext... yes
> checking for main in -lXaw... yes
> checking for main in -lX11... yes
> checking for libintl.h... yes
> checking for library containing dgettext... -lintl
> #
> #
> # -------------------------
> # Subconfigure of LIBIBERTY
> #
> #
> creating cache ./config.cache
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for makeinfo... makeinfo
> checking for perl... perl
> checking host system type... powerpc-apple-darwin7.6.0
> checking build system type... powerpc-apple-darwin7.6.0
> checking for ar... ar
> checking for ranlib... ranlib
> checking for gcc... gcc
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking whether gcc and cc understand -c and -o together... yes
> checking for POSIXized ISC... no
> checking for working const... yes
> checking for inline... inline
> checking for a BSD compatible install... /usr/bin/install -c
> checking how to run the C preprocessor... gcc -E
> checking for sys/file.h... yes
> checking for sys/param.h... yes
> checking for limits.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for unistd.h... yes
> checking for strings.h... yes
> checking for sys/time.h... yes
> checking for time.h... yes
> checking for sys/resource.h... yes
> checking for sys/stat.h... yes
> checking for sys/mman.h... yes
> checking for fcntl.h... yes
> checking for alloca.h... yes
> checking for dlfcn.h... yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking whether errno must be declared... no
> checking for ANSI C header files... yes
> checking for uintptr_t... yes
> checking whether weak symbol works... yes
> checking for library containing dlopen... none required
> checking for pid_t... 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 bsearch... yes
> checking for bzero... yes
> checking for calloc... yes
> checking for clock... yes
> checking for ffs... yes
> checking for getcwd... yes
> checking for getpagesize... yes
> checking for index... yes
> checking for insque... yes
> checking for memchr... yes
> checking for memcmp... yes
> checking for memcpy... yes
> checking for memmove... yes
> checking for memset... yes
> checking for mkstemps... yes
> checking for putenv... yes
> checking for random... yes
> checking for rename... yes
> checking for rindex... yes
> checking for setenv... yes
> checking for sigsetmask... yes
> checking for strcasecmp... yes
> checking for strchr... yes
> checking for strdup... yes
> checking for strncasecmp... yes
> checking for strrchr... yes
> checking for strstr... yes
> checking for strtod... yes
> checking for strtol... yes
> checking for strtoul... yes
> checking for tmpnam... yes
> checking for vasprintf... yes
> checking for vfprintf... yes
> checking for vprintf... yes
> checking for vsprintf... yes
> checking for waitpid... yes
> checking whether alloca needs Cray hooks... no
> checking stack direction for C alloca... -1
> checking for vfork.h... no
> checking for working vfork... yes
> checking for _doprnt... no
> checking for sys_errlist... yes
> checking for sys_nerr... yes
> checking for sys_siglist... yes
> checking for getrusage... yes
> checking for on_exit... no
> checking for psignal... yes
> checking for strerror... yes
> checking for strsignal... yes
> checking for sysconf... yes
> checking for times... yes
> checking for sbrk... yes
> checking for gettimeofday... yes
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for sys/types.h... yes
> checking for getpagesize... (cached) yes
> checking for working mmap... yes
> checking for working strncmp... yes
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> creating testsuite/Makefile
> creating config.h
> #
> #
> #
> # Subconfigure of LIBIBERTY done
> # ------------------------------
> #
> #
> #
> # -------------------
> # Subconfigure of BFD
> #
> #
> creating cache ./config.cache
> checking for Cygwin environment... no
> checking for mingw32 environment... no
> checking host system type... powerpc-apple-darwin7.6.0
> checking target system type... powerpc-apple-darwin7.6.0
> checking build system type... powerpc-apple-darwin7.6.0
> checking for strerror in -lcposix... no
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... yes
> checking for working aclocal-1.4... missing
> checking for working autoconf... found
> checking for working automake-1.4... missing
> checking for working autoheader... found
> checking for working makeinfo... found
> checking for ar... ar
> checking for ranlib... ranlib
> checking for gcc... gcc
> checking whether the C compiler (gcc  ) works... yes
> checking whether the C compiler (gcc  ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking for ld used by GCC... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... no
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -p
> checking whether ln -s works... yes
> checking how to recognise dependant libraries... file_magic Mach-O 
> dynamically linked shared library
> checking for object suffix... o
> checking for executable suffix... no
> checking for ranlib... (cached) ranlib
> checking for strip... strip
> updating cache ./config.cache
> loading cache ./config.cache within ltconfig
> checking for objdir... .libs
> checking for gcc option to produce PIC...  -DPIC
> checking if gcc PIC flag  -DPIC works... yes
> checking if gcc static flag -static works... no
> finding the maximum length of command line arguments... 98305
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -fno-rtti -fno-exceptions ... no
> checking whether the linker (/usr/bin/ld) supports shared libraries... no
> checking how to hardcode library paths into programs... unsupported
> checking whether stripping libraries is possible... no
> checking dynamic linker characteristics... darwin7.6.0 dyld
> checking command to parse /usr/bin/nm -p output... ok
> checking if libtool supports shared libraries... no
> checking whether to build shared libraries... no
> checking whether to build static libraries... yes
> creating libtool
> updating cache ./config.cache
> loading cache ./config.cache
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking whether to install libbfd... yes
> 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... gcc -E
> checking for ranlib... (cached) ranlib
> 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... no
> checking for limits.h... yes
> checking for locale.h... yes
> checking for nl_types.h... yes
> checking for malloc.h... no
> checking for string.h... yes
> checking for unistd.h... (cached) yes
> checking for values.h... no
> 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... no
> checking for __argz_stringify... no
> checking for __argz_next... no
> 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... no
> checking for bindtextdomain in -lintl... yes
> checking for gettext in libintl... no
> checking for msgfmt... /sw/bin/msgfmt
> checking for gmsgfmt... /sw/bin/msgfmt
> checking for xgettext... /sw/bin/xgettext
> checking for catalogs to be installed...  fr tr ja es sv
> checking for a BSD compatible install... /usr/bin/install -c
> checking for stddef.h... yes
> checking for string.h... (cached) yes
> checking for strings.h... yes
> checking for stdlib.h... yes
> checking for time.h... yes
> checking for unistd.h... (cached) yes
> checking for fcntl.h... yes
> checking for sys/file.h... yes
> checking for sys/time.h... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking for dirent.h that defines DIR... yes
> checking for opendir in -ldir... no
> checking for fcntl... yes
> checking for getpagesize... (cached) yes
> checking for setitimer... yes
> checking for sysconf... yes
> checking for fdopen... yes
> checking for getuid... yes
> checking for getgid... 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 sys/procfs.h... no
> checking for unistd.h... (cached) yes
> checking for getpagesize... (cached) yes
> checking for working mmap... (cached) yes
> checking for madvise... yes
> checking for mprotect... yes
> updating cache ./config.cache
> creating ./config.status
> creating ../binutils.spec
> creating Makefile
> creating doc/Makefile
> creating bfd-in3.h
> creating po/Makefile.in
> creating config.h
> #
> #
> #
> # Subconfigure of BFD done
> # ------------------------
> #
> checking size of long... 4
> checking sizeof struct contblock... 8
> checking for endian.h... no
> checking for sbrk... yes
> checking for randomized sbrk... no
> checking finding DBEGIN... got get_dbegin()
> checking finding CSTACK_ADDRESS... got -1073743008
> checking sizeof long long int... yes
> checking for pagewidth... 12
> checking for getcwd... yes
> checking for getwd... yes
> checking for uname... yes
> checking for gettimeofday... yes
> checking for sys/ioctl.h... yes
> checking for elf.h... no
> checking for elf_abi.h... no
> checking for BSDgettimeofday... no
> checking for gettimeofday... (cached) yes
> checking for gettimeofday declaration... present
> checking for sin in -lm... yes
> checking for main in -lmingwex... no
> checking for math.h... yes
> checking for values.h... no
> checking for float.h... yes
> checking for isnormal... yes
> checking for isfinite... yes
> checking for sockets... checking for connect... (cached) yes
> checking for gethostbyname... (cached) yes
> checking for readline/readline.h... no
> checking for rl_completion_matches in -lreadline... no
> checking For network code for nsocket.c... yes
> checking check for listen using fcntl... yes
> checking for profil... yes
> checking for setenv... yes
> checking for _cleanup... yes
> checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK
> checking check for SV_ONSTACK... yes
> checking check for SIGSYS... yes
> checking check for SIGEMT... yes
> checking for asm/sigcontext.h... no
> checking for asm/signal.h... no
> checking for sigcontext...... sigcontext in signal.h
> checking for emacs... /sw/bin/emacs
> checking emacs site lisp directory... /sw/etc/lisp/emacs/21.2/site-lisp
> checking emacs default.el... /sw/etc/lisp/emacs/21.2/site-lisp/default.el
> checking emacs info/dir... /usr/share/info/
> checking for tcl/tk... checking for tclsh... tclsh
> checking for main in -llieee... no
> not found
> checking alloca... yes
> checking Checking for buggy gcc version from redhat... no
> updating cache ./config.cache
> creating ./config.status
> creating makedefc
> creating windows/gcl.iss
> creating windows/sysdir.bat
> creating windows/install.lsp
> creating h/gclincl.h
> makedefc
> 
> # begin makedefs
> 
> # use=powerpc-macosx
> 
> # for main link of raw_gcl
> LIBS=   -lintl  -lm  -lgmp
> 
> #The multi precision library stuff
> MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a
> 
> 
> # root for the installation, eg /usr/local
> # This would cause make install to create /usr/local/bin/gcl and
> # /usr/local/lib/gcl-2-??/* with some basic files.
> prefix=/usr/local
> 
> # where to place the info files
> INFO_DIR=/usr/share/info/
> 
> # where to put emacs lisp files.
> EMACS_SITE_LISP=/sw/etc/lisp/emacs/21.2/site-lisp
> 
> # the default.el file
> EMACS_DEFAULT_EL=/sw/etc/lisp/emacs/21.2/site-lisp/default.el
> 
> # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh
> # if these are found.
> TK_CONFIG_PREFIX=
> TK_LIBRARY=
> TCL_LIBRARY=
> TK_XINCLUDES=
> TK_INCLUDE=
> TCL_INCLUDE=
> TK_LIB_SPEC=
> TK_BUILD_LIB_SPEC=
> TK_XLIBSW=
> TK_XINCLUDES=
> TCL_LIB_SPEC=
> TCL_DL_LIBS=
> TCL_LIBS=
> 
> NOTIFY=yes
> CC=gcc
> CFLAGS=  -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer  
> -I$(GCLDIR)/o
> FINAL_CFLAGS=  -Wall -DVOL=volatile -fsigned-char -pipe 
> NIFLAGS=  -Wall -DVOL=volatile -fsigned-char -pipe   -I$(GCLDIR)/o
> O3FLAGS=-O3 -fomit-frame-pointer
> O2FLAGS=-O
> 
> LD_STACK_FLAGS=
> 
> RL_OBJS=
> 
> RL_LIB=
> 
> MAKEINFO=makeinfo
> 
> FLISP=saved_ansi_gcl
> SYSTEM=ansi_gcl
> BUILD_BFD=h/bfd.h h/bfdlink.h h/ansidecl.h h/symcat.h
> GMPDIR=gmp3
> X_LIBS= -L/usr/X11R6/lib -lXmu -lXt -lXext -lXaw -lX11
> X_CFLAGS= -I/usr/X11R6/include
> 
> PROCESSOR_FLAGS=
> 
> EXTRA_LOBJS=
> LEADING_UNDERSCORE=1
> GNU_LD=
> add-defs1 powerpc-macosx
> using powerpc-macosx.defs
> sh-2.05b$ ./apple.make
> cd binutils/bfd && make
> make  all-recursive
> Making all in doc
> make[3]: Nothing to be done for `all'.
> rm -f bfd-tmp.h
> cp bfd-in3.h bfd-tmp.h
> /bin/sh ./../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. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> archive.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c archive.c -o archive.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> -DDEFAULT_VECTOR=mach_o_be_vec 
> -DSELECT_VECS='&mach_o_be_vec,&mach_o_le_vec,&mach_o_fat_vec' 
> -DSELECT_ARCHITECTURES='&bfd_powerpc_arch,&bfd_rs6000_arch,&bfd_i386_arch' 
> -DHAVE_mach_o_be_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_fat_vec ./archures.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c -DDEFAULT_VECTOR=mach_o_be_vec 
> "-DSELECT_VECS=&mach_o_be_vec,&mach_o_le_vec,&mach_o_fat_vec" 
> "-DSELECT_ARCHITECTURES=&bfd_powerpc_arch,&bfd_rs6000_arch,&bfd_i386_arch" 
> -DHAVE_mach_o_be_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_fat_vec ./archures.c 
> -o archures.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> bfd.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c bfd.c -o bfd.o
> In file included from bfd.c:206:
> ../include/libiberty.h:80: warning: function declaration isn't a prototype
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> cache.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c cache.c -o cache.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> coffgen.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c coffgen.c -o coffgen.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> corefile.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c corefile.c -o corefile.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> format.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c format.c -o format.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> init.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c init.c -o init.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> libbfd.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c libbfd.c -o libbfd.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> opncls.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c opncls.c -o opncls.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> reloc.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c reloc.c -o reloc.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> section.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c section.c -o section.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> syms.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c syms.c -o syms.o
> rm -f targmatch.h
> sed -f ./targmatch.sed < ./config.bfd > targmatch.new
> mv -f targmatch.new targmatch.h
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> -DDEFAULT_VECTOR=mach_o_be_vec 
> -DSELECT_VECS='&mach_o_be_vec,&mach_o_le_vec,&mach_o_fat_vec' 
> -DSELECT_ARCHITECTURES='&bfd_powerpc_arch,&bfd_rs6000_arch,&bfd_i386_arch' 
> -DHAVE_mach_o_be_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_fat_vec ./targets.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c -DDEFAULT_VECTOR=mach_o_be_vec 
> "-DSELECT_VECS=&mach_o_be_vec,&mach_o_le_vec,&mach_o_fat_vec" 
> "-DSELECT_ARCHITECTURES=&bfd_powerpc_arch,&bfd_rs6000_arch,&bfd_i386_arch" 
> -DHAVE_mach_o_be_vec -DHAVE_mach_o_le_vec -DHAVE_mach_o_fat_vec ./targets.c 
> -o targets.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> hash.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c hash.c -o hash.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> linker.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c linker.c -o linker.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> srec.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c srec.c -o srec.o
> In file included from srec.c:110:
> ../include/libiberty.h:80: warning: function declaration isn't a prototype
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> binary.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c binary.c -o binary.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> tekhex.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c tekhex.c -o tekhex.o
> In file included from tekhex.c:73:
> ../include/libiberty.h:80: warning: function declaration isn't a prototype
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> ihex.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c ihex.c -o ihex.o
> In file included from ihex.c:125:
> ../include/libiberty.h:80: warning: function declaration isn't a prototype
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> stabs.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c stabs.c -o stabs.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> stab-syms.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c stab-syms.c -o stab-syms.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> merge.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c merge.c -o merge.o
> In file included from merge.c:28:
> ../include/libiberty.h:80: warning: function declaration isn't a prototype
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> dwarf2.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c dwarf2.c -o dwarf2.o
> In file included from dwarf2.c:34:
> ../include/libiberty.h:80: warning: function declaration isn't a prototype
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> archive64.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c archive64.c -o archive64.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> mach-o.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c mach-o.c -o mach-o.o
> In file included from mach-o.c:26:
> ../include/libiberty.h:80: warning: function declaration isn't a prototype
> mach-o.c:2567: warning: `bfd_mach_o_dump_ist' defined but not used
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> cpu-powerpc.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c cpu-powerpc.c -o cpu-powerpc.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> cpu-rs6000.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c cpu-rs6000.c -o cpu-rs6000.o
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -D_GNU_SOURCE     -I. -I. -I./../include  -I./../intl -I../intl  
> -no-cpp-precomp -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c 
> cpu-i386.c
> gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
> -I./../intl -I../intl -no-cpp-precomp -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -c cpu-i386.c -o cpu-i386.o
> rm -f tofiles
> f=""; \
> for i in mach-o.lo cpu-powerpc.lo cpu-rs6000.lo cpu-i386.lo  ; do \
>   case " $f " in \
>     *" $i "*) ;; \
>     *) f="$f $i" ;; \
>   esac ; \
> done ; \
> echo $f > tofiles
> /bin/sh ./../move-if-change tofiles ofiles
> touch stamp-ofiles
> /bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2  -o libbfd.la -rpath /usr/local/lib -release 
> 2.12.90.0.15  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 
> merge.lo dwarf2.lo archive64.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 
> merge.o dwarf2.o archive64.o mach-o.o cpu-powerpc.o cpu-rs6000.o cpu-i386.o
> ranlib .libs/libbfd.a
> creating libbfd.la
> (cd .libs && rm -f libbfd.la && ln -s ../libbfd.la libbfd.la)
> libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
> if [ -f $libtooldir/libbfd.a ]; then \
>   cp $libtooldir/libbfd.a libbfd.tmp; \
>   ranlib libbfd.tmp; \
>   /bin/sh ./../move-if-change libbfd.tmp libbfd.a; \
> else true; fi
> touch stamp-lib
> cd binutils/libiberty && make
> if [ x"" != x ] && [ ! -d pic ]; then \
>   mkdir pic; \
> else true; fi
> touch stamp-picdir
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  regex.c -o pic/regex.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic regex.c -o regex.o
> In file included from ../include/xregex.h:26,
>                  from regex.c:195:
> ../include/xregex2.h:551: warning: ISO C90 does not support `static' or type 
> qualifiers in parameter array declarators
> In file included from regex.c:649:
> regex.c: In function `byte_compile_range':
> regex.c:4602: warning: signed and unsigned type in conditional expression
> regex.c:4612: warning: signed and unsigned type in conditional expression
> regex.c:4612: warning: signed and unsigned type in conditional expression
> regex.c: At top level:
> regex.c:1380: warning: traditional C rejects string concatenation
> regex.c: In function `xregcomp':
> regex.c:8099: warning: signed and unsigned type in conditional expression
> regex.c: In function `xregerror':
> regex.c:8234: warning: unused parameter `preg'
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  cplus-dem.c -o pic/cplus-dem.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic cplus-dem.c -o cplus-dem.o
> cplus-dem.c:46:2: warning: suggest hiding #pragma from traditional C with an 
> indented #
> cplus-dem.c:46: warning: ignoring #pragma weak dlopen
> cplus-dem.c:47:2: warning: suggest hiding #pragma from traditional C with an 
> indented #
> cplus-dem.c:47: warning: ignoring #pragma weak dlsym
> cplus-dem.c:48:2: warning: suggest hiding #pragma from traditional C with an 
> indented #
> cplus-dem.c:48: warning: ignoring #pragma weak dlerror
> cplus-dem.c: In function `cplus_demangle_set_style':
> cplus-dem.c:874: warning: comparison of unsigned expression >= 0 is always 
> true
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  cp-demangle.c -o pic/cp-demangle.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic cp-demangle.c -o cp-demangle.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  md5.c -o pic/md5.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic md5.c -o md5.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  alloca.c -o pic/alloca.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic alloca.c -o alloca.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  argv.c -o pic/argv.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic argv.c -o argv.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  choose-temp.c -o pic/choose-temp.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic choose-temp.c -o choose-temp.o
> choose-temp.c: In function `choose_temp_base':
> choose-temp.c:68: warning: implicit declaration of function `mktemp'
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  concat.c -o pic/concat.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic concat.c -o concat.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  dyn-string.c -o pic/dyn-string.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic dyn-string.c -o dyn-string.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  fdmatch.c -o pic/fdmatch.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic fdmatch.c -o fdmatch.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  fibheap.c -o pic/fibheap.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic fibheap.c -o fibheap.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  floatformat.c -o pic/floatformat.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic floatformat.c -o floatformat.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  fnmatch.c -o pic/fnmatch.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic fnmatch.c -o fnmatch.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  getopt.c -o pic/getopt.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic getopt.c -o getopt.o
> getopt.c: In function `_getopt_initialize':
> getopt.c:396: warning: unused parameter `argc'
> getopt.c:397: warning: unused parameter `argv'
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  getopt1.c -o pic/getopt1.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic getopt1.c -o getopt1.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  getpwd.c -o pic/getpwd.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic getpwd.c -o getpwd.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  getruntime.c -o pic/getruntime.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic getruntime.c -o getruntime.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  hashtab.c -o pic/hashtab.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic hashtab.c -o hashtab.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  hex.c -o pic/hex.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic hex.c -o hex.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  lbasename.c -o pic/lbasename.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic lbasename.c -o lbasename.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  make-temp-file.c -o pic/make-temp-file.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic make-temp-file.c -o make-temp-file.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  objalloc.c -o pic/objalloc.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic objalloc.c -o objalloc.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  obstack.c -o pic/obstack.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic obstack.c -o obstack.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  partition.c -o pic/partition.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic partition.c -o partition.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  pexecute.c -o pic/pexecute.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic pexecute.c -o pexecute.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  safe-ctype.c -o pic/safe-ctype.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic safe-ctype.c -o safe-ctype.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  sort.c -o pic/sort.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic sort.c -o sort.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  spaces.c -o pic/spaces.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic spaces.c -o spaces.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  splay-tree.c -o pic/splay-tree.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic splay-tree.c -o splay-tree.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  strerror.c -o pic/strerror.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic strerror.c -o strerror.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  strsignal.c -o pic/strsignal.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic strsignal.c -o strsignal.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  ternary.c -o pic/ternary.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic ternary.c -o ternary.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  xatexit.c -o pic/xatexit.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic xatexit.c -o xatexit.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  xexit.c -o pic/xexit.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic xexit.c -o xexit.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  xmalloc.c -o pic/xmalloc.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic xmalloc.c -o xmalloc.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  xmemdup.c -o pic/xmemdup.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic xmemdup.c -o xmemdup.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  xstrdup.c -o pic/xstrdup.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic xstrdup.c -o xstrdup.o
> if [ x"" != x ]; then \
>   gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic  xstrerror.c -o pic/xstrerror.o; \
> else true; fi
> gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include  -W -Wall -Wtraditional 
> -pedantic xstrerror.c -o xstrerror.o
> rm -f libiberty.a pic/libiberty.a
> ar rc libiberty.a \
>   regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o 
> concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o 
> getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-temp-file.o 
> objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o 
> splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o 
> xmemdup.o xstrdup.o xstrerror.o  
> ranlib libiberty.a
> if [ x"" != x ]; then \
>   cd pic; \
>   ar rc libiberty.a \
>     regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o 
> concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o 
> getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-temp-file.o 
> objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o 
> splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o 
> xmemdup.o xstrdup.o xstrerror.o  ; \
>   ranlib libiberty.a; \
>   cd ..; \
> else true; fi
> rm -f needed-list; touch needed-list; \
> for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr 
> strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork 
> waitpid bcmp bcopy bzero; do \
>   for g in  ; do \
>     case "$g" in \
>       *$f*) echo $g >> needed-list ;; \
>     esac; \
>   done; \
> done
> echo regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o 
> concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o 
> getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-temp-file.o 
> objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o 
> splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o 
> xmemdup.o xstrdup.o xstrerror.o > required-list
> make[2]: Nothing to be done for `all'.
> cp binutils/bfd/bfd.h h/bfd.h
> cp binutils/bfd/../include/bfdlink.h h/bfdlink.h
> cp binutils/bfd/../include/ansidecl.h h/ansidecl.h
> cp binutils/bfd/../include/symcat.h h/symcat.h
> (cd o && make ../h/new_decl.h)
> gcc -no-cpp-precomp  -o grab_defs  grab_defs.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk plttest.c  
> nm plttest.o | awk '/ U / {a=$2;if (k) sub("^_","",a);\
>                             b=a;gsub("_","",b);\
>                             if (match(j,b)) printf("MY_PLT(%s)\n",a)}' \
>               j="$(awk '/main/ {i=1;next} {if (!i) next} /^ *[a-zA-Z_]*\(/ 
> {sub("\\(.*$","",$1);print $1}' plttest.c)" k=1 | sort | awk '{A[++k]=$0} END 
> {for (i=1;i<=k;i++) printf("%s%s\n",A[i],i==k ? "" : ",");}' >plt.h
> awk: newline in string getc... at source line 1
> awk: newline in string getcputc... at source line 1
> awk: newline in string getcputcse... at source line 1
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E main.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > main.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E alloc.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > alloc.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E gbc.c | sed 
> -e 's:\"[ ]*):\"):g' | ./grab_defs > gbc.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E bitop.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > bitop.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E typespec.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > typespec.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E eval.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > eval.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E macros.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > macros.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E lex.c | sed 
> -e 's:\"[ ]*):\"):g' | ./grab_defs > lex.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E bds.c | sed 
> -e 's:\"[ ]*):\"):g' | ./grab_defs > bds.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E frame.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > frame.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E predicate.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > predicate.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E reference.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > reference.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E 
> assignment.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > assignment.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E bind.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > bind.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E let.c | sed 
> -e 's:\"[ ]*):\"):g' | ./grab_defs > let.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E 
> conditional.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > conditional.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E block.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > block.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E iteration.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > iteration.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E mapfun.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > mapfun.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E prog.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > prog.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E multival.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > multival.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E catch.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > catch.ini
> gcc -no-cpp-precomp -I../h -I../gcl-tk -o ../bin/dpp ../bin/dpp.c
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> ../bin/dpp symbol
> dpp: symbol.d -> symbol.c
> ./grab_defs < symbol.c > symbol.ini
> rm symbol.c
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E cfun.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > cfun.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E cmpaux.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > cmpaux.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> ../bin/dpp package
> dpp: package.d -> package.c
> ./grab_defs < package.c > package.ini
> rm package.c
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E big.c | sed 
> -e 's:\"[ ]*):\"):g' | ./grab_defs > big.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E number.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > number.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E num_pred.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_pred.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E num_comp.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_comp.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E num_arith.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_arith.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E num_sfun.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_sfun.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E num_co.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_co.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E num_log.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_log.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E num_rand.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_rand.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E earith.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > earith.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> ../bin/dpp character
> dpp: character.d -> character.c
> ./grab_defs < character.c > character.ini
> rm character.c
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> ../bin/dpp sequence
> dpp: sequence.d -> sequence.c
> ./grab_defs < sequence.c > sequence.ini
> rm sequence.c
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> ../bin/dpp list
> dpp: list.d -> list.c
> ./grab_defs < list.c > list.ini
> rm list.c
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> ../bin/dpp hash
> dpp: hash.d -> hash.c
> ./grab_defs < hash.c > hash.ini
> rm hash.c
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E array.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > array.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> ../bin/dpp string
> dpp: string.d -> string.c
> ./grab_defs < string.c > string.ini
> rm string.c
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E regexpr.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > regexpr.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E structure.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > structure.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E toplevel.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > toplevel.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> ../bin/dpp file
> dpp: file.d -> file.c
> ./grab_defs < file.c > file.ini
> rm file.c
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> ../bin/dpp read
> dpp: read.d -> read.c
> ./grab_defs < read.c > read.ini
> rm read.c
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E backq.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > backq.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> ../bin/dpp print
> dpp: print.d -> print.c
> ./grab_defs < print.c > print.ini
> rm print.c
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E format.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > format.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> ../bin/dpp pathname
> dpp: pathname.d -> pathname.c
> ./grab_defs < pathname.c > pathname.ini
> rm pathname.c
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E unixfsys.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > unixfsys.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E unixfasl.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > unixfasl.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E error.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > error.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E unixtime.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > unixtime.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E unixsys.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > unixsys.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E unixsave.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > unixsave.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E funlink.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > funlink.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E plt.c | sed 
> -e 's:\"[ ]*):\"):g' | ./grab_defs > plt.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E 
> fat_string.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > fat_string.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E 
> run_process.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > run_process.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E nfunlink.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > nfunlink.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E usig.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > usig.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E usig2.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > usig2.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E utils.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > utils.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E makefun.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > makefun.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E sockets.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > sockets.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E 
> gmp_wrappers.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > gmp_wrappers.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E clxsocket.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > clxsocket.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E init_pari.c 
> | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > init_pari.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E nsocket.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > nsocket.ini
> [ -e ../h/new_decl.h ] || touch ../h/new_decl.h
> gcc -no-cpp-precomp -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk -E sfasl.c | 
> sed -e 's:\"[ ]*):\"):g' | ./grab_defs > sfasl.ini
> echo '#include "make-decl.h"' > foo.c
> cat main.ini alloc.ini gbc.ini bitop.ini typespec.ini eval.ini macros.ini 
> lex.ini bds.ini frame.ini predicate.ini reference.ini assignment.ini bind.ini 
> let.ini conditional.ini block.ini iteration.ini mapfun.ini prog.ini 
> multival.ini catch.ini symbol.ini cfun.ini cmpaux.ini package.ini big.ini 
> number.ini num_pred.ini num_comp.ini num_arith.ini num_sfun.ini num_co.ini 
> num_log.ini num_rand.ini earith.ini character.ini sequence.ini list.ini 
> hash.ini array.ini string.ini regexpr.ini structure.ini toplevel.ini file.ini 
> read.ini backq.ini print.ini format.ini pathname.ini unixfsys.ini 
> unixfasl.ini error.ini unixtime.ini unixsys.ini unixsave.ini funlink.ini 
> plt.ini fat_string.ini ./run_process.ini nfunlink.ini usig.ini usig2.ini 
> utils.ini makefun.ini sockets.ini gmp_wrappers.ini clxsocket.ini 
> init_pari.ini nsocket.ini ./sfasl.ini >> foo.c
> gcc -no-cpp-precomp -E -I../h foo.c | sed -n -e '/#/d' -e '/DO_/d' -e 
> '/[a-zA-Z;]/p' > tmpini
> ../xbin/move-if-changed mv tmpini ../h/new_decl.h
> tmpini and ../h/new_decl.h were not the same.
> ln tmpini ../h/new_decl.h
> rm foo.c tmpini
> rm: tmpini: No such file or directory
> make[1]: [../h/new_decl.h] Error 1 (ignored)
> cat h/config.h | sed -e "1,/Begin for cmpincl/d" \
>       -e "/End for cmpinclude/,50000d" > tmpx
> echo -e '#include "h/config.h"\n#ifdef SGC\n"#define SGC"\n#else\n"#undef 
> SGC"\n#endif' | cpp 2>/dev/null| grep -v '^ *$' | tail -1l | tr -d '"' >>tmpx
> cat h/cmpincl1.h h/gclincl.h h/compbas.h h/enum.h h/mgmp.h h/object.h h/vs.h 
> h/bds.h h/frame.h h/lex.h h/eval.h    h/funlink.h h/att_ext.h h/new_decl.h 
> h/compbas2.h h/compat.h h/cmponly.h o/regexp.h h//protoize.h >> tmpx
> ./xbin/move-if-changed mv tmpx h/cmpinclude.h
> tmpx and h/cmpinclude.h were not the same.
> ln tmpx h/cmpinclude.h
> ./xbin/move-if-changed cp h/cmpinclude.h o/cmpinclude.h
> h/cmpinclude.h and o/cmpinclude.h were not the same.
> ln h/cmpinclude.h o/cmpinclude.h
> (cd bin; make all)
> gcc -no-cpp-precomp  -I../h  -o append  append.c
> gcc -no-cpp-precomp -I../h  -o file-sub file-sub.c
> make mpfiles
> make[1]: Nothing to be done for `mpfiles'.
> rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
> (cd o; make all)
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk main.c  
> main.c: In function `initlisp':
> main.c:520: warning: implicit declaration of function 
> `gcl_init_socket_function'
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk alloc.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk gbc.c  
> In file included from gbc.c:1497:
> sgbc.c: In function `memprotect_handler':
> sgbc.c:1625: warning: comparison between pointer and integer
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk bitop.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk typespec.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk eval.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk macros.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk lex.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk bds.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk frame.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk predicate.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk reference.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk assignment.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk bind.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk let.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk conditional.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk block.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk iteration.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk mapfun.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk prog.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk multival.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk catch.c  
> ../bin/dpp symbol
> dpp: symbol.d -> symbol.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk symbol.c 
> rm symbol.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk cfun.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk cmpaux.c  
> ../bin/dpp package
> dpp: package.d -> package.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk package.c 
> rm package.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk big.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk number.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk num_pred.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk num_comp.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk num_arith.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk num_sfun.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk num_co.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk num_log.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk num_rand.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk earith.c  
> ../bin/dpp character
> dpp: character.d -> character.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk character.c 
> rm character.c
> ../bin/dpp sequence
> dpp: sequence.d -> sequence.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk sequence.c 
> rm sequence.c
> ../bin/dpp list
> dpp: list.d -> list.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk list.c 
> rm list.c
> ../bin/dpp hash
> dpp: hash.d -> hash.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk hash.c 
> rm hash.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk array.c  
> ../bin/dpp string
> dpp: string.d -> string.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk string.c 
> rm string.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk regexpr.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk structure.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk toplevel.c  
> ../bin/dpp file
> dpp: file.d -> file.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk file.c 
> file.d: In function `read_fasl_data':
> file.d:2861: warning: implicit declaration of function `seek_to_end_ofile'
> rm file.c
> ../bin/dpp read
> dpp: read.d -> read.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk read.c 
> rm read.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk backq.c  
> ../bin/dpp print
> dpp: print.d -> print.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk print.c 
> print.d:2228: warning: `pp' defined but not used
> rm print.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk format.c  
> ../bin/dpp pathname
> dpp: pathname.d -> pathname.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk pathname.c 
> rm pathname.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk unixfsys.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk unixfasl.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk error.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk unixtime.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk unixsys.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk unixsave.c  
> In file included from unexmacosx.c:1421,
>                  from unixsave.c:32:
> save.c: In function `Lsave':
> save.c:26: warning: implicit declaration of function `_cleanup'
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk funlink.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk plt.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk fat_string.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk run_process.c  
> run_process.c: In function `open_connection':
> run_process.c:359: warning: implicit declaration of function `bzero'
> run_process.c:360: warning: implicit declaration of function `bcopy'
> run_process.c: In function `make_stream':
> run_process.c:423: warning: implicit declaration of function 
> `setup_stream_buffer'
> run_process.c: In function `make_socket_stream':
> run_process.c:442: warning: implicit declaration of function 
> `make_two_way_stream'
> run_process.c:442: warning: assignment makes pointer from integer without a 
> cast
> run_process.c: In function `make_socket_pair':
> run_process.c:496: warning: assignment makes pointer from integer without a 
> cast
> run_process.c:465: warning: unused variable `pid'
> run_process.c: At top level:
> run_process.c:507: warning: return type defaults to `int'
> run_process.c:541: warning: return type defaults to `int'
> run_process.c:554: warning: return type defaults to `int'
> run_process.c: In function `gcl_init_socket_function':
> run_process.c:580: warning: passing arg 2 of `make_si_function_internal' from 
> incompatible pointer type
> run_process.c: In function `make_stream':
> run_process.c:396: warning: `mode' might be used uninitialized in this 
> function
> run_process.c: In function `spawn_process_with_streams':
> run_process.c:537: warning: control reaches end of non-void function
> run_process.c: In function `run_process':
> run_process.c:551: warning: control reaches end of non-void function
> run_process.c: In function `siLrun_process':
> run_process.c:567: warning: control reaches end of non-void function
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk nfunlink.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk usig.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk usig2.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk utils.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk makefun.c  
> gcc -no-cpp-precomp -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk   -c  sockets.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk gmp_wrappers.c 
>  
> gcc -no-cpp-precomp -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk   -c  
> clxsocket.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk init_pari.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk nsocket.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk sfasl.c  
> In file included from sfasl.c:43:
> sfaslbfd.c: In function `fasload':
> sfaslbfd.c:240: warning: implicit declaration of function 
> `bfd_mach_o_craft_fp_branch_islands'
> sfaslbfd.c:240: warning: assignment makes pointer from integer without a cast
> sfaslbfd.c:321: warning: implicit declaration of function 
> `bfd_mach_o_inject_fp_branch_islands'
> sfaslbfd.c:362: warning: implicit declaration of function `seek_to_end_ofile'
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk bcmp.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk bcopy.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk bzero.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk user_init.c  
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk user_match.c  
> echo '#include "make-init.h"' > new_init.c
> echo 'void NewInit(void){' >> new_init.c
> cat main.ini alloc.ini gbc.ini bitop.ini typespec.ini eval.ini macros.ini 
> lex.ini bds.ini frame.ini predicate.ini reference.ini assignment.ini bind.ini 
> let.ini conditional.ini block.ini iteration.ini mapfun.ini prog.ini 
> multival.ini catch.ini symbol.ini cfun.ini cmpaux.ini package.ini big.ini 
> number.ini num_pred.ini num_comp.ini num_arith.ini num_sfun.ini num_co.ini 
> num_log.ini num_rand.ini earith.ini character.ini sequence.ini list.ini 
> hash.ini array.ini string.ini regexpr.ini structure.ini toplevel.ini file.ini 
> read.ini backq.ini print.ini format.ini pathname.ini unixfsys.ini 
> unixfasl.ini error.ini unixtime.ini unixsys.ini unixsave.ini funlink.ini 
> plt.ini fat_string.ini ./run_process.ini nfunlink.ini usig.ini usig2.ini 
> utils.ini makefun.ini sockets.ini gmp_wrappers.ini clxsocket.ini 
> init_pari.ini nsocket.ini ./sfasl.ini >> new_init.c
> echo '}' >> new_init.c
> gcc -no-cpp-precomp -c -Wall -DVOL=volatile -fsigned-char -pipe   
> -I/Users/hunt/a/gcl/o -I../h -I../gcl-tk new_init.c -o new_init.o
> rm -f gcllib.a
> ar qc gcllib.a bcmp.o bcopy.o bzero.o user_init.o user_match.o 
> ranlib gcllib.a
> make h/cmpinclude.h
> make[1]: `h/cmpinclude.h' is up to date.
> rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
> (cd o; make all)
> make[1]: Nothing to be done for `all'.
> cd unixport && make saved_pre_gcl
> ls: ../lsp/*.o: No such file or directory
> ls: ../cmpnew/*.o: No such file or directory
> ls: ../mod/*.o: No such file or directory
> ls: ../pcl/*.o: No such file or directory
> ls: ../clcs/*.o: No such file or directory
> gcc -no-cpp-precomp -Wall -DVOL=volatile -fsigned-char -pipe -O3 
> -fomit-frame-pointer  -I/Users/hunt/a/gcl/o -no-cpp-precomp  -c -o 
> sys_pre_gcl.o sys_pre_gcl.c
> rm -rf gmp
> mkdir gmp
> a="" ; \
> for i in $a ; do \
>       cp $i gmp/$(echo $i | sed -e 's,\.\./,,1' -e 's,/,_,g') ; \
> done
> touch gmpfiles
> rm -rf bfd
> mkdir bfd
> a="../binutils/bfd/archive.o ../binutils/bfd/archive64.o 
> ../binutils/bfd/archures.o ../binutils/bfd/bfd.o ../binutils/bfd/binary.o 
> ../binutils/bfd/cache.o ../binutils/bfd/coffgen.o ../binutils/bfd/corefile.o 
> ../binutils/bfd/cpu-i386.o ../binutils/bfd/cpu-powerpc.o 
> ../binutils/bfd/cpu-rs6000.o ../binutils/bfd/dwarf2.o 
> ../binutils/bfd/format.o ../binutils/bfd/hash.o ../binutils/bfd/ihex.o 
> ../binutils/bfd/init.o ../binutils/bfd/libbfd.o ../binutils/bfd/linker.o 
> ../binutils/bfd/mach-o.o ../binutils/bfd/merge.o ../binutils/bfd/opncls.o 
> ../binutils/bfd/reloc.o ../binutils/bfd/section.o ../binutils/bfd/srec.o 
> ../binutils/bfd/stab-syms.o ../binutils/bfd/stabs.o ../binutils/bfd/syms.o 
> ../binutils/bfd/targets.o ../binutils/bfd/tekhex.o 
> ../binutils/libiberty/alloca.o ../binutils/libiberty/argv.o 
> ../binutils/libiberty/choose-temp.o ../binutils/libiberty/concat.o 
> ../binutils/libiberty/cp-demangle.o ../binutils/libiberty/cplus-dem.o 
> ../binutils/libiberty/dyn-string.o ../binutils/libiberty!
>  /fdmatch.o ../binutils/libiberty/fibheap.o 
> ../binutils/libiberty/floatformat.o ../binutils/libiberty/fnmatch.o 
> ../binutils/libiberty/getopt.o ../binutils/libiberty/getopt1.o 
> ../binutils/libiberty/getpwd.o ../binutils/libiberty/getruntime.o 
> ../binutils/libiberty/hashtab.o ../binutils/libiberty/hex.o 
> ../binutils/libiberty/lbasename.o ../binutils/libiberty/make-temp-file.o 
> ../binutils/libiberty/md5.o ../binutils/libiberty/objalloc.o 
> ../binutils/libiberty/obstack.o ../binutils/libiberty/partition.o 
> ../binutils/libiberty/pexecute.o ../binutils/libiberty/regex.o 
> ../binutils/libiberty/safe-ctype.o ../binutils/libiberty/sort.o 
> ../binutils/libiberty/spaces.o ../binutils/libiberty/splay-tree.o 
> ../binutils/libiberty/strerror.o ../binutils/libiberty/strsignal.o 
> ../binutils/libiberty/ternary.o ../binutils/libiberty/xatexit.o 
> ../binutils/libiberty/xexit.o ../binutils/libiberty/xmalloc.o 
> ../binutils/libiberty/xmemdup.o ../binutils/libiberty/xstrdup.o 
> ../binutils/libiberty/xstrerror.o" ; \
> for i in $a ; do \
>       cp $i bfd/$(echo $i | sed -e 's,\.\./,,1' -e 's,/,_,g') ; \
> done 
> touch bfdfiles
> rm -rf libpre_gcl.a
> libtool -static -o libpre_gcl.a ../o/alloc.o ../o/array.o ../o/assignment.o 
> ../o/backq.o ../o/bds.o ../o/big.o ../o/bind.o ../o/bitop.o ../o/block.o 
> ../o/catch.o ../o/cfun.o ../o/character.o ../o/clxsocket.o ../o/cmpaux.o 
> ../o/conditional.o ../o/earith.o ../o/error.o ../o/eval.o ../o/fat_string.o 
> ../o/file.o ../o/format.o ../o/frame.o ../o/funlink.o ../o/gbc.o 
> ../o/gmp_wrappers.o ../o/hash.o ../o/init_pari.o ../o/iteration.o ../o/let.o 
> ../o/lex.o ../o/list.o ../o/macros.o ../o/main.o ../o/makefun.o ../o/mapfun.o 
> ../o/multival.o ../o/new_init.o ../o/nfunlink.o ../o/nsocket.o 
> ../o/num_arith.o ../o/num_co.o ../o/num_comp.o ../o/num_log.o ../o/num_pred.o 
> ../o/num_rand.o ../o/num_sfun.o ../o/number.o ../o/package.o ../o/pathname.o 
> ../o/plt.o ../o/predicate.o ../o/print.o ../o/prog.o ../o/read.o 
> ../o/reference.o ../o/regexpr.o ../o/run_process.o ../o/sequence.o 
> ../o/sfasl.o ../o/sockets.o ../o/string.o ../o/structure.o ../o/symbol.o 
> ../o/toplevel.o ../o/typespec.o ../o/unixfasl.o !
>  ../o/unixfsys.o ../o/unixsave.o ../o/unixsys.o ../o/unixtime.o ../o/usig.o 
> ../o/usig2.o ../o/utils.o sys_pre_gcl.o bfd/binutils_bfd_archive.o 
> bfd/binutils_bfd_archive64.o bfd/binutils_bfd_archures.o 
> bfd/binutils_bfd_bfd.o bfd/binutils_bfd_binary.o bfd/binutils_bfd_cache.o 
> bfd/binutils_bfd_coffgen.o bfd/binutils_bfd_corefile.o 
> bfd/binutils_bfd_cpu-i386.o bfd/binutils_bfd_cpu-powerpc.o 
> bfd/binutils_bfd_cpu-rs6000.o bfd/binutils_bfd_dwarf2.o 
> bfd/binutils_bfd_format.o bfd/binutils_bfd_hash.o bfd/binutils_bfd_ihex.o 
> bfd/binutils_bfd_init.o bfd/binutils_bfd_libbfd.o bfd/binutils_bfd_linker.o 
> bfd/binutils_bfd_mach-o.o bfd/binutils_bfd_merge.o bfd/binutils_bfd_opncls.o 
> bfd/binutils_bfd_reloc.o bfd/binutils_bfd_section.o bfd/binutils_bfd_srec.o 
> bfd/binutils_bfd_stab-syms.o bfd/binutils_bfd_stabs.o bfd/binutils_bfd_syms.o 
> bfd/binutils_bfd_targets.o bfd/binutils_bfd_tekhex.o 
> bfd/binutils_libiberty_alloca.o bfd/binutils_libiberty_argv.o 
> bfd/binutils_libiberty_choose-temp.o bfd/binutils!
>  _libiberty_concat.o bfd/binutils_libiberty_cp-demangle.o bfd/b!
>  inutils_
> libiberty_cplus-dem.o bfd/binutils_libiberty_dyn-string.o 
> bfd/binutils_libiberty_fdmatch.o bfd/binutils_libiberty_fibheap.o 
> bfd/binutils_libiberty_floatformat.o bfd/binutils_libiberty_fnmatch.o 
> bfd/binutils_libiberty_getopt.o bfd/binutils_libiberty_getopt1.o 
> bfd/binutils_libiberty_getpwd.o bfd/binutils_libiberty_getruntime.o 
> bfd/binutils_libiberty_hashtab.o bfd/binutils_libiberty_hex.o 
> bfd/binutils_libiberty_lbasename.o bfd/binutils_libiberty_make-temp-file.o 
> bfd/binutils_libiberty_md5.o bfd/binutils_libiberty_objalloc.o 
> bfd/binutils_libiberty_obstack.o bfd/binutils_libiberty_partition.o 
> bfd/binutils_libiberty_pexecute.o bfd/binutils_libiberty_regex.o 
> bfd/binutils_libiberty_safe-ctype.o bfd/binutils_libiberty_sort.o 
> bfd/binutils_libiberty_spaces.o bfd/binutils_libiberty_splay-tree.o 
> bfd/binutils_libiberty_strerror.o bfd/binutils_libiberty_strsignal.o 
> bfd/binutils_libiberty_ternary.o bfd/binutils_libiberty_xatexit.o 
> bfd/binutils_libiberty_xexit.o bfd/binutils_libiberty_xmallo!
>  c.o bfd/binutils_libiberty_xmemdup.o bfd/binutils_libiberty_xstrdup.o 
> bfd/binutils_libiberty_xstrerror.o
> cp ../o/gcllib.a libgclp.a
> ranlib libgclp.a
> cp init_pre_gcl.lsp.in init_pre_gcl.lsp.tmp
> touch raw_pre_gcl_map
> gcc -no-cpp-precomp -o raw_pre_gcl  \
> -L.    -lpre_gcl `echo -lintl  -lm  -lgmp | sed -e 's/-lncurses/ /'` 
> /sw/lib/libintl.dylib -lc -lgclp 
> cat init_pre_gcl.lsp.tmp | sed \
>       -e "address@hidden@#(`cat ../majvers`.`cat ../minvers`) `date`#1" \
>       -e "address@hidden@#`cat ../minvers | cut -f2 -d.`#1" \
>       -e "address@hidden@#`cat ../minvers | cut -f1 -d.`#1" \
>       -e "address@hidden@#`cat ../majvers`#1" \
>       -e "address@hidden@#\"gcc -no-cpp-precomp -c `echo -Wall -DVOL=volatile 
> -fsigned-char -pipe  | sed -e 's:-g::g'`\"#1" \
>       -e "address@hidden@#\"gcc -no-cpp-precomp  -o \"#1" \
>       -e "address@hidden@#\"   -lpre_gcl `echo -lintl  -lm  -lgmp | sed -e 
> 's/-lncurses/ /'` /sw/lib/libintl.dylib -lc -lgclp \"#1" \
>       -e "address@hidden@#\"-O3 -fomit-frame-pointer\"#1" \
>       -e "address@hidden@#\"-O\"#1" \
>       -e "address@hidden@#\"init_pre_gcl.lsp\"#1" >init_pre_gcl.lsp
> cp init_pre_gcl.lsp foo
> echo " (in-package \"USER\")(system:save-system \"saved_pre_gcl\")" >>foo
> /Users/hunt/a/gcl/unixport/raw_pre_gcl /Users/hunt/a/gcl/unixport/ -libdir 
> /Users/hunt/a/gcl/ < foo
> GCL (GNU Common Lisp)  April 1994  262144 pages
> Building symbol table for /Users/hunt/a/gcl/unixport/raw_pre_gcl ..
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_export.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_defmacro.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_evalmacros.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_top.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_module.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_autoload.lsp
> 
> >
> #<"COMPILER" package>
> 
> >
> #<"SLOOP" package>
> 
> >
> #<"SERROR" package>
> 
> >
> #<"ANSI-LOOP" package>
> 
> >
> #<"DEFPACKAGE" package>
> 
> >
> #<"TK" package>
> 
> >
> #<"SYSTEM" package>
> 
> SYSTEM>
> *COMMAND-ARGS*
> 
> SYSTEM>loading /Users/hunt/a/gcl/unixport/../lsp/gcl_predlib.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_setf.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_arraylib.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_assert.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_defstruct.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_describe.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_iolib.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_listlib.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_mislib.lsp
> 
> Warning: LISP-IMPLEMENTATION-VERSION is being redefined.loading 
> /Users/hunt/a/gcl/unixport/../lsp/gcl_numlib.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_packlib.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_seq.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_seqlib.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_trace.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_sloop.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_serror.lsp
> loading /Users/hunt/a/gcl/unixport/../mod/gcl_destructuring_bind.lsp
> loading /Users/hunt/a/gcl/unixport/../mod/gcl_loop.lsp
> 
> Warning: LOOP is being redefined.loading 
> /Users/hunt/a/gcl/unixport/../mod/gcl_defpackage.lsp
> loading /Users/hunt/a/gcl/unixport/../mod/gcl_make_defpackage.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpinline.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmputil.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_debug.lsp
> loading /Users/hunt/a/gcl/unixport/../lsp/gcl_info.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmptype.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpbind.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpblock.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpcall.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpcatch.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpenv.lsp
> 
> Warning: PROCLAIM is being redefined.
> Warning: PROCLAMATION is being redefined.loading 
> /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpeval.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpflet.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpfun.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpif.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmplabel.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmplam.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmplet.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmploc.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpmap.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpmulti.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpspecial.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmptag.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmptop.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpvar.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpvs.lsp
> loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpwt.lsp
> 
> Loading ../cmpnew/gcl_fasdmacros.lsp
> Finished loading ../cmpnew/gcl_fasdmacros.lsp
> Loading /Users/hunt/a/gcl/unixport/../lsp/sys-proclaim.lisp
> Finished loading /Users/hunt/a/gcl/unixport/../lsp/sys-proclaim.lisp
> Loading /Users/hunt/a/gcl/unixport/../cmpnew/sys-proclaim.lisp
> Finished loading /Users/hunt/a/gcl/unixport/../cmpnew/sys-proclaim.lisp
> Loading /Users/hunt/a/gcl/unixport/../gcl-tk/tk-package.lsp
> Finished loading /Users/hunt/a/gcl/unixport/../gcl-tk/tk-package.lsp
> Loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpmain.lsp
> Warning: COMPILE-FILE is being redefined.
> Warning: COMPILE is being redefined.
> Warning: DISASSEMBLE is being redefined.
> Finished loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpmain.lsp
> Loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_lfun_list.lsp
> Finished loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_lfun_list.lsp
> Loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpopt.lsp
> Finished loading /Users/hunt/a/gcl/unixport/../cmpnew/gcl_cmpopt.lsp
> Loading /Users/hunt/a/gcl/unixport/../lsp/gcl_auto_new.lsp
> Finished loading /Users/hunt/a/gcl/unixport/../lsp/gcl_auto_new.lsp
> 
> T
> 
> >
> #<"USER" package>
> 
> >DBEGIN:           0xd5000
> mach_mapstart:  0x2008000
> heap_end:       0x25e3000
> core_end:       0x25e4000
> mach_brkpt:     0xc3dd000
> mach_maplimit: 0x52008000
> --- List of All Regions ---
>    address       size prot maxp zone_name
>          0     0x1000 none none (no zone)
>     0x1000    0xd4000 r x  rwx  (no zone)
>    0xd5000     0x5000 rw   rwx  (no zone)
>    0xda000   0x47c000 rw   rwx  (no zone)
>   0x556000    0xb1000 r    rwx  (no zone)
>   0x607000     0x1000 r    rw   (no zone)
>   0x6d3000    0x2b000 r x  rwx  (no zone)
>   0x6fe000     0x1000 rw   rwx  (no zone)
>   0x6ff000    0xa0000 r    rwx  (no zone)
>   0x800000   0x808000 rw   rwx  (no zone)
>  0x1100000   0x105000 rw   rwx  (no zone)
>  0x1300000   0x105000 rw   rwx  DefaultMallocZone
> --- List of Regions to be Dumped ---
>    address       size prot maxp zone_name
>          0     0x1000 none none (no zone)
>     0x1000    0xd4000 r x  rwx  (no zone)
>    0xd5000   0x481000 rw   rwx  (no zone)
>   0x556000    0xb1000 r    rwx  (no zone)
>   0x607000     0x1000 r    rw   (no zone)
>   0x6d3000    0x2b000 r x  rwx  (no zone)
>   0x6fe000     0x1000 rw   rwx  (no zone)
>   0x6ff000    0xa0000 r    rwx  (no zone)
>   0x800000   0x808000 rw   rwx  (no zone)
>  0x1100000   0x105000 rw   rwx  (no zone)
>  0x1300000   0x105000 rw   rwx  DefaultMallocZone
> --- Header Information ---
> Magic      = 0xfeedface
> CPUType    = 18
> CPUSubType = 0
> FileType   = 0x2
> NCmds      = 12
> SizeOfCmds = 1784
> Flags      = 0x00000085
> Highest address of load commands in input file:     0x607000
> Lowest offset of all sections in __TEXT segment:     0x11fc
> --- List of Load Commands in Input File ---
> no cmd                 cmdsize name                address       size
>  0 LC_SEGMENT             0x38 __PAGEZERO                0     0x1000
>  1 LC_SEGMENT            0x29c __TEXT               0x1000    0xd4000
>                                __text               0x21fc    0xc141c
>                                __picsymbol_stub    0xc3618          0
>                                __symbol_stub       0xc3618          0
>                                __picsymbolstub1    0xc3618     0x1a00
>                                __cstring           0xc5018     0xf8b0
>                                __literal4          0xd48c8       0x14
>                                __literal8          0xd48e0       0xe8
>                                __const             0xd49c8      0x600
>                                __eh_frame          0xd4fc8       0x38
>  2 LC_SEGMENT            0x214 __DATA              0xd5000   0x481000
>                                __data              0xd5000     0x1e9c
>                                __la_symbol_ptr     0xd6e9c      0x340
>                                __nl_symbol_ptr     0xd71dc      0xa20
>                                __dyld              0xd7bfc       0x1c
>                                __const             0xd7c18     0x2264
>                                __bss               0xd9e80     0x4f80
>                                __common            0xdee00   0x476ef0
>  3 LC_SEGMENT             0x38 __LINKEDIT         0x556000    0xb1000
>  4 LC_LOAD_DYLINKER       0x1c
>  5 LC_LOAD_DYLIB          0x30
>  6 LC_LOAD_DYLIB          0x34
>  7 LC_LOAD_DYLIB          0x30
>  8 LC_SYMTAB              0x18
>  9 LC_DYSYMTAB            0x50
> 10 LC_TWOLEVEL_HINTS      0x10
> 11 LC_UNIXTHREAD          0xb0
> --- Load Commands written to Output File ---
> Writing segment __PAGEZERO       at          0 -          0 (sz:          0)
> Writing segment __TEXT           at          0 -    0xd4000 (sz:    0xd4000)
> Writing segment __DATA           at    0xd4000 -    0xd9000 (sz:     0x5000)
>         section __data           at    0xd4000 -    0xd5e9c (sz:     0x1e9c)
>         section __la_symbol_ptr  at    0xd5e9c -    0xd61dc (sz:      0x340)
>         section __nl_symbol_ptr  at    0xd61dc -    0xd6bfc (sz:      0xa20)
>         section __dyld           at    0xd6bfc -    0xd6c18 (sz:       0x1c)
>         section __const          at    0xd6c18 -    0xd8e7c (sz:     0x2264)
>         section __bss            at    0xd8e80 -    0xdde00 (sz:     0x4f80)
>         section __common       unexec: cannot write new __DATA segment
>   at    0xdde00 -   0x554cf0 (sz:   0x476ef0)
> Writing segment __DATA           at   0x555000 - 0xf06b0000 (sz: 0xf015b000)
> make[1]: *** [saved_pre_gcl] Error 1
> rm init_pre_gcl.lsp raw_pre_gcl
> make: *** [unixport/saved_pre_gcl] Error 2
> sh-2.05b$ 
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]