octave-maintainers
[Top][All Lists]
Advanced

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

Re:


From: Ben Abbott
Subject: Re:
Date: Wed, 18 Jan 2012 08:35:22 -0500

On Jan 17, 2012, at 11:15 PM, Doug Stewart wrote:

> I have the latest tip but
> when I run ./autogen.sh it complains about
> ./autogen.sh: 23: ./bootstrap: not found
> 
> Ubuntu 10.04 
> 
> What am I doing wrong?

I just booted my Ubuntu 10.04 on VBOX and am building Octave there for the 
first time in about a month. So, I can verify it works.

I'd try ...

        maintainer-clean
        hg pull ; hg update -C default
        ./autogen.sh

If the maintainer-clean ends in an error, you can try the command below, and 
then pull / update / autogen

        hg status | grep '^? ' | sed "s/^? /rm /g" | /bin/sh

Ben



reply via email to

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