can't seem to install gmp 6.1.2?
#1
can't seem to install gmp 6.1.2?
ok so I am baffled!  I compiled gmp-6.1.2, "gmake check" passed, but I can't install it, "gmake install" is failing.  Here are the details:


Code:
export CC=cc
export CXX=CC
export CFLAGS="-c99 -g0 -O2 -mips4"
export CXXFLAGS=" -g0 -O2  -mips4"


./configure --prefix=/usr/local
gmake

<snip> # no errors

gmake check

<snip> # All tests pass

gmake install

<snip>

 ./install-sh -c -d '/usr/local/lib'
 /bin/ksh ./libtool   --mode=install /usr/bin/install -c   libgmp.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libgmp.so.11.2 /usr/local/lib/libgmp.so.11.2
/usr/bin/install: can't open libgmp.so.11.2: No such file or directory.
gmake[3]: *** [install-libLTLIBRARIES] Error 2


so its failing on the line "/usr/bin/install -c .libs/libgmp.so.11.2 /usr/local/lib/libgmp.so.11.2"

the file " .libs/libgmp.so.11.2" is there and is readable, and I can actually just use "cp" to copy it, I tried to edit the Makefile but its a bit too confusing to me atm, it seems there is a list of files it is processing and I'm still trying to get this libtool thing sorted.  Anyone have any ideas why the copy is failing?  Here is some more info on the file in question:


Code:
-bash-4.2# file .libs/libgmp.so.11.2
.libs/libgmp.so.11.2:   ELF N32 MSB mips-4 dynamic lib MIPS - version 1

-bash-4.2# ls -la .libs/libgmp.so.11.2
-rwxr-xr-x    1 develop  user      1010632 Sep 14 10:09 .libs/libgmp.so.11.2

-bash-4.2# /usr/bin/install -c .libs/libgmp.so.11.2 /usr/local/lib/libgmp.so.11.2
/usr/bin/install: can't open libgmp.so.11.2: No such file or directory.
gijoe77
Tezro

Trade Count: (1)
Posts: 644
Threads: 34
Joined: Jun 2018
Find Reply
09-15-2018, 09:50 PM


Messages In This Thread
can't seem to install gmp 6.1.2? - by gijoe77 - 09-15-2018, 09:50 PM
RE: can't seem to install gmp 6.1.2? - by gijoe77 - 09-16-2018, 02:15 AM
RE: can't seem to install gmp 6.1.2? - by mrthinlysliced - 09-16-2018, 10:30 AM
RE: can't seem to install gmp 6.1.2? - by TruHobbyist - 09-16-2018, 10:31 AM
RE: can't seem to install gmp 6.1.2? - by gijoe77 - 09-22-2018, 10:00 AM
RE: can't seem to install gmp 6.1.2? - by jpstewart - 09-16-2018, 07:21 PM
RE: can't seem to install gmp 6.1.2? - by TruHobbyist - 09-22-2018, 11:29 AM
RE: can't seem to install gmp 6.1.2? - by gijoe77 - 09-23-2018, 05:19 AM
RE: can't seem to install gmp 6.1.2? - by mrthinlysliced - 09-23-2018, 07:59 AM
RE: can't seem to install gmp 6.1.2? - by gijoe77 - 09-23-2018, 08:11 AM
RE: can't seem to install gmp 6.1.2? - by mrthinlysliced - 09-23-2018, 08:45 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)