help-octave
[Top][All Lists]
Advanced

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

Re: building error


From: Mike Miller
Subject: Re: building error
Date: Sat, 12 Sep 2015 10:43:31 -0400
User-agent: Mutt/1.5.23 (2014-03-12)

Please keep the Octave mailing lists in cc when replying, fixed.

On Sat, Sep 12, 2015 at 13:51:54 +0900, Sungwon Shin wrote:
> Thank you, mike.
> I installed librsvg2-bin and made another directory (build4), in there
> 
> $ ../configure
> $ ./config.status  (I don't know exactly what this script works, but I just
> run it)
> $ make
> 
> then I guess that the rsvg-convert error has gone. but another error comes,,
> the last part of result is
> 
> ------------------------------------------------------------------------------------------------------------
>   CXX      libinterp/corefcn/libinterp_corefcn_libcorefcn_la-givens.lo
>   CXX      libinterp/corefcn/libinterp_corefcn_libcorefcn_la-gl-render.lo
>   CXX
> libinterp/corefcn/libinterp_corefcn_libcorefcn_la-gl2ps-renderer.lo
>   CXX      libinterp/corefcn/libinterp_corefcn_libcorefcn_la-graphics.lo
> g++: internal compiler error: Killed (program cc1plus)
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
> Makefile:17191: recipe for target
> 'libinterp/corefcn/libinterp_corefcn_libcorefcn_la-graphics.lo' failed
> make[2]: ***
> [libinterp/corefcn/libinterp_corefcn_libcorefcn_la-graphics.lo] Error 1
> make[2]: Leaving directory '/home/swshin/Softwares/octave/build4'
> Makefile:25745: recipe for target 'all-recursive' failed
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory '/home/swshin/Softwares/octave/build4'
> Makefile:9868: recipe for target 'all' failed
> make: *** [all] Error 2
> -----------------------------------------------------------------------------------------------------
> 
> can you see what's the problem?

The problem is "g++: internal compiler error". This either means your
version of gcc has a bug, or possibly you haven't given enough memory to
your virtual machine.


> p.s :
> 
> I just installed 'librsvg2-bin' but I didn't run it
> 
> $ rsvg-convert    ( is it necessary?)
> 
> anyway, after failed 'make' I am trying to run 'rsvg-convert'
> Does it take long time? although 10 min has passed, there's no response.

I was showing you how to find the name of the package to install
yourself. If you see an error about a missing program, try running the
program and Ubuntu will tell you what package to install.

> p.s 2 : I use Ubuntu 15.04 in virtualbox. can you recommend the best OS
> system (or version) for building up to date octave?

What is the reason for building Octave yourself instead of just
installing it from your distribution? Do you want to work with Octave
development or do you just want to get it running?

-- 
mike



reply via email to

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