Ron,
please this morning I have retried again doing these steps:
git clone git://github.com/wbhart/mpir.git mpir
cd mpir
./autogen.sh
But I seem to get errors:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
configure.ac:2838: warning: AC_LIBTOOL_PROG_COMPILER_PIC is m4_require'd but not m4_defun'd
acinclude.m4:2192: GMP_ASM_X86_GOT_UNDERSCORE is expanded from...
configure.ac:2838: the top level
configure.ac:2841: warning: AC_ENABLE_SHARED is m4_require'd but not m4_defun'd
acinclude.m4:2506: GMP_ASM_X86_MCOUNT is expanded from...
configure.ac:2841: the top level
configure.ac:2841: warning: AC_PROG_LIBTOOL is m4_require'd but not m4_defun'd
acinclude.m4:2506: GMP_ASM_X86_MCOUNT is expanded from...
configure.ac:2841: the top level
autoreconf: configure.ac: tracing
configure.ac:2838: warning: AC_LIBTOOL_PROG_COMPILER_PIC is m4_require'd but not m4_defun'd
acinclude.m4:2192: GMP_ASM_X86_GOT_UNDERSCORE is expanded from...
configure.ac:2838: the top level
configure.ac:2841: warning: AC_ENABLE_SHARED is m4_require'd but not m4_defun'd
acinclude.m4:2506: GMP_ASM_X86_MCOUNT is expanded from...
configure.ac:2841: the top level
configure.ac:2841: warning: AC_PROG_LIBTOOL is m4_require'd but not m4_defun'd
acinclude.m4:2506: GMP_ASM_X86_MCOUNT is expanded from...
configure.ac:2841: the top level
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
configure.ac:2838: warning: AC_LIBTOOL_PROG_COMPILER_PIC is m4_require'd but not m4_defun'd
acinclude.m4:2192: GMP_ASM_X86_GOT_UNDERSCORE is expanded from...
configure.ac:2838: the top level
configure.ac:2841: warning: AC_ENABLE_SHARED is m4_require'd but not m4_defun'd
acinclude.m4:2506: GMP_ASM_X86_MCOUNT is expanded from...
configure.ac:2841: the top level
configure.ac:2841: warning: AC_PROG_LIBTOOL is m4_require'd but not m4_defun'd
acinclude.m4:2506: GMP_ASM_X86_MCOUNT is expanded from...
configure.ac:2841: the top level
configure:11016: error: possibly undefined macro: AC_PROG_NM
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure:14470: error: possibly undefined macro: AC_LIBTOOL_PROG_COMPILER_PIC
configure:14565: error: possibly undefined macro: AC_ENABLE_SHARED
configure:14566: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /usr/bin/autoconf failed with exit status: 1
If I continue with the next command:
./configure
I get
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
Please what am I doing wrong?
Thanks
73 de Enzo IK8OZV
EasyLog 5 BetaTester
EasyLog PDA BetaTester
WinBollet BetaTester
D.C.I. CheckPoint Regione Campania
Skype: ik8ozv8520
*********************************
****** GSM +39 328 7110193 ******
***** SMS +39 328 7110193 *****
*********************************
Da: Ron Economos <w6rz@comcast.net>
Inviato: lunedì 27 aprile 2020 15:18
A: Vincenzo Mone <vimone@alice.it>
Oggetto: Re: R: Mpir Installation
Vincenzo,
I see. You have to create the ./configure file in mpir with ./autogen.sh
So it's really these steps:
git clone git://github.com/wbhart/mpir.git mpir
cd mpir
./autogen.sh
./configure
make
sudo make install
sudo ldconfig
Ron W6RZ
On 4/27/20 05:56, Vincenzo Mone wrote:
Thanks Ron,
But I cannot get installed FCDPROPLUS.
I have done this:
git clone https://github.com/dl1ksv/gr-fcdproplus
cd gr-fcdproplus
mkdir build
cd build
make -DCMAKE_INSTALL_PREFIX= \usr ../
-- Build type not specified: defaulting to release.
-- Checking for module 'mpir >= 3.0'
-- No package 'mpir' found
-- Could NOT find MPIR (missing: MPIRXX_LIBRARY MPIR_LIBRARY MPIR_INCLUDE_DIR)
-- User set python executable /usr/bin/python3
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.8.so (found suitable exact version "3.8.2")
-- Found ALSA 1.2.2
-- Found jack: /usr/lib/x86_64-linux-gnu/libjack.so
-- Extracting version information from git describe...
--
-- Checking for module SWIG
-- Found SWIG version 4.0.1.
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.8.so (found version "3.8.2")
-- Doxxyfile found in DOXY_FILE_PATH-NOTFOUND
CMake Error: File /home/enzo/gr-fcdproplus/swig/DOXY_FILE_PATH-NOTFOUND/Doxyfile.swig_doc.in does not exist.
CMake Error at cmake/Modules/GrSwig.cmake:65 (configure_file):
configure_file Problem configuring file
Call Stack (most recent call first):
cmake/Modules/GrSwig.cmake:121 (GR_SWIG_MAKE_DOCS)
swig/CMakeLists.txt:41 (GR_SWIG_MAKE)
CMake Error: File /home/enzo/gr-fcdproplus/docs/doxygen/DOXY_FILE_PATH-NOTFOUND/Doxyfile.in does not exist.
CMake Error at docs/doxygen/CMakeLists.txt:33 (configure_file):
configure_file Problem configuring file
-- ================ Build Summary =========================
-- Building gr-fcdproplus : 3.8.0 for Linux
-- Building for gnuradio : 3.8.1.0
-- Using CMAKE Module path : /home/enzo/gr-fcdproplus/cmake/Modules;/usr/lib/x86_64-linux-gnu/cmake/gnuradio
-- CMake Modules Dir : lib/cmake
-- fcdproplus INCLUDES : include/fcdproplus
-- Using install prefix :
-- Installing grc files to : /share/gnuradio/grc/blocks
-- Bundled hidapi is used
-- ========================================================
-- Configuring incomplete, errors occurred!
See also "/home/enzo/gr-fcdproplus/build/CMakeFiles/CMakeOutput.log".
See also "/home/enzo/gr-fcdproplus/build/CMakeFiles/CMakeError.log".
How you can see I get Configuring incomplete, errors occurred.
Where am I still missing???
Thanks
73 de Enzo IK8OZV
EasyLog 5 BetaTester
EasyLog PDA BetaTester
WinBollet BetaTester
D.C.I. CheckPoint Regione Campania
Skype: ik8ozv8520
*************************************** GSM +39 328 7110193 ******
***** SMS +39 328 7110193 *****
*********************************
Da: Discuss-gnuradio <discuss-gnuradio-bounces+vimone=alice.it@gnu.org> Per conto di Ron Economos
Inviato: lunedì 27 aprile 2020 14:46
A: discuss-gnuradio@gnu.org
Oggetto: Re: Mpir Installation
You don't need mpir. The dependency can be resolved with gmp instead.
sudo apt-get install libgmp10 libgmp-dev
Ron
On 4/27/20 05:28, Vincenzo Mone wrote:
Hello I am trying to install Mpir on Ubuntu bat get error when I give the command ./configure && make && make install
Or just ./configure .
I have done in terminal:
git clone git://github.com/wbhart/mpir.git mpir
cd mpir
./configure
When I give the last command I get:
bash: ./configure: File o directory non esistente
Where am I missing?
Thanks
73 de Enzo IK8OZV
EasyLog 5 BetaTester
EasyLog PDA BetaTester
WinBollet BetaTester
D.C.I. CheckPoint Regione Campania
Skype: ik8ozv8520
*************************************** GSM +39 328 7110193 ******
***** SMS +39 328 7110193 *****
*********************************
No comments:
Post a Comment