Hello you all
Hope someone can help me, I am trying to compile scilab 5.5.2 from source in
order to use MPI to get a simulation to run in parallel.
I downloaded the 5.5.2 version and its Compilation prerequirements from
https://www.scilab.org/development/ml .
I extracted both into a folder and performed a ./configure with no errors at
all (I skipped the --with-mpi in the first try, just to keep it simple)
But when I tried to compile with "make" after a while I get a error
"Found dependency from scilab-cli-bin to libstdc++ foundMakefile:2092: recipe
for target 'check-libstdcpp-dep' failedmake[1]: *** [check-libstdcpp-dep] Error
2make[1]: Leaving directory
'/home/emartini/Downloads/scilab-5.5.2'Makefile:1541: recipe for target
'all-recursive' failedmake: *** [all-recursive] Error 1"
I have no clue what to do about it, (and clearly adding MPI didn't help
neither...) .Can someone help me out on this one?!
Thanks a lot in advance!!!
checking whether ln -s works... 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 for ar... ar
checking the archiver (ar) interface... ar
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE64_SOURCE value needed for large files...
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library path variable... LD_LIBRARY_PATH
checking whether to activate relocatable installation... no
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 for shared library run path origin... done
checking whether to enable maintainer-specific portions of Makefiles... no
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 for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking if gfortran is a fortran 90 compatible compiler... yes
checking size of int... 4
checking size of long... 8
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for g++... yes
checking whether gfortran understands -c and -o together... yes
checking for nm... nm
checking for leading underscores with Fortran (name-mangling scheme)... no
checking for trailing underscores with Fortran (name-mangling scheme)... yes
checking use of the sharpsign in CPP... yes
Define C2F with Trailing Underscore and Sharp Sign
checking for clock_gettime in -lrt... yes
checking for ocamlc... ocamlc
checking for ocamlopt... ocamlopt
checking for ocamldep... ocamldep
checking for ocamlyacc... ocamlyacc
checking for ocamllex... ocamllex
checking JAVA_HOME variable... JAVA_HOME variable found, use it as JVM root directory
checking for zip or jar files to include on CLASSPATH...
checking to see if the java compiler works... yes
Using JAVAC=/usr/lib/jvm/java-8-oracle/bin/javac
Java found in /usr/lib/jvm/java-8-oracle
checking type of jvm... jdk
checking java API version... 1.8
Using the following JNI include flags -I/usr/lib/jvm/java-8-oracle/include -I/usr/lib/jvm/java-8-oracle/include/linux
checking if jni.h can be included... yes
Looking for JNI libs with x86_64 as machine hardware name
Looking for /usr/lib/jvm/java-8-oracle/jre/lib/x86_64/libjava.so
Looking for /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libjava.so
Found /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libjava.so
Using the following JNI library flags -L/usr/lib/jvm/java-8-oracle/jre/lib/amd64 -ljava -lverify -L/usr/lib/jvm/java-8-oracle/jre/lib/amd64/server -ljvm
Using the following runtime library path /usr/lib/jvm/java-8-oracle/jre/lib/amd64:/usr/lib/jvm/java-8-oracle/jre/lib/amd64/server
checking to see if we can link a JNI application... yes
checking for zip or jar files to include on CLASSPATH...
checking for java... /usr/lib/jvm/java-8-oracle/bin/java
checking for java_g... no
checking for javah... /usr/lib/jvm/java-8-oracle/bin/javah
checking for jar... /usr/lib/jvm/java-8-oracle/bin/jar
checking for javadoc... /usr/lib/jvm/java-8-oracle/bin/javadoc
checking for jdb... /usr/lib/jvm/java-8-oracle/bin/jdb
checking for ant... /usr/bin/ant
checking jgraphx... /home/emartini/Downloads/scilab-5.5.2/thirdparty/jgraphx.jar
checking minimal version (2.0.0.1) of jgraphx... yes
Use external version of scirenderer
checking flexdock... /home/emartini/Downloads/scilab-5.5.2/thirdparty/flexdock-1.2.4.jar
checking minimal version (1.2.4) of flexdock... yes
checking looks... /home/emartini/Downloads/scilab-5.5.2/thirdparty/looks-2.1.1.jar
checking skinlf... /home/emartini/Downloads/scilab-5.5.2/thirdparty/skinlf.jar
checking jogl2... /home/emartini/Downloads/scilab-5.5.2/thirdparty/jogl2.jar
checking minimal version (Specification-Version 2.2) of jogl2... yes
checking for glTexParameterf in -ljogl_desktop... no
checking for glTexParameterf in -ljogl_desktop ... yes
checking gluegen2-rt... /home/emartini/Downloads/scilab-5.5.2/thirdparty/gluegen2-rt.jar
checking for Java_jogamp_common_jvm_JVMUtil_initialize in -lgluegen2-rt... yes
checking jhall... /home/emartini/Downloads/scilab-5.5.2/thirdparty/jhall.jar
checking jrosetta-API... /home/emartini/Downloads/scilab-5.5.2/thirdparty/jrosetta-API.jar
checking jrosetta-engine... /home/emartini/Downloads/scilab-5.5.2/thirdparty/jrosetta-engine.jar
checking minimal version (1.0.4) of jrosetta-engine... yes
checking jeuclid-core... /home/emartini/Downloads/scilab-5.5.2/thirdparty/jeuclid-core.jar
checking fop... /home/emartini/Downloads/scilab-5.5.2/thirdparty/fop.jar
checking freehep-graphics2d... /home/emartini/Downloads/scilab-5.5.2/thirdparty/freehep-graphics2d.jar
checking freehep-graphicsio-emf... /home/emartini/Downloads/scilab-5.5.2/thirdparty/freehep-graphicsio-emf.jar
checking freehep-graphicsio... /home/emartini/Downloads/scilab-5.5.2/thirdparty/freehep-graphicsio.jar
checking freehep-io... /home/emartini/Downloads/scilab-5.5.2/thirdparty/freehep-io.jar
checking freehep-util... /home/emartini/Downloads/scilab-5.5.2/thirdparty/freehep-util.jar
checking batik-all... /home/emartini/Downloads/scilab-5.5.2/thirdparty/batik-all-1.7.jar
checking minimal version (1.7) of batik... yes
checking commons-io... /home/emartini/Downloads/scilab-5.5.2/thirdparty/commons-io.jar
checking xmlgraphics-commons... /home/emartini/Downloads/scilab-5.5.2/thirdparty/xmlgraphics-commons-1.4.jar
checking avalon-framework... /home/emartini/Downloads/scilab-5.5.2/thirdparty/avalon-framework.jar
checking xml-apis-ext... /home/emartini/Downloads/scilab-5.5.2/thirdparty/xml-apis-ext.jar
checking commons-logging... /home/emartini/Downloads/scilab-5.5.2/thirdparty/commons-logging.jar
checking jlatexmath... /home/emartini/Downloads/scilab-5.5.2/thirdparty/jlatexmath-1.0.3.jar
checking minimal version (1.0.3) of jlatexmath... yes
checking jlatexmath-fop... /home/emartini/Downloads/scilab-5.5.2/thirdparty/jlatexmath-fop-1.0.3.jar
checking checkstyle... no
checking commons-beanutils... no
checking antlr... /usr/share/java/antlr.jar
checking junit4... /usr/share/java/junit4.jar
checking cobertura... /usr/share/java/cobertura.jar
checking asm3... /usr/share/java/asm3.jar
checking asm... /usr/share/java/asm3-3.3.2.jar
checking ecj... /home/emartini/Downloads/scilab-5.5.2/thirdparty/ecj.jar
checking for sleep... yes
checking for usleep... yes
checking for dup2... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for getpass... yes
checking for rmdir... yes
checking for getwd... yes
checking for regcomp... yes
checking for atexit... yes
checking for putenv... yes
checking for setenv... yes
checking for bzero... yes
checking for memmove... yes
checking for memset... yes
checking for strcasecmp... yes
checking for strerror... yes
checking for strchr... yes
checking for strdup... yes
checking for strpbrk... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for select... yes
checking for endpwent... yes
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for isascii... yes
checking for iswprint... yes
checking for mkdir... yes
checking for munmap... yes
checking for strsignal... yes
checking for cos in -lm... yes
checking for pow... yes
checking for sqrt... yes
checking for finite... yes
checking for floor... yes
checking for exp10... yes
checking for erf... yes
checking for erfc... yes
checking for isnan... yes
checking for isinf... yes
checking for re_comp... yes
checking for socket... yes
checking for uname... yes
checking for setlocale... yes
checking for working memcmp... yes
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for working strtod... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking nlist.h usability... no
checking nlist.h presence... no
checking for nlist.h... no
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking term.h usability... yes
checking term.h presence... yes
checking for term.h... yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_rdev... yes
checking for a sed that does not truncate output... /bin/sed
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking whether closedir returns void... no
checking return type of signal handlers... void
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct stat.st_blocks... yes
checking for main in -lcurses... yes
checking for library containing tgetent... none required
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for dlopen in -ldl... yes
checking for library containing pthread_join... -lpthread
checking omp.h usability... yes
checking omp.h presence... yes
checking for omp.h... yes
checking for xmlReaderForFile in -lxml2... yes
checking for xmlBufferDetach in -lxml2... yes
checking for bind_textdomain_codeset... yes
checking for msgcat... /usr/bin/msgcat
checking if BLAS, ATLAS or MKL is available...
checking how to get verbose linking output from gfortran... -v
checking for Fortran 77 libraries of gfortran... -L/usr/lib/gcc/x86_64-linux-gnu/6 -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/6/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore
Generic Blas found
checking if LAPACK is available...
Library -llapack found
checking if ARPACK-NG is available...
checking for znaupd_ in -L/home/emartini/Downloads/scilab-5.5.2/usr/lib -larpack... yes
ARPACK-NG library found
checking whether the arpack library works...
Working ARPACK-NG library found (probably ARPACK-NG or a patched version of ARPACK)
checking for PCRE... yes
checking for pcre_compile in -lpcre... yes
checking for regexec in -lpcreposix... yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking for CURL... yes
checking for curl_easy_setopt in -lcurl... yes
checking curl.h usability... no
checking curl.h presence... no
checking for curl.h... no
checking for X... libraries , headers
checking for gethostbyname... (cached) yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for main in -ldl... yes
checking for header file tcl.h... found in /home/emartini/Downloads/scilab-5.5.2/usr/include
checking if tcl is version 8.4 or later... (8.5) yes
checking for tcl library tcl8.5... found /home/emartini/Downloads/scilab-5.5.2/usr/lib/libtcl8.5.so using -L/home/emartini/Downloads/scilab-5.5.2/usr/lib -ltcl8.5
checking for Tcl_DoOneEvent in -ltcl8.5... yes
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for header file tk.h... found in /home/emartini/Downloads/scilab-5.5.2/usr/include
checking if tk is version 8.4 or later... (8.5) yes
checking for tk library tk8.5... found /home/emartini/Downloads/scilab-5.5.2/usr/lib/libtk8.5.so using -L/home/emartini/Downloads/scilab-5.5.2/usr/lib -ltk8.5
checking for Tk_BindEvent in -ltk8.5... yes
checking matio.h usability... yes
checking matio.h presence... yes
checking for matio.h... yes
checking for Mat_Open in -lmatio... yes
checking saxon9he... /home/emartini/Downloads/scilab-5.5.2/thirdparty/saxon9he.jar
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse nm output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for glibc backtrace... yes
checking if the C compiler accepts "-rdynamic"... no
checking if the C++ compiler accepts "-rdynamic"... no
checking if the Fortran 77 compiler accepts "-rdynamic"... no
checking for stdc++ abi::__cxa_demangle... yes
checking if the C compiler accepts "-rdynamic"... no
checking if the C++ compiler accepts "-rdynamic"... no
checking if the Fortran 77 compiler accepts "-rdynamic"... no
checking for splint... no
checking for ccache... no
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating contrib/Makefile
config.status: creating desktop/images/icons/Makefile
config.status: creating desktop/Makefile
config.status: creating modules/helptools/Makefile
config.status: creating modules/data_structures/Makefile
config.status: creating modules/differential_equations/Makefile
config.status: creating modules/optimization/Makefile
config.status: creating modules/elementary_functions/Makefile
config.status: creating modules/special_functions/Makefile
config.status: creating modules/io/Makefile
config.status: creating modules/completion/Makefile
config.status: creating modules/history_manager/Makefile
config.status: creating modules/jvm/Makefile
config.status: creating modules/commons/Makefile
config.status: creating modules/sound/Makefile
config.status: creating modules/statistics/Makefile
config.status: creating modules/mexlib/Makefile
config.status: creating modules/sparse/Makefile
config.status: creating modules/linear_algebra/Makefile
config.status: creating modules/polynomials/Makefile
config.status: creating modules/symbolic/Makefile
config.status: creating modules/signal_processing/Makefile
config.status: creating modules/arnoldi/Makefile
config.status: creating modules/interpolation/Makefile
config.status: creating modules/intersci/Makefile
config.status: creating modules/localization/Makefile
config.status: creating modules/cacsd/Makefile
config.status: creating modules/boolean/Makefile
config.status: creating modules/integer/Makefile
config.status: creating modules/double/Makefile
config.status: creating modules/fileio/Makefile
config.status: creating modules/spreadsheet/Makefile
config.status: creating modules/string/Makefile
config.status: creating modules/time/Makefile
config.status: creating modules/graphics/Makefile
config.status: creating modules/graphic_export/Makefile
config.status: creating modules/graphic_objects/Makefile
config.status: creating modules/renderer/Makefile
config.status: creating modules/action_binding/Makefile
config.status: creating modules/gui/Makefile
config.status: creating modules/mpi/Makefile
config.status: creating modules/randlib/Makefile
config.status: creating modules/tclsci/Makefile
config.status: creating modules/windows_tools/Makefile
config.status: creating modules/core/Makefile
config.status: creating modules/prebuildjava/Makefile
config.status: creating modules/api_scilab/Makefile
config.status: creating modules/call_scilab/Makefile
config.status: creating modules/types/Makefile
config.status: creating modules/hdf5/Makefile
config.status: creating modules/fftw/Makefile
config.status: creating modules/umfpack/Makefile
config.status: creating modules/scicos/Makefile
config.status: creating modules/scicos_blocks/Makefile
config.status: creating modules/functions/Makefile
config.status: creating modules/dynamic_link/Makefile
config.status: creating modules/overloading/Makefile
config.status: creating modules/javasci/Makefile
config.status: creating modules/m2sci/Makefile
config.status: creating modules/compatibility_functions/Makefile
config.status: creating modules/development_tools/Makefile
config.status: creating modules/output_stream/Makefile
config.status: creating modules/console/Makefile
config.status: creating modules/demo_tools/Makefile
config.status: creating modules/genetic_algorithms/Makefile
config.status: creating modules/simulated_annealing/Makefile
config.status: creating modules/parameters/Makefile
config.status: creating modules/matio/Makefile
config.status: creating modules/atoms/Makefile
config.status: creating modules/xcos/Makefile
config.status: creating modules/scinotes/Makefile
config.status: creating modules/ui_data/Makefile
config.status: creating modules/graph/Makefile
config.status: creating modules/parallel/Makefile
config.status: creating modules/modules_manager/Makefile
config.status: creating modules/history_browser/Makefile
config.status: creating modules/preferences/Makefile
config.status: creating modules/xml/Makefile
config.status: creating modules/external_objects/Makefile
config.status: creating modules/external_objects_java/Makefile
config.status: creating modules/Makefile
config.status: creating Makefile
config.status: creating scilab.pc
config.status: creating etc/modules.xml
config.status: creating etc/classpath.xml
config.status: creating etc/Info.plist
config.status: creating etc/logging.properties
config.status: creating scilab.properties
config.status: creating scilab-lib.properties
config.status: creating scilab-lib-doc.properties
config.status: creating modules/helptools/etc/SciDocConf.xml
config.status: creating modules/core/includes/version.h
config.status: creating modules/core/includes/stack.h
config.status: creating modules/atoms/etc/repositories
config.status: creating modules/atoms/tests/unit_tests/repositories.orig
config.status: creating modules/core/includes/machine.h
config.status: modules/core/includes/machine.h is unchanged
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: executing libtool commands
Scilab is configured as follows. Please verify that this configuration
matches your expectations.
Host system type : x86_64-unknown-linux-gnu
Option Value
-------------------------------------------------------------------------
Shared libraries....... --enable-shared=yes
Static libraries....... --enable-static=no
GNU ld................. --with-gnu-ld=yes
Enable debug .......... --enable-debug=no
Enable debug C......... --enable-debug-C=no
Enable debug C++....... --enable-debug-CXX=no
Enable debug Java...... --enable-debug-java=
Enable debug Fortran... --enable-debug-fortran=no
Enable stop on warning. --enable-stop-on-warning=
Compiler Configuration:
Intel (--with-intelcompilers) .... =
GNU gcc (--with-gcc) ............. =
GNU Fortran 95 (--with-gfortran) . =
Options:
Do not use TCL/TK (--without-tk) ................. =
TCL include (--with-tcl-include) ................. =
TCL library (--with-tcl-library) ................. =
TK include (--with-tk-include) ................... =
TK library (--with-tk-library) ................... =
Install XML Help (--with-install-help-xml) ....... =
Compilation tests (--enable-compilation-tests) ... = no
Make the package relocatable (--enable-relocatable)= no
Use FFTW (--without-fftw) ........................ =
Use MATIO (--without-matio) ...................... =
Compile with Scilab thirdparties ................. = true
Xcos enable
Build modelica compiler (--without-modelica) ....... =
Ocaml Configuration (for Modelica compiler):
OCAMLC ............. = ocamlc
OCAMLOPT ........... = ocamlopt
OCAMLDEP ........... = ocamldep
Not using code coverage
OpenMP Configuration:
OpenMP CFLAGS ...... = -fopenmp
OpenMP CXXFLAGS .... = -fopenmp
OpenMP LIBS ........ = -lgomp -lstdc++
OpenMP LDFLAGS ..... =
FFTW Configuration:
FFTW LIBS .......... = -L/home/emartini/Downloads/scilab-5.5.2/usr/lib -lfftw3
FFTW CFLAGS ........ = -I/home/emartini/Downloads/scilab-5.5.2/usr/include
MATIO Configuration:
MATIO LIBS .......... = -L/home/emartini/Downloads/scilab-5.5.2/usr/lib -lm -lz -lmatio -lhdf5
MATIO CFLAGS ........ = -I/home/emartini/Downloads/scilab-5.5.2/usr/include
UMFPACK Configuration:
UMFPACK LIBS ....... = -L/home/emartini/Downloads/scilab-5.5.2/usr/lib -lumfpack -lamd
UMFPACK CFLAGS ..... = -I/home/emartini/Downloads/scilab-5.5.2/usr/include
UMFPACK SUITESPARSE = No
BLAS/LAPACK/ATLAS Configuration:
BLAS LIBS ............. = -L/home/emartini/Downloads/scilab-5.5.2/usr/lib -lblas
BLAS TYPE ............. = Generic Blas
LAPACK LIBS ........... = -L/home/emartini/Downloads/scilab-5.5.2/usr/lib -llapack
LAPACK TYPE ........... = Library -llapack
ARPACK LIBS ........... = -L/home/emartini/Downloads/scilab-5.5.2/usr/lib -larpack
Not using MPI
Gettext/localization configuration:
xgettext ............... = /usr/bin/xgettext
msgfmt ................ = /usr/bin/msgfmt
msgfmt_opts ............ =
msgcat ................ = /usr/bin/msgcat
Documentation building configuration:
Docbook XSL path ....... = /home/emartini/Downloads/scilab-5.5.2/thirdparty/docbook/
Saxon XSLT ............. = /home/emartini/Downloads/scilab-5.5.2/thirdparty/saxon9he.jar
XML commons external ... = /home/emartini/Downloads/scilab-5.5.2/thirdparty/xml-apis-ext.jar
Java Configuration:
JAVA_HOME ........... = /usr/lib/jvm/java-8-oracle
JAVAC ............... = /usr/lib/jvm/java-8-oracle/bin/javac
JAVA_CLASSPATH ...... =
JAVA_VERSION ........ = 1.8
JAVAC_FLAGS ......... = -g
JAVA_JNI_INCLUDE .... = -I/usr/lib/jvm/java-8-oracle/include -I/usr/lib/jvm/java-8-oracle/include/linux
JAVA_JNI_LIBS ....... = -L/usr/lib/jvm/java-8-oracle/jre/lib/amd64 -ljava -lverify -L/usr/lib/jvm/java-8-oracle/jre/lib/amd64/server -ljvm
JAVA_JNI_LIBS_PRELOAD =
JAVA ................ = /usr/lib/jvm/java-8-oracle/bin/java
JAVADOC ............. = /usr/lib/jvm/java-8-oracle/bin/javadoc
JAR ................. = /usr/lib/jvm/java-8-oracle/bin/jar
ANT ................. = /usr/bin/ant
Java dependencies:
Flexdock ............ = /home/emartini/Downloads/scilab-5.5.2/thirdparty/flexdock-1.2.4.jar
JOGL 2............... = /home/emartini/Downloads/scilab-5.5.2/thirdparty/jogl2.jar
JOGL 2 LIBS (JNI) ... = -ljogl_desktop -lGL
Gluegen 2 ........... = /home/emartini/Downloads/scilab-5.5.2/thirdparty/gluegen2-rt.jar
Gluegen 2 LIBS (JNI) = -lgluegen2-rt
Jeuclid (MathML) .... = /home/emartini/Downloads/scilab-5.5.2/thirdparty/jeuclid-core.jar
Jhall .............. = /home/emartini/Downloads/scilab-5.5.2/thirdparty/jhall.jar
Jrosetta (API) ...... = /home/emartini/Downloads/scilab-5.5.2/thirdparty/jrosetta-API.jar
Jrosetta (Engine) ... = /home/emartini/Downloads/scilab-5.5.2/thirdparty/jrosetta-engine.jar
Commons Logging ..... = /home/emartini/Downloads/scilab-5.5.2/thirdparty/commons-logging.jar
JGraph X ............ = /home/emartini/Downloads/scilab-5.5.2/thirdparty/jgraphx.jar
SciRenderer ......... = ${modules.dir}/scirenderer/${build.jar.dir}/scirenderer.jar
JLaTeXMath .......... = /home/emartini/Downloads/scilab-5.5.2/thirdparty/jlatexmath-1.0.3.jar
ECJ ................. = /home/emartini/Downloads/scilab-5.5.2/thirdparty/ecj.jar
Documentation, graphic export:
FOP (XML => PDF) .... = /home/emartini/Downloads/scilab-5.5.2/thirdparty/fop.jar
JLaTeXMath Fop ...... = /home/emartini/Downloads/scilab-5.5.2/thirdparty/jlatexmath-fop-1.0.3.jar
Batik (SVG) ......... = /home/emartini/Downloads/scilab-5.5.2/thirdparty/batik-all-1.7.jar
Avalon Framework .... = /home/emartini/Downloads/scilab-5.5.2/thirdparty/avalon-framework.jar
Commons I/O ......... = /home/emartini/Downloads/scilab-5.5.2/thirdparty/commons-io.jar
XML graphics commons = /home/emartini/Downloads/scilab-5.5.2/thirdparty/xmlgraphics-commons-1.4.jar
Code quality (optional):
Checkstyle .......... =
Commons-beanutils ... =
Antlr ............... = /usr/share/java/antlr.jar
Junit4 .............. = /usr/share/java/junit4.jar
Cobertura ........... = /usr/share/java/cobertura.jar
splint .............. = no
TCL/TK configuration:
TK_INC_PATH ........ = -I/home/emartini/Downloads/scilab-5.5.2/usr/include
TCL_INC_PATH ....... = -I/home/emartini/Downloads/scilab-5.5.2/usr/include
TCLTK_LIBS ......... = -L/home/emartini/Downloads/scilab-5.5.2/usr/lib -ltk8.5 -L/home/emartini/Downloads/scilab-5.5.2/usr/lib -ltcl8.5 -ldl
TCL_SERIAL_VERSION . = 8.5.15
TK_SERIAL_VERSION .. = 8.5.15
XML configuration:
XML_FLAGS .......... = -I/home/emartini/Downloads/scilab-5.5.2/usr/include/libxml2
XML_LIBS ........... = -L/home/emartini/Downloads/scilab-5.5.2/usr/lib -lxml2 -L/home/scilab/work/linux-prerequisites-sources/trunk/Dev-Tools/SE/Prerequirements/linux_x64/usr/lib -lz -lm -ldl
XML_VERSION ........ = 2.9.1
HDF5 configuration:
HDF5 CFLAGS ......... = -I/home/emartini/Downloads/scilab-5.5.2/usr/include
HDF5 LIBS ........... = -L/home/emartini/Downloads/scilab-5.5.2/usr/lib -lhdf5 -lhdf5_hl
PCRE configuration:
PCRE_CFLAGS ........ = -I/home/emartini/Downloads/scilab-5.5.2/usr/include
PCRE_LIBS .......... = -L/home/emartini/Downloads/scilab-5.5.2/usr/lib -lpcreposix -lpcre
PCRE_VERSION ....... = 8.35
CURL configuration:
CURL_CFLAGS ........ = -I/home/emartini/Downloads/scilab-5.5.2/usr/include
CURL_LIBS .......... = -L/home/emartini/Downloads/scilab-5.5.2/usr/lib -lcurl -L/home/scilab/work/linux-prerequisites-sources/trunk/Dev-Tools/SE/Prerequirements/linux_x64/usr/lib -L/home/scilab/work/linux-prerequisites-sources/trunk/Dev-Tools/SE/Prerequirements/linux_x64/usr/lib -lssl -lcrypto -lrt -lz
CURL_VERSION ....... = libcurl 7.19.7
SWIG Configuration:
SWIG generation disabled
GIWS Configuration:
GIWS generation disabled
Libtool config:
objext .............. = o
libext (static) ..... = a
shrext_cmds ......... = .so
exeext .............. =
Compilation paths:
srcdir .............. = .
srcdir_full ......... = /home/emartini/Downloads/scilab-5.5.2
builddir ............ = /home/emartini/Downloads/scilab-5.5.2
Platform information:
host ........... = x86_64-unknown-linux-gnu
host_cpu ....... = x86_64
host_vendor .... = unknown
host_os ... .... = linux-gnu
hostname ....... = emartini-HP-EliteDesk-800-G1-SFF
CPU 64 bits .... = true
Options used to compile and link:
prefix ......... = /usr/local
localedir ...... = ${datarootdir}/locale
VERSION ........ = 5
CC ............. = gcc
CFLAGS ......... = -g -O2
SCI_CFLAGS ..... = -D_LARGEFILE64_SOURCE -DNDEBUG -m64 -fno-stack-protector
DEFS ........... = -DHAVE_CONFIG_H
LD ............. = /usr/bin/ld -m elf_x86_64
LDFLAGS ........ = -Wl,--no-as-needed
SCI_LDFLAGS .... =
LIBS ........... = -lpthread -ldl -lcurses -lm
CXX ............ = g++
CXXFLAGS ....... = -g -O2
SCI_CXXFLAGS ... = -DNDEBUG -fno-stack-protector
F77 ............ = gfortran
FFLAGS ......... = -g -O2
SCI_FFLAGS ..... = -DNDEBUG -m64 -fPIC
F77_LDFLAGS .... =
FLIBS...... .... = -L/usr/lib/gcc/x86_64-linux-gnu/6 -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/6/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath
TERMCAP_LIB .... = no
Making all in modules
make[1]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules'
Making all in prebuildjava
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/prebuildjava'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/prebuildjava/build.xml
scirenderer:
[echo] Using:
[echo] ${thirdparty.dir}
[echo] /home/emartini/Downloads/scilab-5.5.2/thirdparty/jogl2.jar
[echo] /home/emartini/Downloads/scilab-5.5.2/thirdparty/gluegen2-rt.jar
[echo] /home/emartini/Downloads/scilab-5.5.2/thirdparty/jlatexmath-1.0.3.jar
init:
compile:
noversion:
[echo] Using:
[echo] ${thirdparty.dir}
[echo] /home/emartini/Downloads/scilab-5.5.2/thirdparty/jogl2.jar
[echo] /home/emartini/Downloads/scilab-5.5.2/thirdparty/gluegen2-rt.jar
[echo] /home/emartini/Downloads/scilab-5.5.2/thirdparty/jlatexmath-1.0.3.jar
init:
compile:
jar:
localization:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/localization/jar/org.scilab.modules.localization.jar
commons:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/commons/jar/org.scilab.modules.commons.jar
history_manager:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/history_manager/jar/org.scilab.modules.history_manager.jar
jvm:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/jvm/jar/org.scilab.modules.jvm.jar
action_binding:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/action_binding/jar/org.scilab.modules.action_binding.jar
graphic_objects:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/graphic_objects/jar/org.scilab.modules.graphic_objects.jar
completion:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/completion/jar/org.scilab.modules.completion.jar
console:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/console/jar/org.scilab.modules.console.jar
renderer:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/renderer/jar/org.scilab.modules.renderer.jar
graphic_export:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/graphic_export/jar/org.scilab.modules.graphic_export.jar
gui:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/gui/jar/org.scilab.modules.gui.jar
core:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/core/jar/org.scilab.modules.core.jar
helptools:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/helptools/jar/org.scilab.modules.helptools.jar
types:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/types/jar/org.scilab.modules.types.jar
scinotes:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/scinotes/jar/org.scilab.modules.scinotes.jar
ui_data:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/ui_data/jar/org.scilab.modules.ui_data.jar
history_browser:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/history_browser/jar/org.scilab.modules.history_browser.jar
javasci:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
graph:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/graph/jar/org.scilab.modules.graph.jar
xcos:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/xcos/jar/org.scilab.modules.xcos.jar
preferences:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/preferences/jar/org.scilab.modules.preferences.jar
external_objects_java:
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/external_objects_java/jar/org.scilab.modules.external_objects_java.jar
all:
BUILD SUCCESSFUL
Total time: 1 second
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/prebuildjava'
Making all in fileio
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/fileio'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/fileio'
Making all in mexlib
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/mexlib'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/mexlib'
Making all in functions
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/functions'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/functions'
Making all in parameters
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/parameters'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/parameters'
Making all in boolean
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/boolean'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/boolean'
Making all in cacsd
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/cacsd'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/cacsd'
Making all in signal_processing
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/signal_processing'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/signal_processing'
Making all in core
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/core'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/core/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
BUILD SUCCESSFUL
Total time: 0 seconds
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/core'
Making all in call_scilab
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/call_scilab'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/call_scilab'
Making all in api_scilab
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/api_scilab'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/api_scilab'
Making all in data_structures
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/data_structures'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/data_structures'
Making all in differential_equations
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/differential_equations'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/differential_equations'
Making all in double
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/double'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/double'
Making all in elementary_functions
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/elementary_functions'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/elementary_functions'
Making all in integer
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/integer'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/integer'
Making all in intersci
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/intersci'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/intersci'
Making all in io
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/io'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/io'
Making all in linear_algebra
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/linear_algebra'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/linear_algebra'
Making all in localization
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/localization'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/localization'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/localization/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/localization'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/localization'
Making all in polynomials
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/polynomials'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/polynomials'
Making all in special_functions
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/special_functions'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/special_functions'
Making all in time
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/time'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/time'
Making all in windows_tools
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/windows_tools'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/windows_tools'
Making all in sparse
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/sparse'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/sparse'
Making all in completion
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/completion'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/completion'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/completion/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/completion'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/completion'
Making all in history_manager
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/history_manager'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/history_manager'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/history_manager/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/history_manager'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/history_manager'
Making all in output_stream
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/output_stream'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/output_stream'
Making all in string
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/string'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/string'
Making all in hdf5
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/hdf5'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/hdf5'
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/hdf5'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/hdf5'
Making all in fftw
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/fftw'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/fftw'
Making all in statistics
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/statistics'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/statistics'
Making all in dynamic_link
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/dynamic_link'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/dynamic_link'
Making all in console
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/console'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/console'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/console/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/console'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/console'
Making all in arnoldi
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/arnoldi'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/arnoldi'
Making all in spreadsheet
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/spreadsheet'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/spreadsheet'
Making all in tclsci
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/tclsci'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/tclsci'
Making all in commons
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/commons'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/commons'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/commons/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/commons'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/commons'
Making all in jvm
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/jvm'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/jvm/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
BUILD SUCCESSFUL
Total time: 0 seconds
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/jvm'
Making all in action_binding
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/action_binding'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/action_binding'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/action_binding/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/action_binding'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/action_binding'
Making all in graphic_objects
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/graphic_objects'
-- GraphicObjectProperties.h already up-to-date --
-- GraphicObjectProperties.java already up-to-date --
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/graphic_objects'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/graphic_objects/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/graphic_objects'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/graphic_objects'
Making all in renderer
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/renderer'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/renderer'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/renderer/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/renderer'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/renderer'
Making all in gui
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/gui'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/gui'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/gui/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/gui'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/gui'
Making all in graphic_export
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/graphic_export'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/graphic_export'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/graphic_export/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/graphic_export/jar/org.scilab.modules.graphic_export.jar
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/graphic_export'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/graphic_export'
Making all in graphics
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/graphics'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/graphics'
Making all in optimization
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/optimization'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/optimization'
Making all in symbolic
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/symbolic'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/symbolic'
Making all in randlib
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/randlib'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/randlib'
Making all in interpolation
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/interpolation'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/interpolation'
Making all in sound
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/sound'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/sound'
Making all in overloading
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/overloading'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/overloading'
Making all in m2sci
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/m2sci'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/m2sci'
Making all in development_tools
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/development_tools'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/development_tools'
Making all in compatibility_functions
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/compatibility_functions'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/compatibility_functions'
Making all in helptools
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/helptools'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/helptools'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/helptools/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/helptools/jar/org.scilab.modules.helptools.jar
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/helptools'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/helptools'
Making all in umfpack
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/umfpack'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/umfpack'
Making all in demo_tools
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/demo_tools'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/demo_tools'
Making all in genetic_algorithms
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/genetic_algorithms'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/genetic_algorithms'
Making all in simulated_annealing
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/simulated_annealing'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/simulated_annealing'
Making all in matio
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/matio'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/matio'
Making all in atoms
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/atoms'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/atoms'
Making all in hdf5
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/hdf5'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/hdf5'
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/hdf5'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/hdf5'
Making all in graph
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/graph'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/graph/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/graph/jar/org.scilab.modules.graph.jar
BUILD SUCCESSFUL
Total time: 0 seconds
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/graph'
Making all in xcos
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/xcos'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/xcos'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/xcos/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/xcos/jar/org.scilab.modules.xcos.jar
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/xcos'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/xcos'
Making all in scinotes
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/scinotes'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/scinotes'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/scinotes/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/scinotes/jar/org.scilab.modules.scinotes.jar
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/scinotes'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/scinotes'
Making all in parallel
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/parallel'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/parallel'
Making all in modules_manager
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/modules_manager'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/modules_manager'
Making all in ui_data
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/ui_data'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/ui_data'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/ui_data/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/ui_data/jar/org.scilab.modules.ui_data.jar
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/ui_data'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/ui_data'
Making all in history_browser
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/history_browser'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/history_browser'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/history_browser/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/history_browser/jar/org.scilab.modules.history_browser.jar
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/history_browser'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/history_browser'
Making all in preferences
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/preferences'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/preferences'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/preferences/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/preferences/jar/org.scilab.modules.preferences.jar
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/preferences'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/preferences'
Making all in xml
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/xml'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/xml'
Making all in types
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/types'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/types'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/types/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/types/jar/org.scilab.modules.types.jar
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/types'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/types'
Making all in external_objects
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/external_objects'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/external_objects'
Making all in external_objects_java
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/external_objects_java'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/external_objects_java'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/external_objects_java/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
[jar] Building jar: /home/emartini/Downloads/scilab-5.5.2/modules/external_objects_java/jar/org.scilab.modules.external_objects_java.jar
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/external_objects_java'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/external_objects_java'
Making all in scicos_blocks
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/scicos_blocks'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/scicos_blocks'
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/scicos_blocks'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/scicos_blocks'
Making all in scicos
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/scicos'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/scicos'
Making all in .
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules'
Making all in javasci
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/javasci'
make all-am
make[3]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/modules/javasci'
Buildfile: /home/emartini/Downloads/scilab-5.5.2/modules/javasci/build.xml
[taskdef] Could not load definitions from resource checkstyletask.properties. It could not be found.
init:
compile:
jar:
BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/javasci'
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules/javasci'
make[1]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/modules'
Making all in contrib
make[1]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/contrib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/contrib'
Making all in desktop
make[1]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/desktop'
Making all in images/icons/
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/desktop/images/icons'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/desktop/images/icons'
make[2]: Entering directory '/home/emartini/Downloads/scilab-5.5.2/desktop'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/desktop'
make[1]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2/desktop'
make[1]: Entering directory '/home/emartini/Downloads/scilab-5.5.2'
Found dependency from scilab-cli-bin to libstdc++ found
Makefile:2092: recipe for target 'check-libstdcpp-dep' failed
make[1]: Leaving directory '/home/emartini/Downloads/scilab-5.5.2'
Makefile:1541: recipe for target 'all-recursive' failed
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users