Yes Ron,

done another step but now error on the next command make.

I got this:

 

make  all-recursive

make[1]: ingresso nella directory "/home/enzo/mpir"

Making all in tests

make[2]: ingresso nella directory "/home/enzo/mpir/tests"

Making all in .

make[3]: ingresso nella directory "/home/enzo/mpir/tests"

make[3]: Nessuna operazione da eseguire per "all-am".

make[3]: uscita dalla directory "/home/enzo/mpir/tests"

Making all in devel

make[3]: ingresso nella directory "/home/enzo/mpir/tests/devel"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/devel"

Making all in mpn

make[3]: ingresso nella directory "/home/enzo/mpir/tests/mpn"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/mpn"

Making all in fft

make[3]: ingresso nella directory "/home/enzo/mpir/tests/fft"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/fft"

Making all in mpz

make[3]: ingresso nella directory "/home/enzo/mpir/tests/mpz"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/mpz"

Making all in mpq

make[3]: ingresso nella directory "/home/enzo/mpir/tests/mpq"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/mpq"

Making all in mpf

make[3]: ingresso nella directory "/home/enzo/mpir/tests/mpf"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/mpf"

Making all in rand

make[3]: ingresso nella directory "/home/enzo/mpir/tests/rand"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/rand"

Making all in misc

make[3]: ingresso nella directory "/home/enzo/mpir/tests/misc"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/misc"

Making all in cxx

make[3]: ingresso nella directory "/home/enzo/mpir/tests/cxx"

make[3]: Nessuna operazione da eseguire per "all".

make[3]: uscita dalla directory "/home/enzo/mpir/tests/cxx"

make[2]: uscita dalla directory "/home/enzo/mpir/tests"

Making all in mpn

make[2]: ingresso nella directory "/home/enzo/mpir/mpn"

make[2]: Nessuna operazione da eseguire per "all".

make[2]: uscita dalla directory "/home/enzo/mpir/mpn"

Making all in fft

make[2]: ingresso nella directory "/home/enzo/mpir/fft"

make[2]: Nessuna operazione da eseguire per "all".

make[2]: uscita dalla directory "/home/enzo/mpir/fft"

Making all in mpz

make[2]: ingresso nella directory "/home/enzo/mpir/mpz"

make[2]: Nessuna operazione da eseguire per "all".

make[2]: uscita dalla directory "/home/enzo/mpir/mpz"

Making all in mpq

make[2]: ingresso nella directory "/home/enzo/mpir/mpq"

make[2]: Nessuna operazione da eseguire per "all".

make[2]: uscita dalla directory "/home/enzo/mpir/mpq"

Making all in mpf

make[2]: ingresso nella directory "/home/enzo/mpir/mpf"

make[2]: Nessuna operazione da eseguire per "all".

make[2]: uscita dalla directory "/home/enzo/mpir/mpf"

Making all in printf

make[2]: ingresso nella directory "/home/enzo/mpir/printf"

make[2]: Nessuna operazione da eseguire per "all".

make[2]: uscita dalla directory "/home/enzo/mpir/printf"

Making all in scanf

make[2]: ingresso nella directory "/home/enzo/mpir/scanf"

make[2]: Nessuna operazione da eseguire per "all".

make[2]: uscita dalla directory "/home/enzo/mpir/scanf"

Making all in cxx

make[2]: ingresso nella directory "/home/enzo/mpir/cxx"

make[2]: Nessuna operazione da eseguire per "all".

make[2]: uscita dalla directory "/home/enzo/mpir/cxx"

Making all in tune

make[2]: ingresso nella directory "/home/enzo/mpir/tune"

make[2]: Nessuna operazione da eseguire per "all".

make[2]: uscita dalla directory "/home/enzo/mpir/tune"

Making all in doc

make[2]: ingresso nella directory "/home/enzo/mpir/doc"

restore=: && backupdir=".am$$" && \

am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \

rm -rf $backupdir && mkdir $backupdir && \

if (/bin/bash /home/enzo/mpir/missing makeinfo --version) >/dev/null 2>&1;
then \

  for f in mpir.info mpir.info-[0-9] mpir.info-[0-9][0-9] mpir.i[0-9]
mpir.i[0-9][0-9]; do \

    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \

  done; \

else :; fi && \

cd "$am__cwd"; \

if /bin/bash /home/enzo/mpir/missing makeinfo   -I . \

-o mpir.info mpir.texi; \

then \

  rc=0; \

  CDPATH="${ZSH_VERSION+.}:" && cd .; \

else \

  rc=$?; \

  CDPATH="${ZSH_VERSION+.}:" && cd . && \

  $restore $backupdir/* `echo "./mpir.info" | sed 's|[^/]*$||'`; \

fi; \

rm -rf $backupdir; exit $rc

/home/enzo/mpir/missing: riga 81: makeinfo: comando non trovato

WARNING: 'makeinfo' is missing on your system.

         You should only need it if you modified a '.texi' file, or

         any other file indirectly affecting the aspect of the manual.

         You might want to install the Texinfo package:

         <http://www.gnu.org/software/texinfo/>

         The spurious makeinfo call might also be the consequence of

         using a buggy 'make' (AIX, DU, IRIX), in which case you might

         want to install GNU make:

         <http://www.gnu.org/software/make/>

Makefile:403: recipe for target 'mpir.info' failed

make[2]: *** [mpir.info] Error 127

make[2]: uscita dalla directory "/home/enzo/mpir/doc"

Makefile:952: recipe for target 'all-recursive' failed

make[1]: *** [all-recursive] Error 1

make[1]: uscita dalla directory "/home/enzo/mpir"

Makefile:755: recipe for target 'all' failed

make: *** [all] Error 2

 

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...@gnu.org> Per
conto di Ron Economos
Inviato: martedì 28 aprile 2020 14:07
A: discuss-gnuradio@gnu.org
Oggetto: Re: R: R: R: Mpir Installation

 

sudo apt-get install yasm

Ron

On 4/28/20 05:03, Vincenzo Mone wrote:

Yes Ron,

it waorked since i gave the ./configure command.

I got another error:

 

checking build system type... x86_64-unknown-linux-gnu

checking host system type... x86_64-unknown-linux-gnu

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /bin/mkdir -p

checking for gawk... no

checking for mawk... mawk

checking whether make sets $(MAKE)... yes

checking whether make supports nested variables... yes

checking whether to enable maintainer-specific portions of Makefiles... no

checking ABI=64

checking compiler gcc -m64 ... yes

checking compiler gcc -m64  -O2... yes

checking compiler gcc -m64 -O2  -march=k8... yes

checking compiler gcc -m64 -O2 -march=k8  -mtune=k8... yes

checking for gcc... gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables... 

checking whether we are cross compiling... no

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 ISO C89... none needed

checking whether gcc understands -c and -o together... yes

checking how to run the C preprocessor... gcc -E

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for ANSI C header files... yes

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 minix/config.h usability... no

checking minix/config.h presence... no

checking for minix/config.h... no

checking whether it is safe to define __EXTENSIONS__... 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 ISO C89... (cached) none needed

checking whether gcc understands -c and -o together... (cached) yes

checking for gcc option to accept ISO C99... none needed

checking for gcc option to accept ISO Standard C... (cached) none needed

checking how to run the C preprocessor... gcc -E

checking build system compiler gcc... yes

checking for build system preprocessor... gcc -E

checking for build system executable suffix... 

checking whether build system compiler is ANSI... yes

checking for build system compiler math library... -lm

Looking for a system-wide yasm...

configure: error: no system-wide yasm found

 

What am I still missing please?

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
<mailto:discuss-gnuradio-bounces+vimone=alice...@gnu.org>
<discuss-gnuradio-bounces+vimone=alice...@gnu.org> Per conto di Ron Economos
Inviato: martedì 28 aprile 2020 13:00
A: discuss-gnuradio@gnu.org <mailto:discuss-gnuradio@gnu.org> 
Oggetto: Re: R: R: Mpir Installation

 

Looks like you're missing M4. Try:

sudo apt-get install autotools-dev automake autoconf

For reference, here's what I'm seeing.

ubuntu@arm:~/xfer/mpir$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal 
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize
libtoolize: putting auxiliary files in '.'.
libtoolize: linking file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --no-force
configure.ac:1719: installing './compile'
configure.ac:57: installing './config.guess'
configure.ac:57: installing './config.sub'
configure.ac:67: installing './install-sh'
configure.ac:67: installing './missing'
parallel-tests: installing './test-driver'
autoreconf: Leaving directory `.'

Ron

On 4/28/20 03:35, Vincenzo Mone wrote:

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  <mailto:w...@comcast.net> <w...@comcast.net> 
Inviato: lunedì 27 aprile 2020 15:18
A: Vincenzo Mone  <mailto:vim...@alice.it> <vim...@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/gnura
dio

-- 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
<mailto:discuss-gnuradio-bounces+vimone=alice...@gnu.org>
<discuss-gnuradio-bounces+vimone=alice...@gnu.org> Per conto di Ron Economos
Inviato: lunedì 27 aprile 2020 14:46
A: discuss-gnuradio@gnu.org <mailto: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    *****

      *********************************

 

Reply via email to