axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] GCL on an AMD64 Linux system?


From: M. Edward (Ed) Borasky
Subject: Re: [Axiom-developer] GCL on an AMD64 Linux system?
Date: Fri, 14 Sep 2007 21:14:19 -0700
User-agent: Thunderbird 2.0.0.6 (X11/20070905)

Camm Maguire wrote:
> Greetings!  Your build failure originated much earlier in the log --
> could you please forward the entire thing?
> 
> Take care,
> 
> root <address@hidden> writes:
> 
>> Ed,
>>
>> I've forwarded your email to Camm Maguire, the GCL maintainer.
>>
>> It appears to be failing during GCL build. If you are using the
>> Axiom distribution there is a variable in the top level 
>> Makefile that can be set to different distributions of GCL
>> (the old distros are available in the CVS archives in the zips 
>> directory, I probably have a copy if you can't find it). 
>> If you have the appropriate GCL tar file, for example
>>   gcl-2.6.7.tgz
>> and you set the 
>>   GCLVERSION=gcl-2.6.7
>> then Axiom will build on that version of GCL from the zips archive.
>>
>> Tim
>>
>> From: "M. Edward (Ed) Borasky" <address@hidden>
>> Subject: [Axiom-developer] GCL on an AMD64 Linux system?
>> To: address@hidden
>> Date: Thu, 13 Sep 2007 22:30:24 -0700
>>
>> Is there some reason the GCL in Axiom shouldn't build on a 64-bit Linux
>> system (gcc 4.2.0)? I've got three systems. Two are 32-bit and one is
>> 64-bit. Both gold and silver build fine on the 32-bit ones, but both
>> crash building GCL on the 64-bit system. Here's a trace ("silver", if it
>> matters):
>>
>> ar: creating libgcl.a
>> touch raw_gcl_map
>> gcc -o raw_gcl /home/axiom/silver/obj/linux/lib/cfuns-c.o
>> /home/axiom/silver/obj/linux/lib/sockio-c.o \
>>                 -L.  -Wl,-Map raw_gcl_map   -lgcl -lm  -lgmp -lreadline
>> - -lncurses -lc -lgclp /home/axiom/silver/obj/linux/lib/libspad.a
>> ./libgcl.a(sys_gcl.o): In function `gcl_init_system':
>> sys_gcl.c:(.text+0x35bd): undefined reference to `init_gcl_cmpwt'
>> sys_gcl.c:(.text+0x363a): undefined reference to `init_gcl_predlib'
>> sys_gcl.c:(.text+0x36b7): undefined reference to `init_gcl_setf'
>> sys_gcl.c:(.text+0x3734): undefined reference to `init_gcl_assert'
>> sys_gcl.c:(.text+0x37b1): undefined reference to `init_gcl_arraylib'
>> sys_gcl.c:(.text+0x382e): undefined reference to `init_gcl_defstruct'
>> sys_gcl.c:(.text+0x38ab): undefined reference to `init_gcl_describe'
>> sys_gcl.c:(.text+0x3928): undefined reference to `init_gcl_numlib'
>> sys_gcl.c:(.text+0x39a5): undefined reference to `init_gcl_listlib'
>> sys_gcl.c:(.text+0x3a22): undefined reference to `init_gcl_seq'
>> sys_gcl.c:(.text+0x3a9f): undefined reference to `init_gcl_iolib'
>> sys_gcl.c:(.text+0x3b1c): undefined reference to `init_gcl_packlib'
>> sys_gcl.c:(.text+0x3b99): undefined reference to `init_gcl_mislib'
>> sys_gcl.c:(.text+0x3c16): undefined reference to `init_gcl_seqlib'
>> sys_gcl.c:(.text+0x3c93): undefined reference to `init_gcl_trace'
>> sys_gcl.c:(.text+0x3d10): undefined reference to `init_gcl_cmpenv'
>> sys_gcl.c:(.text+0x3d8d): undefined reference to `init_gcl_cmputil'
>> sys_gcl.c:(.text+0x3e0a): undefined reference to `init_gcl_cmploc'
>> sys_gcl.c:(.text+0x3e87): undefined reference to `init_gcl_loop'
>> sys_gcl.c:(.text+0x3f04): undefined reference to `init_gcl_cmpif'
>> sys_gcl.c:(.text+0x3f81): undefined reference to `init_gcl_cmpbind'
>> sys_gcl.c:(.text+0x3ffe): undefined reference to `init_gcl_cmptag'
>> sys_gcl.c:(.text+0x407b): undefined reference to `init_gcl_serror'
>> sys_gcl.c:(.text+0x40f8): undefined reference to `init_gcl_cmpflet'
>> sys_gcl.c:(.text+0x4175): undefined reference to `init_gcl_info'
>> sys_gcl.c:(.text+0x41f2): undefined reference to `init_gcl_cmpmulti'
>> sys_gcl.c:(.text+0x426f): undefined reference to `init_gcl_make_defpackage'
>> sys_gcl.c:(.text+0x42ec): undefined reference to `init_gcl_cmplam'
>> sys_gcl.c:(.text+0x4369): undefined reference to `init_gcl_cmpcall'
>> sys_gcl.c:(.text+0x43e6): undefined reference to `init_gcl_cmpvar'
>> sys_gcl.c:(.text+0x4463): undefined reference to `init_gcl_sloop'
>> sys_gcl.c:(.text+0x44e0): undefined reference to `init_gcl_cmpeval'
>> sys_gcl.c:(.text+0x455d): undefined reference to `init_gcl_debug'
>> sys_gcl.c:(.text+0x45da): undefined reference to `init_gcl_cmpmap'
>> sys_gcl.c:(.text+0x4657): undefined reference to `init_gcl_defpackage'
>> sys_gcl.c:(.text+0x46d4): undefined reference to `init_gcl_cmplabel'
>> sys_gcl.c:(.text+0x4751): undefined reference to `init_gcl_cmpblock'
>> sys_gcl.c:(.text+0x47ce): undefined reference to `init_gcl_cmptop'
>> sys_gcl.c:(.text+0x484b): undefined reference to
>> `init_gcl_destructuring_bind'
>> sys_gcl.c:(.text+0x48c8): undefined reference to `init_gcl_cmpfun'
>> sys_gcl.c:(.text+0x4945): undefined reference to `init_gcl_cmptype'
>> sys_gcl.c:(.text+0x49c2): undefined reference to `init_gcl_cmpspecial'
>> sys_gcl.c:(.text+0x4a3f): undefined reference to `init_gcl_cmpinline'
>> sys_gcl.c:(.text+0x4abc): undefined reference to `init_gcl_cmplet'
>> sys_gcl.c:(.text+0x4b39): undefined reference to `init_gcl_cmpcatch'
>> sys_gcl.c:(.text+0x4bb2): undefined reference to `init_gcl_cmpvs'
>> ./libgcl.a(sys_gcl.o): In function `gcl_init_init':
>> sys_gcl.c:(.text+0x525d): undefined reference to `init_gcl_defmacro'
>> sys_gcl.c:(.text+0x52c7): undefined reference to `init_gcl_evalmacros'
>> sys_gcl.c:(.text+0x5331): undefined reference to `init_gcl_top'
>> sys_gcl.c:(.text+0x539c): undefined reference to `init_gcl_module'
>> collect2: ld returned 1 exit status
>> make[4]: *** [raw_gcl_map] Error 1
>> make[4]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre/unixport'
>> make[3]: *** [unixport/saved_gcl] Error 2
>> make[3]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre'
>> /bin/sh: line 5: unixport/saved_gcl: No such file or directory
>> make[2]: *** [gcldir] Error 127
>> make[2]: Leaving directory `/home/axiom/silver/lsp'
>> make[1]: *** [lspdir] Error 2
>> make[1]: Leaving directory `/home/axiom/silver'
>> make: *** [all] Error 2
>>
>>
>> P.S.: The native GCL that comes with the system (Gentoo Linux) is 2.6.7
>> and installs fine.
>>
>>
>> _______________________________________________
>> Axiom-developer mailing list
>> address@hidden
>> http://lists.nongnu.org/mailman/listinfo/axiom-developer
>> ----------
>>
>>
>>
>> _______________________________________________
>> Axiom-developer mailing list
>> address@hidden
>> http://lists.nongnu.org/mailman/listinfo/axiom-developer
>>
>>
>>
> 

13 making noweb
patching file modules.c
patching file Makefile
mnt.o: In function `emitfile':
mnt.c:(.text+0x3a9): warning: the use of `tmpnam' is dangerous, better use 
`mkstemp'
make[1]: [install-shell] Error 1 (ignored)
make[1]: [install-code] Error 1 (ignored)
texhash: Updating /home/znmeb/.texmf-config/ls-R... 
texhash: Updating /home/znmeb/.texmf-var/ls-R... 
texhash: /usr/share/texmf: directory not writable. Skipping...
texhash: /usr/share/texmf-site: directory not writable. Skipping...
texhash: /var/cache/fonts/ls-R: no write permission. Skipping...
texhash: /var/lib/texmf: directory not writable. Skipping...
texhash: Done.
make[1]: [install-elisp] Error 1 (ignored)
0 SPAD=/home/axiom/silver/mnt/linux SYS=linux SPD=/home/axiom/silver 
LSP=/home/axiom/silver/lsp GCLDIR=/home/axiom/silver/lsp/gcl-2.6.8pre 
SRC=/home/axiom/silver/src INT=/home/axiom/silver/int 
OBJ=/home/axiom/silver/obj MNT=/home/axiom/silver/mnt 
ZIPS=/home/axiom/silver/zips TMP=/home/axiom/silver/obj/tmp 
SPADBIN=/home/axiom/silver/mnt/linux/bin INC=/home/axiom/silver/src/include 
CCLBASE=/home/axiom/silver/obj/linux/ccl/ccllisp PART=cprogs SUBPART=everything 
NOISE=-o /home/axiom/silver/obj/tmp/trace GCLVERSION=gcl-2.6.8pre 
TANGLE=/home/axiom/silver/mnt/linux/bin/lib/notangle VERSION=Axiom (Sept 2007) 
PATCH=patch DOCUMENT=/home/axiom/silver/mnt/linux/bin/document 
WEAVE=/home/axiom/silver/mnt/linux/bin/lib/noweave
10 copying /home/axiom/silver/src/scripts to /home/axiom/silver/mnt/linux/bin
1 making a linux system, PART=cprogs SUBPART=everything
2 Environment SPAD=/home/axiom/silver/mnt/linux SYS=linux 
SPD=/home/axiom/silver LSP=/home/axiom/silver/lsp 
GCLDIR=/home/axiom/silver/lsp/gcl-2.6.8pre SRC=/home/axiom/silver/src 
INT=/home/axiom/silver/int OBJ=/home/axiom/silver/obj 
MNT=/home/axiom/silver/mnt ZIPS=/home/axiom/silver/zips 
TMP=/home/axiom/silver/obj/tmp SPADBIN=/home/axiom/silver/mnt/linux/bin 
INC=/home/axiom/silver/src/include 
CCLBASE=/home/axiom/silver/obj/linux/ccl/ccllisp PART=cprogs SUBPART=everything 
NOISE=-o /home/axiom/silver/obj/tmp/trace GCLVERSION=gcl-2.6.8pre 
TANGLE=/home/axiom/silver/mnt/linux/bin/lib/notangle VERSION=Axiom (Sept 2007) 
PATCH=patch DOCUMENT=/home/axiom/silver/mnt/linux/bin/document 
WEAVE=/home/axiom/silver/mnt/linux/bin/lib/noweave
This is pdfeTeX, Version 3.141592-1.30.5-2.2 (Web2C 7.5.5)
entering extended mode
(./Makefile.tex
LaTeX2e <2003/12/01>
Babel <v3.8d> and hyphenation patterns for american, french, german, ngerman, b
ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, esperanto, e
stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk, polis
h, portuges, romanian, russian, serbian, slovak, slovene, spanish, swedish, tur
kish, ukrainian, nohyphenation, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2004/02/16 v1.4f Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size10.clo)) (./axiom.sty
(/usr/share/texmf/tex/latex/base/alltt.sty))
No file Makefile.aux.
[1]
No file Makefile.toc.
[2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17]
[18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32]
[33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47]
[48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60]
(./Makefile.aux)

LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.

 )
Output written on Makefile.dvi (60 pages, 85256 bytes).
Transcript written on Makefile.log.
This is pdfeTeX, Version 3.141592-1.30.5-2.2 (Web2C 7.5.5)
entering extended mode
(./Makefile.tex
LaTeX2e <2003/12/01>
Babel <v3.8d> and hyphenation patterns for american, french, german, ngerman, b
ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, esperanto, e
stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk, polis
h, portuges, romanian, russian, serbian, slovak, slovene, spanish, swedish, tur
kish, ukrainian, nohyphenation, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2004/02/16 v1.4f Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size10.clo)) (./axiom.sty
(/usr/share/texmf/tex/latex/base/alltt.sty)) (./Makefile.aux) [1]
(./Makefile.toc [2]) [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
[15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29]
[30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44]
[45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59]
[60] [61] (./Makefile.aux) )
Output written on Makefile.dvi (61 pages, 109184 bytes).
Transcript written on Makefile.log.
make[1]: Entering directory `/home/axiom/silver'
11 checking directory structure
12 Environment: PLF=LINUXplatform CCF=-O2 -fno-strength-reduce -Wall 
-D_GNU_SOURCE -DLINUXplatform -I/usr/X11/include LDF= -L/usr/X11R6/lib 
/usr/X11R6/lib/libXpm.a  CC=gcc AWK=gawk RANLIB=ranlib TOUCH=touch TAR=tar 
AXIOMXLROOT=/home/axiom/silver/mnt/linux/compiler O=o BYE=bye LISP=lsp 
DAASE=/home/axiom/silver/src/share XLIB=/usr/X11R6/lib 
GCLOPTS=--enable-vssize=65536*2 --enable-locbfd --disable-dynsysbfd 
--disable-statsysbfd --enable-maxpage=256*1024 --disable-xgcl 
--disable-tkconfig SRCDIRS=bootdir interpdir sharedir algebradir etcdir clefdir 
docdir graphdir smandir hyperdir inputdir  PATCH=patch
16 making /home/axiom/silver/src/Makefile from 
/home/axiom/silver/src/Makefile.pamphlet
18 making /home/axiom/silver/src
make[2]: Entering directory `/home/axiom/silver/src'
2 making /home/axiom/silver/src/scripts/Makefile from 
/home/axiom/silver/src/scripts/Makefile.pamphlet
1 making /home/axiom/silver/src/scripts
make[3]: Entering directory `/home/axiom/silver/src/scripts'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/axiom/silver/src/scripts'
18 making /home/axiom/silver/src/lib/Makefile from 
/home/axiom/silver/src/lib/Makefile.pamphlet
17 making /home/axiom/silver/src/lib
make[3]: Entering directory `/home/axiom/silver/src/lib'
1 making /home/axiom/silver/int/lib/bsdsignal.c from 
/home/axiom/silver/src/lib/bsdsignal.c.pamphlet
2 making /home/axiom/silver/obj/linux/lib/bsdsignal.o from 
/home/axiom/silver/int/lib/bsdsignal.c
9 making /home/axiom/silver/int/lib/cursor.c from 
/home/axiom/silver/src/lib/cursor.c.pamphlet
10 making /home/axiom/silver/obj/linux/lib/cursor.o from 
/home/axiom/silver/int/lib/cursor.c
13 making /home/axiom/silver/int/lib/edin.c from 
/home/axiom/silver/src/lib/edin.c.pamphlet
14 making /home/axiom/silver/obj/linux/lib/edin.o from 
/home/axiom/silver/int/lib/edin.c
17 making /home/axiom/silver/int/lib/fnct-key.c from 
/home/axiom/silver/src/lib/fnct-key.c.pamphlet
18 making /home/axiom/silver/obj/linux/lib/fnct-key.o from 
/home/axiom/silver/int/lib/fnct-key.c
21 making /home/axiom/silver/int/lib/halloc.c from 
/home/axiom/silver/src/lib/halloc.c.pamphlet
22 making /home/axiom/silver/obj/linux/lib/halloc.o from 
/home/axiom/silver/int/lib/halloc.c
29 making /home/axiom/silver/int/lib/openpty.c from 
/home/axiom/silver/src/lib/openpty.c.pamphlet
30 making /home/axiom/silver/obj/linux/lib/openpty.o from 
/home/axiom/silver/int/lib/openpty.c
33 making /home/axiom/silver/int/lib/pixmap.c from 
/home/axiom/silver/src/lib/pixmap.c.pamphlet
34 making /home/axiom/silver/obj/linux/lib/pixmap.o from 
/home/axiom/silver/int/lib/pixmap.c
37 making /home/axiom/silver/int/lib/prt.c from 
/home/axiom/silver/src/lib/prt.c.pamphlet
38 making /home/axiom/silver/obj/linux/lib/prt.o from 
/home/axiom/silver/int/lib/prt.c
41 making /home/axiom/silver/int/lib/sockio-c.c from 
/home/axiom/silver/src/lib/sockio-c.c.pamphlet
42 making /home/axiom/silver/obj/linux/lib/sockio-c.o from 
/home/axiom/silver/int/lib/sockio-c.c
45 making /home/axiom/silver/int/lib/spadcolors.c from 
/home/axiom/silver/src/lib/spadcolors.c.pamphlet
46 making /home/axiom/silver/obj/linux/lib/spadcolors.o from 
/home/axiom/silver/int/lib/spadcolors.c
49 making /home/axiom/silver/int/lib/util.c from 
/home/axiom/silver/src/lib/util.c.pamphlet
50 making /home/axiom/silver/obj/linux/lib/util.o from 
/home/axiom/silver/int/lib/util.c
53 making /home/axiom/silver/int/lib/wct.c from 
/home/axiom/silver/src/lib/wct.c.pamphlet
54 making /home/axiom/silver/obj/linux/lib/wct.o from 
/home/axiom/silver/int/lib/wct.c
57 making /home/axiom/silver/int/lib/xdither.c from 
/home/axiom/silver/src/lib/xdither.c.pamphlet
58 making /home/axiom/silver/obj/linux/lib/xdither.o from 
/home/axiom/silver/int/lib/xdither.c
61 making /home/axiom/silver/int/lib/xshade.c from 
/home/axiom/silver/src/lib/xshade.c.pamphlet
62 making /home/axiom/silver/obj/linux/lib/xshade.o from 
/home/axiom/silver/int/lib/xshade.c
65 making /home/axiom/silver/int/lib/xspadfill.c from 
/home/axiom/silver/src/lib/xspadfill.c.pamphlet
66 making /home/axiom/silver/obj/linux/lib/xspadfill.o from 
/home/axiom/silver/int/lib/xspadfill.c
73 making /home/axiom/silver/obj/linux/lib/libspad.a
ar: creating /home/axiom/silver/obj/linux/lib/libspad.a
5 making /home/axiom/silver/int/lib/cfuns-c.c from 
/home/axiom/silver/src/lib/cfuns-c.c.pamphlet
6 making /home/axiom/silver/obj/linux/lib/cfuns-c.o from 
/home/axiom/silver/int/lib/cfuns-c.c
25 making /home/axiom/silver/int/lib/hash.c from 
/home/axiom/silver/src/lib/hash.c.pamphlet
26 making /home/axiom/silver/obj/linux/lib/hash.o from 
/home/axiom/silver/int/lib/hash.c
3 making /home/axiom/silver/int/doc/src/lib/bsdsignal.c.dvi from 
/home/axiom/silver/src/lib/bsdsignal.c.pamphlet
4 making /home/axiom/silver/mnt/linux/doc/src/lib/bsdsignal.c.dvi from 
/home/axiom/silver/int/doc/src/lib/bsdsignal.c.dvi
7 making /home/axiom/silver/int/doc/src/lib/cfuns-c.c.dvi from 
/home/axiom/silver/src/lib/cfuns-c.c.pamphlet
8 making /home/axiom/silver/mnt/linux/doc/src/lib/cfuns-c.c.dvi from 
/home/axiom/silver/int/doc/src/lib/cfuns-c.c.dvi
11 making /home/axiom/silver/int/doc/src/lib/cursor.c.dvi from 
/home/axiom/silver/src/lib/cursor.c.pamphlet
12 making /home/axiom/silver/mnt/linux/doc/src/lib/cursor.c.dvi from 
/home/axiom/silver/int/doc/src/lib/cursor.c.dvi
15 making /home/axiom/silver/int/doc/src/lib/edin.c.dvi from 
/home/axiom/silver/src/lib/edin.c.pamphlet
16 making /home/axiom/silver/mnt/linux/doc/src/lib/edin.c.dvi from 
/home/axiom/silver/int/doc/src/lib/edin.c.dvi
19 making /home/axiom/silver/int/doc/src/lib/fnct-key.c.dvi from 
/home/axiom/silver/src/lib/fnct-key.c.pamphlet
20 making /home/axiom/silver/mnt/linux/doc/src/lib/fnct-key.c.dvi from 
/home/axiom/silver/int/doc/src/lib/fnct-key.c.dvi
23 making /home/axiom/silver/int/doc/src/lib/halloc.c.dvi from 
/home/axiom/silver/src/lib/halloc.c.pamphlet
24 making /home/axiom/silver/mnt/linux/doc/src/lib/halloc.c.dvi from 
/home/axiom/silver/int/doc/src/lib/halloc.c.dvi
27 making /home/axiom/silver/int/doc/src/lib/hash.c.dvi from 
/home/axiom/silver/src/lib/hash.c.pamphlet
28 making /home/axiom/silver/mnt/linux/doc/src/lib/hash.c.dvi from 
/home/axiom/silver/int/doc/src/lib/hash.c.dvi
31 making /home/axiom/silver/int/doc/src/lib/openpty.c.dvi from 
/home/axiom/silver/src/lib/openpty.c.pamphlet
32 making /home/axiom/silver/mnt/linux/doc/src/lib/openpty.c.dvi from 
/home/axiom/silver/int/doc/src/lib/openpty.c.dvi
35 making /home/axiom/silver/int/doc/src/lib/pixmap.c.dvi from 
/home/axiom/silver/src/lib/pixmap.c.pamphlet
36 making /home/axiom/silver/mnt/linux/doc/src/lib/pixmap.c.dvi from 
/home/axiom/silver/int/doc/src/lib/pixmap.c.dvi
39 making /home/axiom/silver/int/doc/src/lib/prt.c.dvi from 
/home/axiom/silver/src/lib/prt.c.pamphlet
40 making /home/axiom/silver/mnt/linux/doc/src/lib/prt.c.dvi from 
/home/axiom/silver/int/doc/src/lib/prt.c.dvi
43 making /home/axiom/silver/int/doc/src/lib/sockio-c.c.dvi from 
/home/axiom/silver/src/lib/sockio-c.c.pamphlet
44 making /home/axiom/silver/mnt/linux/doc/src/lib/sockio-c.c.dvi from 
/home/axiom/silver/int/doc/src/lib/sockio-c.c.dvi
71 making /home/axiom/silver/mnt/linux/doc/src/lib/Makefile.dvi from 
/home/axiom/silver/src/lib/Makefile.dvi
47 making /home/axiom/silver/int/doc/src/lib/spadcolors.c.dvi from 
/home/axiom/silver/src/lib/spadcolors.c.pamphlet
48 making /home/axiom/silver/mnt/linux/doc/src/lib/spadcolors.c.dvi from 
/home/axiom/silver/int/doc/src/lib/spadcolors.c.dvi
51 making /home/axiom/silver/int/doc/src/lib/util.c.dvi from 
/home/axiom/silver/src/lib/util.c.pamphlet
52 making /home/axiom/silver/mnt/linux/doc/src/lib/util.c.dvi from 
/home/axiom/silver/int/doc/src/lib/util.c.dvi
55 making /home/axiom/silver/int/doc/src/lib/wct.c.dvi from 
/home/axiom/silver/src/lib/wct.c.pamphlet
56 making /home/axiom/silver/mnt/linux/doc/src/lib/wct.c.dvi from 
/home/axiom/silver/int/doc/src/lib/wct.c.dvi
59 making /home/axiom/silver/int/doc/src/lib/xdither.c.dvi from 
/home/axiom/silver/src/lib/xdither.c.pamphlet
60 making /home/axiom/silver/mnt/linux/doc/src/lib/xdither.c.dvi from 
/home/axiom/silver/int/doc/src/lib/xdither.c.dvi
63 making /home/axiom/silver/int/doc/src/lib/xshade.c.dvi from 
/home/axiom/silver/src/lib/xshade.c.pamphlet
64 making /home/axiom/silver/mnt/linux/doc/src/lib/xshade.c.dvi from 
/home/axiom/silver/int/doc/src/lib/xshade.c.dvi
67 making /home/axiom/silver/int/doc/src/lib/xspadfill.c.dvi from 
/home/axiom/silver/src/lib/xspadfill.c.pamphlet
68 making /home/axiom/silver/mnt/linux/doc/src/lib/xspadfill.c.dvi from 
/home/axiom/silver/int/doc/src/lib/xspadfill.c.dvi
72 finished making /home/axiom/silver/src/lib
make[3]: Leaving directory `/home/axiom/silver/src/lib'
make[2]: Leaving directory `/home/axiom/silver/src'
20 making /home/axiom/silver/lsp/Makefile from 
/home/axiom/silver/lsp/Makefile.pamphlet
19 making /home/axiom/silver/lsp
make[2]: Entering directory `/home/axiom/silver/lsp'
2 building gcl-2.6.8pre
3 applying EXTRAS patch to h/linux.defs
patching file linux.defs
4 setup ini files for EXTRAS patch
6 applying libspad.a patch to unixport/makefile
patching file makefile
7 applying toploop patch to unixport/init_gcl.lsp
patching file init_gcl.lsp.in
26 copy gcl_collectfn.lsp to /home/axiom/silver/obj/linux/lsp/collectfn.lsp
27 copy sys-proclaim.lisp to /home/axiom/silver/obj/linux/lsp/sys-proclaim.lisp
creating cache ./config.cache
checking host system type... x86_64-unknown-linux-gnu
host=x86_64-unknown-linux-gnu
enable_machine=
use=amd64-linux
checking for gcc... gcc
checking whether the C compiler (gcc -march=athlon64 -O2  ) works... yes
checking whether the C compiler (gcc -march=athlon64 -O2  ) 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... gawk
checking system version (for dynamic loading)... checking for makeinfo... 
makeinfo
Linux-2.6.22-gentoo-r4
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... no
checking for GNU ld option -Map... yes
checking for size of gmp limbs... 8
checking _SHORT_LIMB... no
checking _LONG_LONG_LIMB... no
checking for X... libraries /usr/lib64, headers 
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

-L/usr/lib64

-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
#
#
# -------------------------
# Subconfigure of LIBINTL
#
#
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking whether the C compiler (gcc -march=athlon64 -O2 ) works... yes
checking whether the C compiler (gcc -march=athlon64 -O2 ) is a 
cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for POSIXized ISC... no
checking for ANSI C header files... yes
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for argz.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for values.h... yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for stpcpy... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for gettext in libc... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
#
#
#
# Subconfigure of LIBINTL done
# ------------------------------
#
#
#
# -------------------------
# Subconfigure of LIBIBERTY
#
#
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo
checking for perl... perl
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ar... ar
checking for ranlib... ranlib
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking for sys/stat.h... yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for sys/systemcfg.h... no
checking for stdint.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... yes
checking for strings.h... (cached) yes
checking for inttypes.h... yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for int... yes
checking size of int... 4
checking for uintptr_t... yes
checking for a 64-bit type... uint64_t
checking for pid_t... yes
checking for library containing strerror... none required
checking for asprintf... yes
checking for atexit... yes
checking for basename... yes
checking for bcmp... yes
checking for bcopy... yes
checking for bsearch... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for ffs... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for index... yes
checking for insque... yes
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for mempcpy... yes
checking for memset... yes
checking for mkstemps... no
checking for putenv... yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for snprintf... yes
checking for sigsetmask... yes
checking for stpcpy... yes
checking for stpncpy... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for 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 vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for unistd.h... (cached) yes
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
checking for getrusage... yes
checking for on_exit... yes
checking for psignal... yes
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... yes
checking for realpath... yes
checking for canonicalize_file_name... yes
checking for pstat_getstatic... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for getsysinfo... no
checking for table... no
checking for sysctl... yes
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
#
#
#
# Subconfigure of LIBIBERTY done
# ------------------------------
#
#
#
# -------------------
# Subconfigure of BFD
#
#
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for library containing strerror... none required
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for ar... ar
checking for ranlib... ranlib
checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... file_magic ELF [0-9][0-9]*-bit 
[LM]SB (shared object|dynamic lib )
checking for file... /usr/bin/file
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
finding the maximum length of command line arguments... 49153
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking whether the linker (/usr/x86_64-pc-linux-gnu/bin/ld) supports shared 
libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
updating cache /dev/null
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to install libbfd... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for stpcpy... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  fr tr ja es sv da zh_CN ro
checking for a BSD-compatible install... /usr/bin/install -c
checking for long long... yes
checking size of long long... 8
checking size of long... 8
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking 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 for strtoull... 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 sys/procfs.h usability... yes
checking sys/procfs.h presence... yes
checking for sys/procfs.h... yes
checking for prstatus_t in sys/procfs.h... yes
checking for prstatus32_t in sys/procfs.h... no
checking for prstatus_t.pr_who in sys/procfs.h... no
checking for prstatus32_t.pr_who in sys/procfs.h... no
checking for pstatus_t in sys/procfs.h... no
checking for pxstatus_t in sys/procfs.h... no
checking for pstatus32_t in sys/procfs.h... no
checking for prpsinfo_t in sys/procfs.h... yes
checking for prpsinfo32_t in sys/procfs.h... no
checking for psinfo_t in sys/procfs.h... no
checking for psinfo32_t in sys/procfs.h... no
checking for lwpstatus_t in sys/procfs.h... no
checking for lwpxstatus_t in sys/procfs.h... no
checking for lwpstatus_t.pr_context in sys/procfs.h... no
checking for lwpstatus_t.pr_reg in sys/procfs.h... no
checking for win32_pstatus_t in sys/procfs.h... no
checking for gcc version with buggy 64-bit support... no
checking for ftello... yes
checking for ftello64... yes
checking for fseeko... yes
checking for fseeko64... yes
checking size of off_t... 8
checking file_ptr type... BFD_HOST_64_BIT
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for madvise... yes
checking for mprotect... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating bfd-in3.h
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default commands
#
#
#
# Subconfigure of BFD done
# ------------------------
#
checking size of long... 8
checking sizeof struct contblock... 16
checking for endian.h... yes
checking endianness... little
checking for sbrk... yes
checking for randomized sbrk... no
checking finding DBEGIN... got 0x0
checking finding CSTACK_ADDRESS... got 140735328467256
checking sizeof long long int... no
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... yes
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... yes
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... yes
checking for main in -lreadline... yes
checking for rl_completion_matches in -lreadline... yes
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... no
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... no
checking for asm/sigcontext.h... yes
checking for asm/signal.h... yes
checking for sigcontext...... sigcontext in signal.h
checking for emacs... /usr/bin/emacs
checking emacs site lisp directory... /usr/share/emacs/22.1/site-lisp
checking emacs default.el... /usr/share/emacs/22.1/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
using TK_VERSION=8.4 in /usr/lib64
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=amd64-linux

# for main link of raw_gcl
LIBS=    -lm  -lgmp -lreadline -lncurses

#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=/usr/share/emacs/22.1/site-lisp

# the default.el file
EMACS_DEFAULT_EL=/usr/share/emacs/22.1/site-lisp/default.el

# numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh
# if these are found.
TK_CONFIG_PREFIX=/usr/lib64
TK_LIBRARY=/usr/lib64/tk8.4
TCL_LIBRARY=/usr/lib64/tcl8.4
TK_XINCLUDES=
TK_INCLUDE=-I/usr/lib64/../include
TCL_INCLUDE=-I/usr/lib64/../include
TK_LIB_SPEC=-L/usr/lib64 -ltk8.4
TK_BUILD_LIB_SPEC=-L/usr/lib64 -ltk8.4
TK_XLIBSW=-L/usr/lib64 -lX11
TK_XINCLUDES=
TCL_LIB_SPEC=-L/usr/lib64 -ltcl8.4${TCL_DBGX}
TCL_DL_LIBS=-ldl
TCL_LIBS=-ldl -lpthread  -lm

NOTIFY=yes
CC=gcc
CFLAGS=-march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I$(GCLDIR)/o
FINAL_CFLAGS=-march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe 
NIFLAGS=-march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe   
-I$(GCLDIR)/o
O3FLAGS=-O3 -fomit-frame-pointer
O2FLAGS=-O

RL_OBJS=gcl_readline.o

RL_LIB=

MAKEINFO=makeinfo

FLISP=saved_gcl
SYSTEM=gcl
BUILD_BFD=h/bfd.h h/bfdlink.h h/ansidecl.h h/symcat.h
GMPDIR=gmp3
X_LIBS= -L/usr/lib64 -lXmu -lXt -lXext -lXaw -lX11
X_CFLAGS=

PROCESSOR_FLAGS=

EXTRA_LOBJS=
LEADING_UNDERSCORE=
GNU_LD=1
add-defs1 amd64-linux
using amd64-linux.defs
make[3]: Entering directory `/home/axiom/silver/lsp/gcl-2.6.8pre'
cd binutils/intl && make
make[4]: Entering directory `/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/intl'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/intl'
cd binutils/bfd && make
make[4]: Entering directory `/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/bfd'
make  all-recursive
make[5]: Entering directory `/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/bfd'
Making all in doc
make[6]: Entering directory 
`/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/bfd/doc'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory 
`/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/bfd/doc'
Making all in po
make[6]: Entering directory 
`/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/bfd/po'
( if test 'x.' != 'x.'; then \
            posrcprefix='../'; \
          else \
            posrcprefix="../"; \
          fi; \
          rm -f SRC-POTFILES-t SRC-POTFILES \
            && (sed -e '/^#/d' \
                    -e '/^[     ]*$/d' \
                    -e "address@hidden@ $posrcprefix& \\\\@" < 
./SRC-POTFILES.in \
                | sed -e '$s/\\$//') > SRC-POTFILES-t \
            && chmod a-w SRC-POTFILES-t \
            && mv SRC-POTFILES-t SRC-POTFILES )
( rm -f BLD-POTFILES-t BLD-POTFILES \
            && (sed -e '/^#/d' \
                    -e '/^[     ]*$/d' \
                    -e "address@hidden@ ../& \\\\@" < ./BLD-POTFILES.in \
                | sed -e '$s/\\$//') > BLD-POTFILES-t \
            && chmod a-w BLD-POTFILES-t \
            && mv BLD-POTFILES-t BLD-POTFILES )
cd .. \
          && CONFIG_FILES=po/Makefile.in:po/Make-in \
             CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing default commands
make[6]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/bfd/po'
make[6]: Entering directory 
`/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/bfd/po'
file=./`echo fr | sed 's,.*/,,'`.gmo \
          && rm -f $file && PATH=../src:$PATH /usr/bin/gmsgfmt -o $file fr.po
file=./`echo tr | sed 's,.*/,,'`.gmo \
          && rm -f $file && PATH=../src:$PATH /usr/bin/gmsgfmt -o $file tr.po
file=./`echo ja | sed 's,.*/,,'`.gmo \
          && rm -f $file && PATH=../src:$PATH /usr/bin/gmsgfmt -o $file ja.po
file=./`echo es | sed 's,.*/,,'`.gmo \
          && rm -f $file && PATH=../src:$PATH /usr/bin/gmsgfmt -o $file es.po
file=./`echo sv | sed 's,.*/,,'`.gmo \
          && rm -f $file && PATH=../src:$PATH /usr/bin/gmsgfmt -o $file sv.po
file=./`echo da | sed 's,.*/,,'`.gmo \
          && rm -f $file && PATH=../src:$PATH /usr/bin/gmsgfmt -o $file da.po
file=./`echo zh_CN | sed 's,.*/,,'`.gmo \
          && rm -f $file && PATH=../src:$PATH /usr/bin/gmsgfmt -o $file zh_CN.po
file=./`echo ro | sed 's,.*/,,'`.gmo \
          && rm -f $file && PATH=../src:$PATH /usr/bin/gmsgfmt -o $file ro.po
make[6]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/bfd/po'
make[6]: Entering directory `/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/bfd'
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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o archive.lo archive.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c 
-DDEFAULT_VECTOR=bfd_elf64_x86_64_vec 
-DSELECT_VECS='&bfd_elf64_x86_64_vec,&bfd_elf32_i386_vec,&i386linux_vec,&bfd_efi_app_ia32_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec'
 -DSELECT_ARCHITECTURES='&bfd_i386_arch' -DHAVE_bfd_elf64_x86_64_vec 
-DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_bfd_efi_app_ia32_vec 
-DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec 
-DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec 
./archures.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c -DDEFAULT_VECTOR=bfd_elf64_x86_64_vec 
"-DSELECT_VECS=&bfd_elf64_x86_64_vec,&bfd_elf32_i386_vec,&i386linux_vec,&bfd_efi_app_ia32_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec"
 "-DSELECT_ARCHITECTURES=&bfd_i386_arch" -DHAVE_bfd_elf64_x86_64_vec 
-DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_bfd_efi_app_ia32_vec 
-DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec 
-DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec 
./archures.c -o archures.o
creating bfdver.h
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o bfd.lo bfd.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c bfd.c -o bfd.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o bfdio.lo bfdio.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c bfdio.c -o bfdio.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o bfdwin.lo bfdwin.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c bfdwin.c -o bfdwin.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o cache.lo cache.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o coffgen.lo coffgen.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o corefile.lo corefile.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o format.lo format.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o init.lo init.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o libbfd.lo libbfd.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o opncls.lo opncls.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o reloc.lo reloc.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o section.lo section.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o syms.lo syms.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c 
-DDEFAULT_VECTOR=bfd_elf64_x86_64_vec 
-DSELECT_VECS='&bfd_elf64_x86_64_vec,&bfd_elf32_i386_vec,&i386linux_vec,&bfd_efi_app_ia32_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec'
 -DSELECT_ARCHITECTURES='&bfd_i386_arch' -DHAVE_bfd_elf64_x86_64_vec 
-DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_bfd_efi_app_ia32_vec 
-DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec 
-DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ./targets.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c -DDEFAULT_VECTOR=bfd_elf64_x86_64_vec 
"-DSELECT_VECS=&bfd_elf64_x86_64_vec,&bfd_elf32_i386_vec,&i386linux_vec,&bfd_efi_app_ia32_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec"
 "-DSELECT_ARCHITECTURES=&bfd_i386_arch" -DHAVE_bfd_elf64_x86_64_vec 
-DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_bfd_efi_app_ia32_vec 
-DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic_vec 
-DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o hash.lo hash.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o linker.lo linker.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o srec.lo srec.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c srec.c -o srec.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o binary.lo binary.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o tekhex.lo tekhex.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c tekhex.c -o tekhex.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o ihex.lo ihex.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c ihex.c -o ihex.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o stabs.lo stabs.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o stab-syms.lo stab-syms.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -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   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o merge.lo merge.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c merge.c -o merge.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o dwarf2.lo dwarf2.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c dwarf2.c -o dwarf2.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o simple.lo simple.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c simple.c -o simple.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o archive64.lo archive64.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c archive64.c -o archive64.o
rm -f elf64-target.h
sed -e s/NN/64/g < ./elfxx-target.h > elf64-target.new
mv -f elf64-target.new elf64-target.h
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o elf64-x86-64.lo elf64-x86-64.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c elf64-x86-64.c -o elf64-x86-64.o
elf64-x86-64.c: In function 'elf64_x86_64_check_relocs':
elf64-x86-64.c:928: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
elf64-x86-64.c: In function 'elf64_x86_64_size_dynamic_sections':
elf64-x86-64.c:1549: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o elf64.lo elf64.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c elf64.c -o elf64.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o elf.lo elf.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c elf.c -o elf.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o elflink.lo elflink.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c elflink.c -o elflink.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o elf-strtab.lo elf-strtab.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c elf-strtab.c -o elf-strtab.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o elf-eh-frame.lo elf-eh-frame.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c elf-eh-frame.c -o elf-eh-frame.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o dwarf1.lo dwarf1.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c dwarf1.c -o dwarf1.o
rm -f elf32-target.h
sed -e s/NN/32/g < ./elfxx-target.h > elf32-target.new
mv -f elf32-target.new elf32-target.h
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o elf32-i386.lo elf32-i386.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c elf32-i386.c -o elf32-i386.o
elf32-i386.c: In function 'elf_i386_check_relocs':
elf32-i386.c:1133: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
elf32-i386.c: In function 'elf_i386_size_dynamic_sections':
elf32-i386.c:1752: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o elf32.lo elf32.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c elf32.c -o elf32.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o i386linux.lo i386linux.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c i386linux.c -o i386linux.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o aout32.lo aout32.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c aout32.c -o aout32.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o efi-app-ia32.lo efi-app-ia32.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c efi-app-ia32.c -o efi-app-ia32.o
rm -f peigen.c
sed -e s/XX/pe/g < ./peXXigen.c > peigen.new
mv -f peigen.new peigen.c
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o peigen.lo peigen.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c peigen.c -o peigen.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o cofflink.lo cofflink.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c cofflink.c -o cofflink.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o elf64-gen.lo elf64-gen.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c elf64-gen.c -o elf64-gen.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o elf32-gen.lo elf32-gen.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c elf32-gen.c -o elf32-gen.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE  
   -I. -I. -I./../include  -I./../intl -I../intl   -W -Wall -Wstrict-prototypes 
-Wmissing-prototypes -march=athlon64 -O2 -c -o cpu-i386.lo cpu-i386.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include 
-I./../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes 
-march=athlon64 -O2 -c cpu-i386.c -o cpu-i386.o
rm -f tofiles
f=""; \
        for i in elf64-x86-64.lo elf64.lo elf.lo elflink.lo elf-strtab.lo 
elf-eh-frame.lo dwarf1.lo elf32-i386.lo elf32.lo i386linux.lo aout32.lo 
efi-app-ia32.lo peigen.lo cofflink.lo elf64-gen.lo elf32-gen.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 -march=athlon64 -O2   -o libbfd.la -rpath /usr/local/lib 
-release 2.16.1  archive.lo archures.lo bfd.lo bfdio.lo bfdwin.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 simple.lo archive64.lo `cat 
ofiles`  
mkdir .libs
ar cru .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.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 simple.o archive64.o elf64-x86-64.o elf64.o elf.o elflink.o 
elf-strtab.o elf-eh-frame.o dwarf1.o elf32-i386.o elf32.o i386linux.o aout32.o 
efi-app-ia32.o peigen.o cofflink.o elf64-gen.o elf32-gen.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
make[6]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/bfd'
make[5]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/bfd'
make[4]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/bfd'
cd binutils/libiberty && make
make[4]: Entering directory 
`/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
          mkdir pic; \
        else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./regex.c -o pic/regex.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./regex.c -o regex.o
In file included from ./../include/xregex.h:26,
                 from ./regex.c:199:
./../include/xregex2.h:548: warning: ISO C90 does not support 'static' or type 
qualifiers in parameter array declarators
In file included from ./regex.c:653:
./regex.c: In function 'byte_compile_range':
./regex.c:4552: warning: signed and unsigned type in conditional expression
./regex.c:4562: warning: signed and unsigned type in conditional expression
./regex.c:4562: warning: signed and unsigned type in conditional expression
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./cplus-dem.c -o pic/cplus-dem.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./cplus-dem.c -o cplus-dem.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./cp-demangle.c -o pic/cp-demangle.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./cp-demangle.c -o cp-demangle.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./md5.c -o pic/md5.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./md5.c -o md5.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./alloca.c -o pic/alloca.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./alloca.c -o alloca.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./argv.c -o pic/argv.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./argv.c -o argv.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./choose-temp.c -o pic/choose-temp.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./choose-temp.c -o choose-temp.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./concat.c -o pic/concat.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./concat.c -o concat.o
./concat.c: In function 'concat_length':
./concat.c:112: warning: traditional C rejects ISO C style function definitions
./concat.c: In function 'concat_copy':
./concat.c:127: warning: traditional C rejects ISO C style function definitions
./concat.c: In function 'concat_copy2':
./concat.c:146: warning: traditional C rejects ISO C style function definitions
./concat.c: In function 'concat':
./concat.c:157: warning: traditional C rejects ISO C style function definitions
./concat.c: In function 'reconcat':
./concat.c:194: warning: traditional C rejects ISO C style function definitions
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./cp-demint.c -o pic/cp-demint.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./cp-demint.c -o cp-demint.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./dyn-string.c -o pic/dyn-string.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./fdmatch.c -o pic/fdmatch.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./fibheap.c -o pic/fibheap.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./fibheap.c -o fibheap.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./floatformat.c -o pic/floatformat.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./floatformat.c -o floatformat.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./fnmatch.c -o pic/fnmatch.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./getopt.c -o pic/getopt.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./getopt.c -o getopt.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./getopt1.c -o pic/getopt1.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./getopt1.c -o getopt1.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./getpwd.c -o pic/getpwd.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./getpwd.c -o getpwd.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./getruntime.c -o pic/getruntime.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./getruntime.c -o getruntime.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./hashtab.c -o pic/hashtab.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./hashtab.c -o hashtab.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./hex.c -o pic/hex.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./hex.c -o hex.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./lbasename.c -o pic/lbasename.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./lbasename.c -o lbasename.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./lrealpath.c -o pic/lrealpath.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./lrealpath.c -o lrealpath.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./make-relative-prefix.c -o 
pic/make-relative-prefix.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -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 -march=athlon64 -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 -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./objalloc.c -o pic/objalloc.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./objalloc.c -o objalloc.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./obstack.c -o pic/obstack.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./obstack.c -o obstack.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./partition.c -o pic/partition.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./partition.c -o partition.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./physmem.c -o pic/physmem.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./physmem.c -o physmem.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./pex-unix.c -o pic/pex-unix.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./pex-unix.c -o pex-unix.o
./pex-unix.c: In function 'pexecute':
./pex-unix.c:94: warning: variable 'out' might be clobbered by 'longjmp' or 
'vfork'
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./safe-ctype.c -o pic/safe-ctype.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./sort.c -o pic/sort.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./sort.c -o sort.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./spaces.c -o pic/spaces.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./spaces.c -o spaces.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./splay-tree.c -o pic/splay-tree.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./strerror.c -o pic/strerror.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./strerror.c -o strerror.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./strsignal.c -o pic/strsignal.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./strsignal.c -o strsignal.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./ternary.c -o pic/ternary.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./ternary.c -o ternary.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./unlink-if-ordinary.c -o 
pic/unlink-if-ordinary.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./xatexit.c -o pic/xatexit.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./xatexit.c -o xatexit.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./xexit.c -o pic/xexit.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./xexit.c -o xexit.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./xmalloc.c -o pic/xmalloc.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./xmalloc.c -o xmalloc.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./xmemdup.c -o pic/xmemdup.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./xstrdup.c -o pic/xstrdup.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./xstrerror.c -o pic/xstrerror.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
          gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W 
-Wall -Wtraditional -pedantic  ./mkstemps.c -o pic/mkstemps.o; \
        else true; fi
gcc -c -DHAVE_CONFIG_H -march=athlon64 -O2 -I. -I./../include  -W -Wall 
-Wtraditional -pedantic ./mkstemps.c -o mkstemps.o
rm -f ./libiberty.a pic/./libiberty.a
ar rc ./libiberty.a \
          ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o 
./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o 
./floatformat.o ./fnmatch.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o 
./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o 
./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./physmem.o 
./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o 
./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o 
./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o  ./mkstemps.o
ranlib ./libiberty.a
if [ x"" != x ]; then \
          cd pic; \
          ar rc ./libiberty.a \
            ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o 
./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o 
./floatformat.o ./fnmatch.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o 
./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o 
./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./physmem.o 
./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o 
./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o 
./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o  ./mkstemps.o; \
          ranlib ./libiberty.a; \
          cd ..; \
        else true; fi
rm -f needed-list; touch needed-list; \
        for f in atexit calloc memchr memcmp memcpy memmove memset rename 
strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf 
vfork waitpid bcmp bcopy bzero; do \
          for g in ./mkstemps.o ; do \
            case "$g" in \
              *$f*) echo $g >> needed-list ;; \
            esac; \
          done; \
        done
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o 
./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o 
./floatformat.o ./fnmatch.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o 
./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o 
./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./physmem.o 
./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o 
./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o 
./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o > required-list
make[5]: Entering directory 
`/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/libiberty/testsuite'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/libiberty/testsuite'
make[4]: Leaving directory 
`/home/axiom/silver/lsp/gcl-2.6.8pre/binutils/libiberty'
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)
make[4]: Entering directory `/home/axiom/silver/lsp/gcl-2.6.8pre/o'
gcc  -o grab_defs  grab_defs.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk plttest.c  
plttest.c: In function 'main':
plttest.c:23: warning: statement with no effect
plttest.c:24: warning: statement with no effect
plttest.c:25: warning: statement with no effect
plttest.c:29: warning: statement with no effect
plttest.c:33: warning: statement with no effect
plttest.c:37: warning: statement with no effect
nm plttest.o | awk '/ U / {a=$2;if (k) sub("^_","",a);\
                            print a}' \
                        k= |\
                        sort | \
                        grep -v '[^ \t_]_' |\
                        awk '{A[++k]=$0} END {for (i=1;i<=k;i++) \
                                printf("MY_PLT(%s)%s\n",A[i],i==k ? "" : 
",");}' >plt.h
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk -E catch.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > catch.ini
gcc -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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 -DNO_DEFUN -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk -E sfasl.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > sfasl.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
../bin/dpp gcl_readline
dpp: gcl_readline.d -> gcl_readline.c
./grab_defs < gcl_readline.c > gcl_readline.ini
rm gcl_readline.c
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 /home/axiom/silver/obj/linux/lib/cfuns-c.ini 
/home/axiom/silver/obj/linux/lib/sockio-c.ini gcl_readline.ini >> foo.c
gcc -E -I../h foo.c | sed -n -e '/#/d' -e '/DO_/d' -e '/[a-zA-Z;]/p' > 
../h/new_decl.h
rm foo.c
make[4]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre/o'
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)
make[4]: Entering directory `/home/axiom/silver/lsp/gcl-2.6.8pre/bin'
gcc  -I../h  -o append  append.c
gcc -I../h  -o file-sub file-sub.c
make[4]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre/bin'
make mpfiles
make[4]: Entering directory `/home/axiom/silver/lsp/gcl-2.6.8pre'
make[4]: Nothing to be done for `mpfiles'.
make[4]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre'
rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
(cd o; make all)
make[4]: Entering directory `/home/axiom/silver/lsp/gcl-2.6.8pre/o'
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk main.c  
main.c: In function 'initlisp':
main.c:457: warning: the address of 'j' will never be NULL
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk alloc.c  
alloc.c: In function 'set_maxpage':
alloc.c:857: warning: cast from pointer to integer of different size
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk gbc.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk bitop.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk typespec.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk eval.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk macros.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk lex.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk bds.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk frame.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk predicate.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk reference.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk assignment.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk bind.c  
bind.c: In function 'set_key_struct':
bind.c:1075: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk let.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk conditional.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk block.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk iteration.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk mapfun.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk prog.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk multival.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk catch.c  
../bin/dpp symbol
dpp: symbol.d -> symbol.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk symbol.c 
rm symbol.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk cfun.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk cmpaux.c  
../bin/dpp package
dpp: package.d -> package.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk package.c 
rm package.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk big.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk number.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk num_pred.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk num_comp.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk num_arith.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk num_sfun.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk num_co.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk num_log.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk num_rand.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk earith.c  
../bin/dpp character
dpp: character.d -> character.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk character.c 
rm character.c
../bin/dpp sequence
dpp: sequence.d -> sequence.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk sequence.c 
rm sequence.c
../bin/dpp list
dpp: list.d -> list.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk list.c 
rm list.c
../bin/dpp hash
dpp: hash.d -> hash.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk hash.c 
hash.d: In function 'hash_eql':
hash.d:72: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
hash.d:75: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
rm hash.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk array.c  
../bin/dpp string
dpp: string.d -> string.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk string.c 
rm string.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk regexpr.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk structure.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk toplevel.c  
../bin/dpp file
dpp: file.d -> file.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk file.c 
file.d: In function 'rmc':
file.d:2329: warning: cast from pointer to integer of different size
file.d: In function 'Lsocket':
file.d:2465: warning: cast to pointer from integer of different size
rm file.c
../bin/dpp read
dpp: read.d -> read.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk read.c 
rm read.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk backq.c  
../bin/dpp print
dpp: print.d -> print.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk print.c 
rm print.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk format.c  
../bin/dpp pathname
dpp: pathname.d -> pathname.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk pathname.c 
rm pathname.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk unixfsys.c  
unixfsys.c: In function 'truename':
unixfsys.c:277: warning: 'getwd' is deprecated (declared at unixfsys.c:151)
unixfsys.c:360: warning: 'getwd' is deprecated (declared at unixfsys.c:151)
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk unixfasl.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk error.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk unixtime.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk unixsys.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk unixsave.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk funlink.c  
In file included from funlink.c:978:
xdrfuns.c: In function 'siGxdr_write':
xdrfuns.c:82: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
xdrfuns.c: In function 'siGxdr_read':
xdrfuns.c:144: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk plt.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk fat_string.c  
fat_string.c: In function 'fSprofile':
fat_string.c:53: warning: null argument where non-null required (argument 1)
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk run_process.c  
run_process.c: In function 'siLmake_socket_stream':
run_process.c:455: warning: value computed is not used
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk nfunlink.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk usig.c  
usig.c: In function 'unblock_signals':
usig.c:93: warning: 'sigblock' is deprecated (declared at 
/usr/include/gentoo-multilib/amd64/signal.h:181)
usig.c:93: warning: 'sigsetmask' is deprecated (declared at 
/usr/include/gentoo-multilib/amd64/signal.h:184)
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk usig2.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk utils.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk makefun.c  
gcc -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk   -c  sockets.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk gmp_wrappers.c  
gcc -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk   -c  clxsocket.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk init_pari.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk nsocket.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk sfasl.c  
../bin/dpp gcl_readline
dpp: gcl_readline.d -> gcl_readline.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk gcl_readline.c 
rm gcl_readline.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk bcmp.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk bcopy.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk bzero.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o -I../h 
-I../gcl-tk user_init.c  
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/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 /home/axiom/silver/obj/linux/lib/cfuns-c.ini 
/home/axiom/silver/obj/linux/lib/sockio-c.ini gcl_readline.ini >> new_init.c
echo '}' >> new_init.c
gcc -c -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe   
-I/home/axiom/silver/lsp/gcl-2.6.8pre/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[4]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre/o'
make h/cmpinclude.h
make[4]: Entering directory `/home/axiom/silver/lsp/gcl-2.6.8pre'
make[4]: `h/cmpinclude.h' is up to date.
make[4]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre'
rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
(cd o; make all)
make[4]: Entering directory `/home/axiom/silver/lsp/gcl-2.6.8pre/o'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre/o'
cd unixport && make saved_pre_gcl
ls: cannot access ../lsp/*.o: No such file or directory
ls: cannot access ../cmpnew/*.o: No such file or directory
ls: cannot access ../mod/*.o: No such file or directory
ls: cannot access ../pcl/*.o: No such file or directory
ls: cannot access ../clcs/*.o: No such file or directory
ls: cannot access ../clcs/clcs_*.lisp: No such file or directory
make[4]: Entering directory `/home/axiom/silver/lsp/gcl-2.6.8pre/unixport'
gcc -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o   -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/binary.o ../binutils/bfd/section.o ../binutils/bfd/coffgen.o 
../binutils/bfd/dwarf1.o ../binutils/bfd/dwarf2.o ../binutils/bfd/reloc.o 
../binutils/bfd/bfd.o ../binutils/bfd/archive64.o ../binutils/bfd/elf.o 
../binutils/bfd/targets.o ../binutils/bfd/elf32-i386.o ../binutils/bfd/tekhex.o 
../binutils/bfd/simple.o ../binutils/bfd/elf32.o ../binutils/bfd/elf64.o 
../binutils/bfd/stab-syms.o ../binutils/bfd/elf32-gen.o 
../binutils/bfd/format.o ../binutils/bfd/merge.o ../binutils/bfd/elf64-gen.o 
../binutils/bfd/aout32.o ../binutils/bfd/archive.o ../binutils/bfd/stabs.o 
../binutils/bfd/i386linux.o ../binutils/bfd/bfdwin.o ../binutils/bfd/elflink.o 
../binutils/bfd/elf-strtab.o ../binutils/bfd/hash.o 
../binutils/bfd/efi-app-ia32.o ../binutils/bfd/ihex.o ../binutils/bfd/init.o 
../binutils/bfd/archures.o ../binutils/bfd/srec.o ../binutils/bfd/syms.o 
../binutils/bfd/cofflink.o ../binutils/bfd/corefile.o ../binutils/bfd/bfdio.o 
../binutils/bfd/opncls.o ../binutils/bfd/libbfd.o ../binutils/bfd/peigen.o 
../binutils/bfd/elf64-x86-64.o ../binutils/bfd/cache.o 
../binutils/bfd/elf-eh-frame.o ../binutils/bfd/linker.o 
../binutils/bfd/cpu-i386.o ../binutils/libiberty/splay-tree.o 
../binutils/libiberty/lbasename.o ../binutils/libiberty/regex.o 
../binutils/libiberty/spaces.o ../binutils/libiberty/fnmatch.o 
../binutils/libiberty/hex.o ../binutils/libiberty/getruntime.o 
../binutils/libiberty/md5.o ../binutils/libiberty/fdmatch.o 
../binutils/libiberty/obstack.o ../binutils/libiberty/floatformat.o 
../binutils/libiberty/xmalloc.o ../binutils/libiberty/physmem.o 
../binutils/libiberty/unlink-if-ordinary.o ../binutils/libiberty/xstrerror.o 
../binutils/libiberty/argv.o ../binutils/libiberty/concat.o 
../binutils/libiberty/hashtab.o ../binutils/libiberty/cp-demangle.o 
../binutils/libiberty/getopt.o ../binutils/libiberty/getpwd.o 
../binutils/libiberty/make-temp-file.o ../binutils/libiberty/getopt1.o 
../binutils/libiberty/lrealpath.o ../binutils/libiberty/cplus-dem.o 
../binutils/libiberty/partition.o ../binutils/libiberty/fibheap.o 
../binutils/libiberty/sort.o ../binutils/libiberty/ternary.o 
../binutils/libiberty/mkstemps.o ../binutils/libiberty/choose-temp.o 
../binutils/libiberty/xstrdup.o ../binutils/libiberty/xatexit.o 
../binutils/libiberty/dyn-string.o ../binutils/libiberty/alloca.o 
../binutils/libiberty/xmemdup.o ../binutils/libiberty/strsignal.o 
../binutils/libiberty/make-relative-prefix.o ../binutils/libiberty/safe-ctype.o 
../binutils/libiberty/strerror.o ../binutils/libiberty/objalloc.o 
../binutils/libiberty/cp-demint.o ../binutils/libiberty/pex-unix.o 
../binutils/libiberty/xexit.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
ar rs 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/gcl_readline.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_i386linux.o bfd/binutils_libiberty_dyn-string.o 
bfd/binutils_libiberty_strerror.o bfd/binutils_libiberty_choose-temp.o 
bfd/binutils_bfd_bfdio.o bfd/binutils_bfd_opncls.o 
bfd/binutils_libiberty_objalloc.o bfd/binutils_libiberty_fibheap.o 
bfd/binutils_libiberty_safe-ctype.o bfd/binutils_bfd_libbfd.o 
bfd/binutils_libiberty_pex-unix.o bfd/binutils_bfd_peigen.o 
bfd/binutils_bfd_bfd.o bfd/binutils_bfd_elf.o 
bfd/binutils_libiberty_make-relative-prefix.o bfd/binutils_bfd_elf64-x86-64.o 
bfd/binutils_bfd_cpu-i386.o bfd/binutils_bfd_section.o bfd/binutils_bfd_cache.o 
bfd/binutils_libiberty_ternary.o bfd/binutils_bfd_coffgen.o 
bfd/binutils_libiberty_strsignal.o bfd/binutils_libiberty_splay-tree.o 
bfd/binutils_libiberty_argv.o bfd/binutils_libiberty_xstrdup.o 
bfd/binutils_libiberty_xatexit.o bfd/binutils_bfd_elf-eh-frame.o 
bfd/binutils_libiberty_cp-demint.o bfd/binutils_bfd_hash.o 
bfd/binutils_bfd_linker.o bfd/binutils_libiberty_unlink-if-ordinary.o 
bfd/binutils_bfd_ihex.o bfd/binutils_bfd_binary.o bfd/binutils_bfd_init.o 
bfd/binutils_libiberty_xmemdup.o bfd/binutils_bfd_targets.o 
bfd/binutils_libiberty_lbasename.o bfd/binutils_libiberty_concat.o 
bfd/binutils_libiberty_getruntime.o bfd/binutils_libiberty_getopt.o 
bfd/binutils_libiberty_getpwd.o bfd/binutils_bfd_dwarf1.o 
bfd/binutils_bfd_dwarf2.o bfd/binutils_bfd_elf32-i386.o 
bfd/binutils_bfd_reloc.o bfd/binutils_bfd_srec.o bfd/binutils_bfd_syms.o 
bfd/binutils_libiberty_make-temp-file.o bfd/binutils_libiberty_sort.o 
bfd/binutils_libiberty_floatformat.o bfd/binutils_bfd_archive.o 
bfd/binutils_bfd_tekhex.o bfd/binutils_bfd_simple.o bfd/binutils_bfd_elf32.o 
bfd/binutils_bfd_elf64.o bfd/binutils_bfd_elflink.o 
bfd/binutils_libiberty_fnmatch.o bfd/binutils_bfd_format.o 
bfd/binutils_libiberty_fdmatch.o bfd/binutils_bfd_elf-strtab.o 
bfd/binutils_libiberty_obstack.o bfd/binutils_bfd_aout32.o 
bfd/binutils_bfd_merge.o bfd/binutils_libiberty_alloca.o 
bfd/binutils_bfd_archive64.o bfd/binutils_libiberty_xstrerror.o 
bfd/binutils_libiberty_xmalloc.o bfd/binutils_bfd_stabs.o 
bfd/binutils_bfd_bfdwin.o bfd/binutils_libiberty_cp-demangle.o 
bfd/binutils_bfd_archures.o bfd/binutils_libiberty_physmem.o 
bfd/binutils_libiberty_xexit.o bfd/binutils_bfd_efi-app-ia32.o 
bfd/binutils_bfd_cofflink.o bfd/binutils_libiberty_mkstemps.o 
bfd/binutils_bfd_stab-syms.o bfd/binutils_libiberty_lrealpath.o 
bfd/binutils_bfd_elf32-gen.o bfd/binutils_bfd_corefile.o 
bfd/binutils_libiberty_cplus-dem.o bfd/binutils_libiberty_regex.o 
bfd/binutils_libiberty_partition.o bfd/binutils_bfd_elf64-gen.o 
bfd/binutils_libiberty_hex.o bfd/binutils_libiberty_hashtab.o 
bfd/binutils_libiberty_md5.o bfd/binutils_libiberty_spaces.o 
bfd/binutils_libiberty_getopt1.o
ar: creating libpre_gcl.a
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 -o raw_pre_gcl /home/axiom/silver/obj/linux/lib/cfuns-c.o 
/home/axiom/silver/obj/linux/lib/sockio-c.o \
                -L.  -Wl,-Map raw_pre_gcl_map   -lpre_gcl -lm  -lgmp -lreadline 
-lncurses -lc -lgclp /home/axiom/silver/obj/linux/lib/libspad.a  
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 -c -march=athlon64 -O2 -Wall 
-DVOL=volatile -fsigned-char -pipe \"#1" \
                -e "address@hidden@#\"gcc -o \"#1" \
                -e "address@hidden@#\"   -lpre_gcl -lm  -lgmp -lreadline 
-lncurses -lc -lgclp /home/axiom/silver/obj/linux/lib/libspad.a  \"#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
/home/axiom/silver/lsp/gcl-2.6.8pre/unixport/raw_pre_gcl 
/home/axiom/silver/lsp/gcl-2.6.8pre/unixport/ -libdir 
/home/axiom/silver/lsp/gcl-2.6.8pre/ < foo
GCL (GNU Common Lisp)  April 1994  262144 pages
Building symbol table for 
/home/axiom/silver/lsp/gcl-2.6.8pre/unixport/raw_pre_gcl ..
I'm not an object
Lisp initialization failed.
rm raw_pre_gcl init_pre_gcl.lsp
make[4]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre/unixport'
(cd lsp; touch *.lsp ; make all)
make[4]: Entering directory `/home/axiom/silver/lsp/gcl-2.6.8pre/lsp'
make[4]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre/lsp'
(cd cmpnew; touch *.lsp ; make all)
make[4]: Entering directory `/home/axiom/silver/lsp/gcl-2.6.8pre/cmpnew'
make[4]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre/cmpnew'
cd unixport && make saved_gcl
ls: cannot access ../lsp/*.o: No such file or directory
ls: cannot access ../cmpnew/*.o: No such file or directory
ls: cannot access ../mod/*.o: No such file or directory
ls: cannot access ../pcl/*.o: No such file or directory
ls: cannot access ../clcs/*.o: No such file or directory
ls: cannot access ../clcs/clcs_*.lisp: No such file or directory
make[4]: Entering directory `/home/axiom/silver/lsp/gcl-2.6.8pre/unixport'
gcc -march=athlon64 -O2 -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/home/axiom/silver/lsp/gcl-2.6.8pre/o   -c -o sys_gcl.o 
sys_gcl.c
rm -rf libgcl.a
ar rs libgcl.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/gcl_readline.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_gcl.o bfd/binutils_bfd_i386linux.o 
bfd/binutils_libiberty_dyn-string.o bfd/binutils_libiberty_strerror.o 
bfd/binutils_libiberty_choose-temp.o bfd/binutils_bfd_bfdio.o 
bfd/binutils_bfd_opncls.o bfd/binutils_libiberty_objalloc.o 
bfd/binutils_libiberty_fibheap.o bfd/binutils_libiberty_safe-ctype.o 
bfd/binutils_bfd_libbfd.o bfd/binutils_libiberty_pex-unix.o 
bfd/binutils_bfd_peigen.o bfd/binutils_bfd_bfd.o bfd/binutils_bfd_elf.o 
bfd/binutils_libiberty_make-relative-prefix.o bfd/binutils_bfd_elf64-x86-64.o 
bfd/binutils_bfd_cpu-i386.o bfd/binutils_bfd_section.o bfd/binutils_bfd_cache.o 
bfd/binutils_libiberty_ternary.o bfd/binutils_bfd_coffgen.o 
bfd/binutils_libiberty_strsignal.o bfd/binutils_libiberty_splay-tree.o 
bfd/binutils_libiberty_argv.o bfd/binutils_libiberty_xstrdup.o 
bfd/binutils_libiberty_xatexit.o bfd/binutils_bfd_elf-eh-frame.o 
bfd/binutils_libiberty_cp-demint.o bfd/binutils_bfd_hash.o 
bfd/binutils_bfd_linker.o bfd/binutils_libiberty_unlink-if-ordinary.o 
bfd/binutils_bfd_ihex.o bfd/binutils_bfd_binary.o bfd/binutils_bfd_init.o 
bfd/binutils_libiberty_xmemdup.o bfd/binutils_bfd_targets.o 
bfd/binutils_libiberty_lbasename.o bfd/binutils_libiberty_concat.o 
bfd/binutils_libiberty_getruntime.o bfd/binutils_libiberty_getopt.o 
bfd/binutils_libiberty_getpwd.o bfd/binutils_bfd_dwarf1.o 
bfd/binutils_bfd_dwarf2.o bfd/binutils_bfd_elf32-i386.o 
bfd/binutils_bfd_reloc.o bfd/binutils_bfd_srec.o bfd/binutils_bfd_syms.o 
bfd/binutils_libiberty_make-temp-file.o bfd/binutils_libiberty_sort.o 
bfd/binutils_libiberty_floatformat.o bfd/binutils_bfd_archive.o 
bfd/binutils_bfd_tekhex.o bfd/binutils_bfd_simple.o bfd/binutils_bfd_elf32.o 
bfd/binutils_bfd_elf64.o bfd/binutils_bfd_elflink.o 
bfd/binutils_libiberty_fnmatch.o bfd/binutils_bfd_format.o 
bfd/binutils_libiberty_fdmatch.o bfd/binutils_bfd_elf-strtab.o 
bfd/binutils_libiberty_obstack.o bfd/binutils_bfd_aout32.o 
bfd/binutils_bfd_merge.o bfd/binutils_libiberty_alloca.o 
bfd/binutils_bfd_archive64.o bfd/binutils_libiberty_xstrerror.o 
bfd/binutils_libiberty_xmalloc.o bfd/binutils_bfd_stabs.o 
bfd/binutils_bfd_bfdwin.o bfd/binutils_libiberty_cp-demangle.o 
bfd/binutils_bfd_archures.o bfd/binutils_libiberty_physmem.o 
bfd/binutils_libiberty_xexit.o bfd/binutils_bfd_efi-app-ia32.o 
bfd/binutils_bfd_cofflink.o bfd/binutils_libiberty_mkstemps.o 
bfd/binutils_bfd_stab-syms.o bfd/binutils_libiberty_lrealpath.o 
bfd/binutils_bfd_elf32-gen.o bfd/binutils_bfd_corefile.o 
bfd/binutils_libiberty_cplus-dem.o bfd/binutils_libiberty_regex.o 
bfd/binutils_libiberty_partition.o bfd/binutils_bfd_elf64-gen.o 
bfd/binutils_libiberty_hex.o bfd/binutils_libiberty_hashtab.o 
bfd/binutils_libiberty_md5.o bfd/binutils_libiberty_spaces.o 
bfd/binutils_libiberty_getopt1.o
ar: creating libgcl.a
touch raw_gcl_map
gcc -o raw_gcl /home/axiom/silver/obj/linux/lib/cfuns-c.o 
/home/axiom/silver/obj/linux/lib/sockio-c.o \
                -L.  -Wl,-Map raw_gcl_map   -lgcl -lm  -lgmp -lreadline 
-lncurses -lc -lgclp /home/axiom/silver/obj/linux/lib/libspad.a  
./libgcl.a(sys_gcl.o): In function `gcl_init_system':
sys_gcl.c:(.text+0x35bd): undefined reference to `init_gcl_cmpwt'
sys_gcl.c:(.text+0x363a): undefined reference to `init_gcl_predlib'
sys_gcl.c:(.text+0x36b7): undefined reference to `init_gcl_setf'
sys_gcl.c:(.text+0x3734): undefined reference to `init_gcl_assert'
sys_gcl.c:(.text+0x37b1): undefined reference to `init_gcl_arraylib'
sys_gcl.c:(.text+0x382e): undefined reference to `init_gcl_defstruct'
sys_gcl.c:(.text+0x38ab): undefined reference to `init_gcl_describe'
sys_gcl.c:(.text+0x3928): undefined reference to `init_gcl_numlib'
sys_gcl.c:(.text+0x39a5): undefined reference to `init_gcl_listlib'
sys_gcl.c:(.text+0x3a22): undefined reference to `init_gcl_seq'
sys_gcl.c:(.text+0x3a9f): undefined reference to `init_gcl_iolib'
sys_gcl.c:(.text+0x3b1c): undefined reference to `init_gcl_packlib'
sys_gcl.c:(.text+0x3b99): undefined reference to `init_gcl_mislib'
sys_gcl.c:(.text+0x3c16): undefined reference to `init_gcl_seqlib'
sys_gcl.c:(.text+0x3c93): undefined reference to `init_gcl_trace'
sys_gcl.c:(.text+0x3d10): undefined reference to `init_gcl_cmpenv'
sys_gcl.c:(.text+0x3d8d): undefined reference to `init_gcl_cmputil'
sys_gcl.c:(.text+0x3e0a): undefined reference to `init_gcl_cmploc'
sys_gcl.c:(.text+0x3e87): undefined reference to `init_gcl_loop'
sys_gcl.c:(.text+0x3f04): undefined reference to `init_gcl_cmpif'
sys_gcl.c:(.text+0x3f81): undefined reference to `init_gcl_cmpbind'
sys_gcl.c:(.text+0x3ffe): undefined reference to `init_gcl_cmptag'
sys_gcl.c:(.text+0x407b): undefined reference to `init_gcl_serror'
sys_gcl.c:(.text+0x40f8): undefined reference to `init_gcl_cmpflet'
sys_gcl.c:(.text+0x4175): undefined reference to `init_gcl_info'
sys_gcl.c:(.text+0x41f2): undefined reference to `init_gcl_cmpmulti'
sys_gcl.c:(.text+0x426f): undefined reference to `init_gcl_make_defpackage'
sys_gcl.c:(.text+0x42ec): undefined reference to `init_gcl_cmplam'
sys_gcl.c:(.text+0x4369): undefined reference to `init_gcl_cmpcall'
sys_gcl.c:(.text+0x43e6): undefined reference to `init_gcl_cmpvar'
sys_gcl.c:(.text+0x4463): undefined reference to `init_gcl_sloop'
sys_gcl.c:(.text+0x44e0): undefined reference to `init_gcl_cmpeval'
sys_gcl.c:(.text+0x455d): undefined reference to `init_gcl_debug'
sys_gcl.c:(.text+0x45da): undefined reference to `init_gcl_cmpmap'
sys_gcl.c:(.text+0x4657): undefined reference to `init_gcl_defpackage'
sys_gcl.c:(.text+0x46d4): undefined reference to `init_gcl_cmplabel'
sys_gcl.c:(.text+0x4751): undefined reference to `init_gcl_cmpblock'
sys_gcl.c:(.text+0x47ce): undefined reference to `init_gcl_cmptop'
sys_gcl.c:(.text+0x484b): undefined reference to `init_gcl_destructuring_bind'
sys_gcl.c:(.text+0x48c8): undefined reference to `init_gcl_cmpfun'
sys_gcl.c:(.text+0x4945): undefined reference to `init_gcl_cmptype'
sys_gcl.c:(.text+0x49c2): undefined reference to `init_gcl_cmpspecial'
sys_gcl.c:(.text+0x4a3f): undefined reference to `init_gcl_cmpinline'
sys_gcl.c:(.text+0x4abc): undefined reference to `init_gcl_cmplet'
sys_gcl.c:(.text+0x4b39): undefined reference to `init_gcl_cmpcatch'
sys_gcl.c:(.text+0x4bb2): undefined reference to `init_gcl_cmpvs'
./libgcl.a(sys_gcl.o): In function `gcl_init_init':
sys_gcl.c:(.text+0x525d): undefined reference to `init_gcl_defmacro'
sys_gcl.c:(.text+0x52c7): undefined reference to `init_gcl_evalmacros'
sys_gcl.c:(.text+0x5331): undefined reference to `init_gcl_top'
sys_gcl.c:(.text+0x539c): undefined reference to `init_gcl_module'
collect2: ld returned 1 exit status
make[4]: *** [raw_gcl_map] Error 1
make[4]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre/unixport'
make[3]: *** [unixport/saved_gcl] Error 2
make[3]: Leaving directory `/home/axiom/silver/lsp/gcl-2.6.8pre'
/bin/sh: line 5: unixport/saved_gcl: No such file or directory
make[2]: *** [gcldir] Error 127
make[2]: Leaving directory `/home/axiom/silver/lsp'
make[1]: *** [lspdir] Error 2
make[1]: Leaving directory `/home/axiom/silver'
make: *** [all] Error 2

reply via email to

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