[Ecls-list] failure on cygwin

Martin Rubey martin.rubey at math.uni-hannover.de
Sat Oct 24 09:36:42 UTC 2009


Dear all

I tried to build on cygwin, but had the following failure:

Please let me know if you need any more information.

All the best,

Martin

configure: Using internal version of libatomic_ops
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bdw-gc.pc
config.status: executing depfiles commands
config.status: executing default commands
configure: creating ./config.status
config.status: creating bare.lsp
config.status: creating lsp/load.lsp
config.status: creating clos/load.lsp
config.status: creating cmp/load.lsp
config.status: creating ../Makefile
config.status: WARNING:  '../Makefile.in' seems to ignore the
--datarootdir sett
ing
config.status: creating Makefile
config.status: creating c/Makefile
config.status: creating doc/Makefile
config.status: WARNING:  '/home/Kloster/ecl-9.10.2/src/doc/Makefile.in'
seems to
 ignore the --datarootdir setting
config.status: creating doc/ecl.man
config.status: creating doc/ecl-config.man
config.status: creating ecl/configpre.h
config.status: creating bin/ecl-config.pre
config.status: creating lsp/config.pre
config.status: creating compile.pre
config.status: creating cmp/cmpdefs.pre
config.status: creating ecl/config.h
Configuration complete. To build ECL, issue make in this directory.

Kloster at buero ~/ecl-9.10.2
$ make
cd build; make
make[1]: Entering directory `/home/Kloster/ecl-9.10.2/build'
cp /home/Kloster/ecl-9.10.2/src/util/gdbinit .gdbinit
if (echo c gmp gc | grep gmp); then \
          cd gmp && make install && \
          cd .. && mv include/gmp.h ecl/ && rmdir include &&  \
          mv ./libgmp.a ./libeclgmp.a; \
        fi
c gmp gc
make[2]: Entering directory `/home/Kloster/ecl-9.10.2/build/gmp'
gcc  `test -f 'gen-fac_ui.c' || echo
'/home/Kloster/ecl-9.10.2/src/gmp/'`gen-fac
_ui.c -o gen-fac_ui.exe
./gen-fac_ui 32 0 >mpz/fac_ui.h || (rm -f mpz/fac_ui.h; exit 1)
gcc  `test -f 'gen-fib.c' || echo
'/home/Kloster/ecl-9.10.2/src/gmp/'`gen-fib.c
-o gen-fib.exe
./gen-fib header 32 0 >fib_table.h || (rm -f fib_table.h; exit 1)
./gen-fib table 32 0 >mpn/fib_table.c || (rm -f mpn/fib_table.c; exit 1)
gcc  `test -f 'gen-bases.c' || echo
'/home/Kloster/ecl-9.10.2/src/gmp/'`gen-base
s.c -o gen-bases.exe -lm
./gen-bases header 32 0 >mp_bases.h || (rm -f mp_bases.h; exit 1)
./gen-bases table 32 0 >mpn/mp_bases.c || (rm -f mpn/mp_bases.c; exit 1)
gcc  `test -f 'gen-psqr.c' || echo
'/home/Kloster/ecl-9.10.2/src/gmp/'`gen-psqr.
c -o gen-psqr.exe -lm
./gen-psqr 32 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1)
make  install-recursive
make[3]: Entering directory `/home/Kloster/ecl-9.10.2/build/gmp'
Making install in tests
make[4]: Entering directory `/home/Kloster/ecl-9.10.2/build/gmp/tests'
Making install in .
make[5]: Entering directory `/home/Kloster/ecl-9.10.2/build/gmp/tests'
make[6]: Entering directory `/home/Kloster/ecl-9.10.2/build/gmp/tests'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/Kloster/ecl-9.10.2/build/gmp/tests'
make[5]: Leaving directory `/home/Kloster/ecl-9.10.2/build/gmp/tests'
Making install in devel
make[5]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/devel'
make[6]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/devel'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/devel'
make[5]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/devel'
Making install in mpn
make[5]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpn'
make[6]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpn'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpn'
make[5]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpn'
Making install in mpz
make[5]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpz'
make[6]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpz'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpz'
make[5]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpz'
Making install in mpq
make[5]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpq'
make[6]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpq'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpq'
make[5]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpq'
Making install in mpf
make[5]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpf'
make[6]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpf'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpf'
make[5]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpf'
Making install in rand
make[5]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/rand'
make[6]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/rand'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/rand'
make[5]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/rand'
Making install in misc
make[5]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/misc'
make[6]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/misc'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/misc'
make[5]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/misc'
Making install in cxx
make[5]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/cxx'
make[6]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/cxx'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/cxx'
make[5]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/cxx'
Making install in mpbsd
make[5]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpbsd'
make[6]: Entering directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpbsd'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpbsd'
make[5]: Leaving directory
`/home/Kloster/ecl-9.10.2/build/gmp/tests/mpbsd'
make[4]: Leaving directory `/home/Kloster/ecl-9.10.2/build/gmp/tests'
Making install in mpn
make[4]: Entering directory `/home/Kloster/ecl-9.10.2/build/gmp/mpn'
/bin/sh ../libtool --mode=compile gcc  -DHAVE_CONFIG_H
-I. -I/home/Kloster/ecl-9
.10.2/src/gmp/mpn -I.. -D__GMP_WITHIN_GMP
-I/home/Kloster/ecl-9.10.2/src/gmp -DO
PERATION_`echo fib_table | sed 's/_$//'`    -g -O2   -c -o fib_table.lo
fib_tabl
e.c
 gcc -DHAVE_CONFIG_H -I. -I/home/Kloster/ecl-9.10.2/src/gmp/mpn
 -I.. -D__GMP_WIT
HIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp -DOPERATION_fib_table -g -O2
-c fib_t
able.c  -DPIC -o fib_table.o
/bin/sh ../libtool --mode=compile gcc  -DHAVE_CONFIG_H
-I. -I/home/Kloster/ecl-9
.10.2/src/gmp/mpn -I.. -D__GMP_WITHIN_GMP
-I/home/Kloster/ecl-9.10.2/src/gmp -DO
PERATION_`echo mp_bases | sed 's/_$//'`    -g -O2   -c -o mp_bases.lo
mp_bases.c

 gcc -DHAVE_CONFIG_H -I. -I/home/Kloster/ecl-9.10.2/src/gmp/mpn
 -I.. -D__GMP_WIT
HIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp -DOPERATION_mp_bases -g -O2
 -c mp_bas
es.c  -DPIC -o mp_bases.o
/bin/sh ../libtool --mode=compile gcc  -DHAVE_CONFIG_H
 -I. -I/home/Kloster/ecl-9
.10.2/src/gmp/mpn -I.. -D__GMP_WITHIN_GMP
 -I/home/Kloster/ecl-9.10.2/src/gmp -DO
PERATION_`echo add | sed 's/_$//'`    -g -O2   -c -o add.lo add.c
 gcc -DHAVE_CONFIG_H -I. -I/home/Kloster/ecl-9.10.2/src/gmp/mpn
 -I.. -D__GMP_WIT
HIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp -DOPERATION_add -g -O2 -c
 add.c  -DPI
C -o add.o
/bin/sh ../libtool --mode=compile gcc  -DHAVE_CONFIG_H
 -I. -I/home/Kloster/ecl-9
.10.2/src/gmp/mpn -I.. -D__GMP_WITHIN_GMP
 -I/home/Kloster/ecl-9.10.2/src/gmp -DO
PERATION_`echo add_1 | sed 's/_$//'`    -g -O2   -c -o add_1.lo add_1.c
 gcc -DHAVE_CONFIG_H -I. -I/home/Kloster/ecl-9.10.2/src/gmp/mpn
 -I.. -D__GMP_WIT
HIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp -DOPERATION_add_1 -g -O2 -c
 add_1.c
-DPIC -o add_1.o
/bin/sh ../libtool --mode=compile --tag=CC
 /home/Kloster/ecl-9.10.2/src/gmp/mpn/
m4-ccas --m4="m4" gcc  -c -DHAVE_CONFIG_H
 -I. -I/home/Kloster/ecl-9.10.2/src/gmp
/mpn -I.. -D__GMP_WITHIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp
 -DOPERATION_`ech
o add_n | sed 's/_$//'`    -g -O2   `test -f 'add_n.asm' || echo
 '/home/Kloster/
ecl-9.10.2/src/gmp/mpn/'`add_n.asm
 /home/Kloster/ecl-9.10.2/src/gmp/mpn/m4-ccas --m4=m4 gcc -c
 -DHAVE_CONFIG_H -I.
 -I/home/Kloster/ecl-9.10.2/src/gmp/mpn -I.. -D__GMP_WITHIN_GMP
 -I/home/Kloster/
ecl-9.10.2/src/gmp -DOPERATION_add_n -g -O2 add_n.asm  -DPIC -o add_n.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_n -DPIC add_n.asm
 >tmp-ad
d_n.s
 gcc -c -DHAVE_CONFIG_H -I. -I/home/Kloster/ecl-9.10.2/src/gmp/mpn
 -I.. -D__GMP_
WITHIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp -DOPERATION_add_n -g -O2
 tmp-add_n
.s -DPIC -o add_n.o
rm -f tmp-add_n.s
/bin/sh ../libtool --mode=compile gcc  -DHAVE_CONFIG_H
 -I. -I/home/Kloster/ecl-9
.10.2/src/gmp/mpn -I.. -D__GMP_WITHIN_GMP
 -I/home/Kloster/ecl-9.10.2/src/gmp -DO
PERATION_`echo sub | sed 's/_$//'`    -g -O2   -c -o sub.lo sub.c
 gcc -DHAVE_CONFIG_H -I. -I/home/Kloster/ecl-9.10.2/src/gmp/mpn
 -I.. -D__GMP_WIT
HIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp -DOPERATION_sub -g -O2 -c
 sub.c  -DPI
C -o sub.o
/bin/sh ../libtool --mode=compile gcc  -DHAVE_CONFIG_H
 -I. -I/home/Kloster/ecl-9
.10.2/src/gmp/mpn -I.. -D__GMP_WITHIN_GMP
 -I/home/Kloster/ecl-9.10.2/src/gmp -DO
PERATION_`echo sub_1 | sed 's/_$//'`    -g -O2   -c -o sub_1.lo sub_1.c
 gcc -DHAVE_CONFIG_H -I. -I/home/Kloster/ecl-9.10.2/src/gmp/mpn
 -I.. -D__GMP_WIT
HIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp -DOPERATION_sub_1 -g -O2 -c
 sub_1.c
-DPIC -o sub_1.o
/bin/sh ../libtool --mode=compile --tag=CC
 /home/Kloster/ecl-9.10.2/src/gmp/mpn/
m4-ccas --m4="m4" gcc  -c -DHAVE_CONFIG_H
 -I. -I/home/Kloster/ecl-9.10.2/src/gmp
/mpn -I.. -D__GMP_WITHIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp
 -DOPERATION_`ech
o sub_n | sed 's/_$//'`    -g -O2   `test -f 'sub_n.asm' || echo
 '/home/Kloster/
ecl-9.10.2/src/gmp/mpn/'`sub_n.asm
 /home/Kloster/ecl-9.10.2/src/gmp/mpn/m4-ccas --m4=m4 gcc -c
 -DHAVE_CONFIG_H -I.
 -I/home/Kloster/ecl-9.10.2/src/gmp/mpn -I.. -D__GMP_WITHIN_GMP
 -I/home/Kloster/
ecl-9.10.2/src/gmp -DOPERATION_sub_n -g -O2 sub_n.asm  -DPIC -o sub_n.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_n -DPIC sub_n.asm
 >tmp-su
b_n.s
 gcc -c -DHAVE_CONFIG_H -I. -I/home/Kloster/ecl-9.10.2/src/gmp/mpn
 -I.. -D__GMP_
WITHIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp -DOPERATION_sub_n -g -O2
 tmp-sub_n
.s -DPIC -o sub_n.o
rm -f tmp-sub_n.s
/bin/sh ../libtool --mode=compile --tag=CC
 /home/Kloster/ecl-9.10.2/src/gmp/mpn/
m4-ccas --m4="m4" gcc  -c -DHAVE_CONFIG_H
 -I. -I/home/Kloster/ecl-9.10.2/src/gmp
/mpn -I.. -D__GMP_WITHIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp
 -DOPERATION_`ech
o mul_1 | sed 's/_$//'`    -g -O2   `test -f 'mul_1.asm' || echo
 '/home/Kloster/
ecl-9.10.2/src/gmp/mpn/'`mul_1.asm
 /home/Kloster/ecl-9.10.2/src/gmp/mpn/m4-ccas --m4=m4 gcc -c
 -DHAVE_CONFIG_H -I.
 -I/home/Kloster/ecl-9.10.2/src/gmp/mpn -I.. -D__GMP_WITHIN_GMP
 -I/home/Kloster/
ecl-9.10.2/src/gmp -DOPERATION_mul_1 -g -O2 mul_1.asm  -DPIC -o mul_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_1 -DPIC mul_1.asm
 >tmp-mu
l_1.s
 gcc -c -DHAVE_CONFIG_H -I. -I/home/Kloster/ecl-9.10.2/src/gmp/mpn
 -I.. -D__GMP_
WITHIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp -DOPERATION_mul_1 -g -O2
 tmp-mul_1
.s -DPIC -o mul_1.o
rm -f tmp-mul_1.s
/bin/sh ../libtool --mode=compile --tag=CC
 /home/Kloster/ecl-9.10.2/src/gmp/mpn/
m4-ccas --m4="m4" gcc  -c -DHAVE_CONFIG_H
 -I. -I/home/Kloster/ecl-9.10.2/src/gmp
/mpn -I.. -D__GMP_WITHIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp
 -DOPERATION_`ech
o addmul_1 | sed 's/_$//'`    -g -O2   `test -f 'addmul_1.asm' || echo
 '/home/Kl
oster/ecl-9.10.2/src/gmp/mpn/'`addmul_1.asm
 /home/Kloster/ecl-9.10.2/src/gmp/mpn/m4-ccas --m4=m4 gcc -c
 -DHAVE_CONFIG_H -I.
 -I/home/Kloster/ecl-9.10.2/src/gmp/mpn -I.. -D__GMP_WITHIN_GMP
 -I/home/Kloster/
ecl-9.10.2/src/gmp -DOPERATION_addmul_1 -g -O2 addmul_1.asm  -DPIC -o
 addmul_1.o

m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addmul_1 -DPIC
addmul_1.asm >
tmp-addmul_1.s
 gcc -c -DHAVE_CONFIG_H -I. -I/home/Kloster/ecl-9.10.2/src/gmp/mpn
 -I.. -D__GMP_
WITHIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp -DOPERATION_addmul_1 -g
-O2 tmp-ad
dmul_1.s -DPIC -o addmul_1.o
rm -f tmp-addmul_1.s
/bin/sh ../libtool --mode=compile --tag=CC
/home/Kloster/ecl-9.10.2/src/gmp/mpn/
m4-ccas --m4="m4" gcc  -c -DHAVE_CONFIG_H
-I. -I/home/Kloster/ecl-9.10.2/src/gmp
/mpn -I.. -D__GMP_WITHIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp
-DOPERATION_`ech
o submul_1 | sed 's/_$//'`    -g -O2   `test -f 'submul_1.asm' || echo
'/home/Kl
oster/ecl-9.10.2/src/gmp/mpn/'`submul_1.asm
 /home/Kloster/ecl-9.10.2/src/gmp/mpn/m4-ccas --m4=m4 gcc -c
 -DHAVE_CONFIG_H -I.
 -I/home/Kloster/ecl-9.10.2/src/gmp/mpn -I.. -D__GMP_WITHIN_GMP
 -I/home/Kloster/
ecl-9.10.2/src/gmp -DOPERATION_submul_1 -g -O2 submul_1.asm  -DPIC -o
submul_1.o

m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_submul_1 -DPIC
submul_1.asm >
tmp-submul_1.s
 gcc -c -DHAVE_CONFIG_H -I. -I/home/Kloster/ecl-9.10.2/src/gmp/mpn
 -I.. -D__GMP_
WITHIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp -DOPERATION_submul_1 -g
-O2 tmp-su
bmul_1.s -DPIC -o submul_1.o
rm -f tmp-submul_1.s
/bin/sh ../libtool --mode=compile --tag=CC
/home/Kloster/ecl-9.10.2/src/gmp/mpn/
m4-ccas --m4="m4" gcc  -c -DHAVE_CONFIG_H
-I. -I/home/Kloster/ecl-9.10.2/src/gmp
/mpn -I.. -D__GMP_WITHIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp
-DOPERATION_`ech
o lshift | sed 's/_$//'`    -g -O2   `test -f 'lshift.asm' || echo
'/home/Kloste
r/ecl-9.10.2/src/gmp/mpn/'`lshift.asm
 /home/Kloster/ecl-9.10.2/src/gmp/mpn/m4-ccas --m4=m4 gcc -c
 -DHAVE_CONFIG_H -I.
 -I/home/Kloster/ecl-9.10.2/src/gmp/mpn -I.. -D__GMP_WITHIN_GMP
 -I/home/Kloster/
ecl-9.10.2/src/gmp -DOPERATION_lshift -g -O2 lshift.asm  -DPIC -o
lshift.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_lshift -DPIC
lshift.asm >tmp-
lshift.s
 gcc -c -DHAVE_CONFIG_H -I. -I/home/Kloster/ecl-9.10.2/src/gmp/mpn
 -I.. -D__GMP_
WITHIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp -DOPERATION_lshift -g -O2
tmp-lshi
ft.s -DPIC -o lshift.o
rm -f tmp-lshift.s
/bin/sh ../libtool --mode=compile --tag=CC
/home/Kloster/ecl-9.10.2/src/gmp/mpn/
m4-ccas --m4="m4" gcc  -c -DHAVE_CONFIG_H
-I. -I/home/Kloster/ecl-9.10.2/src/gmp
/mpn -I.. -D__GMP_WITHIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp
-DOPERATION_`ech
o rshift | sed 's/_$//'`    -g -O2   `test -f 'rshift.asm' || echo
'/home/Kloste
r/ecl-9.10.2/src/gmp/mpn/'`rshift.asm
 /home/Kloster/ecl-9.10.2/src/gmp/mpn/m4-ccas --m4=m4 gcc -c
 -DHAVE_CONFIG_H -I.
 -I/home/Kloster/ecl-9.10.2/src/gmp/mpn -I.. -D__GMP_WITHIN_GMP
 -I/home/Kloster/
ecl-9.10.2/src/gmp -DOPERATION_rshift -g -O2 rshift.asm  -DPIC -o
rshift.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rshift -DPIC
rshift.asm >tmp-
rshift.s
 gcc -c -DHAVE_CONFIG_H -I. -I/home/Kloster/ecl-9.10.2/src/gmp/mpn
 -I.. -D__GMP_
WITHIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp -DOPERATION_rshift -g -O2
tmp-rshi
ft.s -DPIC -o rshift.o
rm -f tmp-rshift.s
/bin/sh ../libtool --mode=compile --tag=CC
/home/Kloster/ecl-9.10.2/src/gmp/mpn/
m4-ccas --m4="m4" gcc  -c -DHAVE_CONFIG_H
-I. -I/home/Kloster/ecl-9.10.2/src/gmp
/mpn -I.. -D__GMP_WITHIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp
-DOPERATION_`ech
o dive_1 | sed 's/_$//'`    -g -O2   `test -f 'dive_1.asm' || echo
'/home/Kloste
r/ecl-9.10.2/src/gmp/mpn/'`dive_1.asm
 /home/Kloster/ecl-9.10.2/src/gmp/mpn/m4-ccas --m4=m4 gcc -c
 -DHAVE_CONFIG_H -I.
 -I/home/Kloster/ecl-9.10.2/src/gmp/mpn -I.. -D__GMP_WITHIN_GMP
 -I/home/Kloster/
ecl-9.10.2/src/gmp -DOPERATION_dive_1 -g -O2 dive_1.asm  -DPIC -o
dive_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_dive_1 -DPIC
dive_1.asm >tmp-
dive_1.s
 gcc -c -DHAVE_CONFIG_H -I. -I/home/Kloster/ecl-9.10.2/src/gmp/mpn
 -I.. -D__GMP_
WITHIN_GMP -I/home/Kloster/ecl-9.10.2/src/gmp -DOPERATION_dive_1 -g -O2
tmp-dive
_1.s -DPIC -o dive_1.o
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as: BFD
(GNU Bi
nutils) 2.18.50.20080625 assertion fail
/netrel/src/binutils-20080624-2/bfd/coff
-i386.c:579
tmp-dive_1.s: Assembler messages:
tmp-dive_1.s:121: Error: cannot represent relocation type
BFD_RELOC_386_GOTPC
make[4]: *** [dive_1.lo] Error 1
make[4]: Leaving directory `/home/Kloster/ecl-9.10.2/build/gmp/mpn'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/home/Kloster/ecl-9.10.2/build/gmp'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/home/Kloster/ecl-9.10.2/build/gmp'
make[1]: *** [libeclgmp.a] Error 2
make[1]: Leaving directory `/home/Kloster/ecl-9.10.2/build'
make: *** [all] Error 2

Kloster at buero ~/ecl-9.10.2
$

----------




More information about the ecl-devel mailing list