[RPL/2] RPL/2 build problem Making Progress

BERTRAND Joël joel.bertrand at systella.fr
Thu Apr 16 11:44:01 CEST 2015


Mark H. Harris a écrit :
> Greetings,  merci,  I am making progress.  You are correct,  libieee.a
>   is nowhere on the Edison;  although, libc6 and libc6-dev are there!
>
> The Raspberry PI has libieee.a  (and I have read only) that it is an
> empty static library for cases where -lieee checks /
>
> I built my own test static library  libieee.a  and tried configure
> again...   this time it ran to completion!  --no errors.
>
>
> Then I tried  make.
>
> make ran for about an hour and a half, and then failed with the
> following error(s) in the output:   <sorry, I cut and paste>
>
>
> Now please type 'make check' to run a quick test suite. Hope it works.
>
> make[4]: Leaving directory
> '/opt/work/rpl-4.1.20/rpl-build/tools/libsigsegv-2.11'
> make[3]: Leaving directory
> '/opt/work/rpl-4.1.20/rpl-build/tools/libsigsegv-2.11'
> make[2]: Leaving directory
> '/opt/work/rpl-4.1.20/rpl-build/tools/libsigsegv-2.11'
> make -C ./tools
> make[2]: Entering directory '/opt/work/rpl-4.1.20/rpl-build/tools'
> Makefile:577: warning: overriding recipe for target 'distclean'
> Makefile:486: warning: ignoring old recipe for target 'distclean'
> test -f openmotif.lib && rm -f openmotif.lib;
> if [ x"" = x ]; then \
> touch openmotif.lib; \
> else \
> echo -n LD_MOTIF_ > openmotif.lib; \
> grep "^LIBS=" openmotif-2.3.4/config.log | \
> tr -d "'" >> openmotif.lib; \
> echo -n LD_MOTIF_ >> openmotif.lib; \
> grep "^X_XMU" openmotif-2.3.4/config.log | \
> tr -d "'" >> openmotif.lib; \
> fi
> if [ x"" != x ]; then \
> make  -C gnuplot-5.0.0 all; fi
> make[2]: Leaving directory '/opt/work/rpl-4.1.20/rpl-build/tools'
> make -C ./rpltags
> make[2]: Entering directory '/opt/work/rpl-4.1.20/rpl-build/rpltags'
>    CC       rpltags-rpltags.o
>    CCLD     rpltags
> make[2]: Leaving directory '/opt/work/rpl-4.1.20/rpl-build/rpltags'
> make -C ./src
> make[2]: Entering directory '/opt/work/rpl-4.1.20/rpl-build/src'
>    AWK    generateurs.c
> /usr/local/bin/bash: locale: command not found
>    CONV   ../../src/algebre_lineaire1.c
> /usr/local/bin/bash: line 4: expand: command not found

	src/Makefile requires 'expand' utilities (and a regular locale) to 
convert *.c into *-conv.c. You have to install GNU Corutils. By default, 
I'm not sure that RPL/CAS will be built, but you can use RPL/2 without 
RPL/CAS. You can try to build this extension later with --enable-rplcas.

> Makefile:6389: recipe for target 'algebre_lineaire1-conv.c' failed
> make[2]: *** [algebre_lineaire1-conv.c] Error 127
> make[2]: Leaving directory '/opt/work/rpl-4.1.20/rpl-build/src'
> Makefile:1219: recipe for target 'all-rpl' failed
> make[1]: *** [all-rpl] Error 2
> make[1]: Leaving directory '/opt/work/rpl-4.1.20/rpl-build'
> Makefile:936: recipe for target 'all' failed
> make: *** [all] Error 2

	Regards,

	JKB



More information about the RPL2 mailing list