octave-maintainers
[Top][All Lists]
Advanced

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

Re: trouble compiling


From: Luca Citi
Subject: Re: trouble compiling
Date: Thu, 17 May 2012 23:41:08 -0400

Hi Doug!
Same here. I am using Kubuntu 12.04 amd64.
I had the same error trying to build the development version of octave
after installing the default ubuntu build-deps for octave3.2 that for
some reason misses bison. I fixed it by installing bison too.

This is what I suggest:
$ sudo aptitude --add-user-tag octave-build build-dep octave3.2
$ sudo aptitude --add-user-tag octave-build install bison
then, if you have already messed up your clone of the octave repository:
$ make clean
$ hg st -un0 | xargs -0 rm
Finally:
$ ./autogen.sh
$ ./configure
$ make

I hope this helps.
Luca


reply via email to

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