octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: build_octave


From: SUDHIR KUMAR SUMAN
Subject: Re: build_octave
Date: Sun, 18 Mar 2018 17:06:31 +0530

 Hi all, on giving the command make check I am getting this error.

 GEN      oct-conf-post.h
config.status: creating oct-conf-post.h-tmp
config.status: executing oct-conf-post.h commands
  GEN      build-aux/subst-default-vals.sh
config.status: creating build-aux/subst-default-vals.sh-tmp
config.status: executing build-aux/subst-default-vals.sh commands
  GEN      libinterp/corefcn/mk-mxarray-h.sh
config.status: creating libinterp/corefcn/mk-mxarray-h.sh-tmp
config.status: executing libinterp/corefcn/mk-mxarray-h.sh commands
  YACC     libinterp/corefcn/oct-tex-parser.h
oct-tex-parser.output is unchanged
oct-tex-parser.tab.cc is unchanged
oct-tex-parser.tab.hh is unchanged
/bin/sed: can't read libinterp/corefcn/oct-tex-parser.cc-t: No such file or directory
Makefile:27447: recipe for target 'libinterp/corefcn/oct-tex-parser.h' failed
make: *** [libinterp/corefcn/oct-tex-parser.h] Error 2



On 18 March 2018 at 16:28, SUDHIR KUMAR SUMAN <address@hidden> wrote:
output of configure

On 18 March 2018 at 10:07, Tatsuro MATSUOKA <address@hidden> wrote:
Perhaps cofigure was in failure. Please give  configure output.

Tatsuro

--- alokiitb11
> Please provide me the solution
> getting the error "make: *** No targets specified and no makefile found.  Stop"    while writting command "make -j2".thanks
>
> On 18 March 2018 at 07:41, Dildar Sk <address@hidden> wrote:
> Building Octave isn't very hard.
> Follow this Quickstart.
> Quick start
> -----------
>
> 1. Install all the required dependencies.
> just pqste this:
> sudo apt-get install gcc g++ gfortran make libblas-dev liblapack-dev
> libpcre3-dev libarpack2-dev libcurl4-gnutls-dev epstool libfftw3-dev
> transfig libfltk1.3-dev libfontconfig1-dev libfreetype6-dev libgl2ps-dev
> libglpk-dev libreadline-dev gnuplot-x11 libgraphicsmagick++1-dev
> libhdf5-serial-dev openjdk-8-jdk libsndfile1-dev llvm-dev lpr texinfo
> libgl1-mesa-dev libosmesa6-dev pstoedit portaudio19-dev libqhull-dev
> libqrupdate-dev libqscintilla2-dev libqt4-dev libqtcore4 libqtwebkit4
> libqt4-network libqtgui4 libqt4-opengl-dev libsuitesparse-dev texlive
> libxft-dev zlib1g-dev autoconf automake bison flex gperf gzip icoutils
> librsvg2-bin libtool perl rsync tar
>
>
> 2. Clone the Octave sources:
>
> hg clone https://www.octave.org/hg/ octave
>
> 3. Change to the top-level directory of the Octave source tree and
> run the `bootstrap` script:
>
> cd octave
> ./bootstrap
>
> 4. Create a build directory, `cd` to it, then run `configure` and
> `make`, or `make -jX` (to run `X` simultaneous jobs):
>
> mkdir .build
> cd .build
> ../configure
> make -j2
> make check
> make install
>
>
>
> --
> Sent from: http://octave.1599824.n4. nabble.com/Octave-Maintainers- f1638794.html
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]