[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem to install GMP library
From: |
Luu, Amanda |
Subject: |
problem to install GMP library |
Date: |
Mon, 9 Feb 2004 13:47:02 -0500 |
Dear Sir/Madam
I got 2 type of errors
1. "ld: warning: file ../.libs/libgmp.so: linked to
/gmp-4.1.2/.libs/libgmp.so: attempted multiple inclusion of file"
2. "ld.so.1: lt-t-bswap: fatal: libgcc_s.so.1: open failed: No such file
or directory"
Can you tell me what I need to do/install to clear these errors out?
Thanks
Amanda
==========================================================
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -m64 -mptr64 -Wa,-xarch=v9
-mcpu=v9 -c trace.c -o trace.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link gcc -g -O2 -m64 -mptr64 -Wa,-xarch=v9
-mcpu=v9 -o libtests.la memory.lo misc.lo refmpf.lo refmpn.lo
refmpq.lo refmpz.lo spinner.lo trace.lo ../libgmp.la
ar cq .libs/libtests.a .libs/memory.o .libs/misc.o .libs/refmpf.o
.libs/refmpn.o .libs/refmpq.o .libs/refmpz.o .libs/spinner.o .libs/trace.o
ranlib .libs/libtests.a
creating libtests.la
(cd .libs && rm -f libtests.la && ln -s ../libtests.la libtests.la)
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -m64 -mptr64 -Wa,-xarch=v9
-mcpu=v9 -c `test -f t-bswap.c || echo './'`t-bswap.c
/bin/sh ../libtool --mode=link gcc -g -O2 -m64 -mptr64 -Wa,-xarch=v9
-mcpu=v9 -o t-bswap t-bswap.o libtests.la ../libgmp.la
gcc -g -O2 -m64 -mptr64 -Wa,-xarch=v9 -mcpu=v9 -o .libs/t-bswap t-bswap.o
./.libs/libtests.a /gmp-4.1.2/.libs/libgmp.so ../.libs/libgmp.so
-R/usr/local/lib
ld: warning: file ../.libs/libgmp.so: linked to /gmp-4.1.2/.libs/libgmp.so:
attempted multiple inclusion of file
creating t-bswap
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -m64 -mptr64 -Wa,-xarch=v9
-mcpu=v9 -c `test -f t-constants.c || echo './'`t-constants.c
/bin/sh ../libtool --mode=link gcc -g -O2 -m64 -mptr64 -Wa,-xarch=v9
-mcpu=v9 -o t-constants t-constants.o libtests.la ../libgmp.la
gcc -g -O2 -m64 -mptr64 -Wa,-xarch=v9 -mcpu=v9 -o .libs/t-constants
t-constants.o ./.libs/libtests.a /gmp-4.1.2/.libs/libgmp.so
../.libs/libgmp.so -R/usr/local/lib
ld: warning: file ../.libs/libgmp.so: linked to /gmp-4.1.2/.libs/libgmp.so:
attempted multiple inclusion of file
creating t-constants
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -m64 -mptr64 -Wa,-xarch=v9
-mcpu=v9 -c `test -f t-count_zeros.c || echo './'`t-count_zeros.c
/bin/sh ../libtool --mode=link gcc -g -O2 -m64 -mptr64 -Wa,-xarch=v9
-mcpu=v9 -o t-count_zeros t-count_zeros.o libtests.la ../libgmp.la
gcc -g -O2 -m64 -mptr64 -Wa,-xarch=v9 -mcpu=v9 -o .libs/t-count_zeros
t-count_zeros.o ./.libs/libtests.a /gmp-4.1.2/.libs/libgmp.so
../.libs/libgmp.so -R/usr/local/lib
ld: warning: file ../.libs/libgmp.so: linked to /gmp-4.1.2/.libs/libgmp.so:
attempted multiple inclusion of file
creating t-count_zeros
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -m64 -mptr64 -Wa,-xarch=v9
-mcpu=v9 -c `test -f t-gmpmax.c || echo './'`t-gmpmax.c
/bin/sh ../libtool --mode=link gcc -g -O2 -m64 -mptr64 -Wa,-xarch=v9
-mcpu=v9 -o t-gmpmax t-gmpmax.o libtests.la ../libgmp.la
gcc -g -O2 -m64 -mptr64 -Wa,-xarch=v9 -mcpu=v9 -o .libs/t-gmpmax t-gmpmax.o
./.libs/libtests.a /gmp-4.1.2/.libs/libgmp.so ../.libs/libgmp.so
-R/usr/local/lib
ld: warning: file ../.libs/libgmp.so: linked to /gmp-4.1.2/.libs/libgmp.so:
attempted multiple inclusion of file
creating t-gmpmax
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -m64 -mptr64 -Wa,-xarch=v9
-mcpu=v9 -c `test -f t-modlinv.c || echo './'`t-modlinv.c
/bin/sh ../libtool --mode=link gcc -g -O2 -m64 -mptr64 -Wa,-xarch=v9
-mcpu=v9 -o t-modlinv t-modlinv.o libtests.la ../libgmp.la
gcc -g -O2 -m64 -mptr64 -Wa,-xarch=v9 -mcpu=v9 -o .libs/t-modlinv
t-modlinv.o ./.libs/libtests.a /gmp-4.1.2/.libs/libgmp.so
../.libs/libgmp.so -R/usr/local/lib
ld: warning: file ../.libs/libgmp.so: linked to/gmp-4.1.2/.libs/libgmp.so:
attempted multiple inclusion of file
creating t-modlinv
make check-TESTS
ld.so.1: lt-t-bswap: fatal: libgcc_s.so.1: open failed: No such file or
directory
Killed
FAIL: t-bswap
ld.so.1: lt-t-constants: fatal: libgcc_s.so.1: open failed: No such file or
directory
Killed
FAIL: t-constants
ld.so.1: lt-t-count_zeros: fatal: libgcc_s.so.1: open failed: No such file
or directory
Killed
FAIL: t-count_zeros
ld.so.1: lt-t-gmpmax: fatal: libgcc_s.so.1: open failed: No such file or
directory
Killed
FAIL: t-gmpmax
ld.so.1: lt-t-modlinv: fatal: libgcc_s.so.1: open failed: No such file or
directory
Killed
FAIL: t-modlinv
===================
5 of 5 tests failed
===================
*** Error code 1
make: Fatal error: Command failed for target `check-TESTS'
Current working directory /gmp-4.1.2/tests
*** Error code 1
make: Fatal error: Command failed for target `check-am'
Current working directory /gmp-4.1.2/tests
*** Error code 1
make: Fatal error: Command failed for target `check-recursive'
Current working directory /gmp-4.1.2/tests
*** Error code 1
make: Fatal error: Command failed for target `check-recursive'
======================================================
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- problem to install GMP library,
Luu, Amanda <=